Beginners - September 2013 (Page 8)

Issues with formula.
 
Hey all, I'm pretty new to C++ so hang with me. I am writing a program to calculate a car loan repay...
[1 reply] : Try double rate1 = 4.2/100 /12; (convert annual to monthly rate)... (by Chervil)
Simple question C++
 
Hello! I have one question with my C++ program. I would like to ask why my program prints just last ...
[8 replies] Last: bubble sort is all i know -_- http://en.wikipedia.org/wiki/Bubble_sor... (by chipp)
Array Traversal help!!!!!!!!
 
I'm program a traversal array, but i got 2 errors: 1.expected unqualified-id before '{' token (li...
[1 reply] : Hi there, on this line: void stringifyArray (int array , int size);{... (by closed account o3hC5Di1)
by watusa
ofstream writing to txt from vector
 
I'm so lost in my programming class. I'm trying to output vector to a text file but can't seem to ...
[4 replies] Last: Hi there, The problem is not in using a vector, that's fine. It's you... (by closed account o3hC5Di1)
by luczah
Setting Variables equal to Words
 
I'm writing a program that spits out a 4 band color code based off a users imputed resistance. What ...
[3 replies] Last: Thanks for your help. I actually figured out my mistake and did it a d... (by luczah)
How to Store a Hashed Value
 
Hash functions and tables are a bit confusing. I'm trying to understand how to store a string as a h...
[2 replies] Last: Thanks for the input. I managed to figure it out after reading this on... (by jheard901)
Bad Access/Segmentation Fault
 
Hello. I'm writing a runaround number program for an assignment. Part of my code is below and there...
[4 replies] Last: @coder777 I got it! Thanks! Solve the problem already! (by jugggle)
My else statement won't display. Any suggestions?
 
My "if" statement displays but my "else" statement does not. Any ideas how I can fix this? (this is...
[5 replies] Last: Thank you so much it works now. I didn't expect such a quick response... (by Akoubek91)
Writing a program help
 
Instructions:Write a program that reads two numbers and stores them into variables double x,y; Then ...
[1 reply] : so far your code is just right, Use if - else if - else statements... (by nvrmnd)
by tatai
shorting file with column data
 
I have two files. In file 1 there are three columns with 910000 data. In file 2 there are 4 columns ...
[5 replies] Last: "short a file"? Two tables. Join by id field(s). Basic SQL query oper... (by keskiverto)
converting from no class to using a class
 
I made a program but I can't figure out how to convert it using a class called Stats. I would like t...
[3 replies] Last: Hi there, .h files (header files) generally contain declarations only... (by closed account o3hC5Di1)
by estd
system programming help
 
Please could anyone help me in typing a link to a book and its solution manual about: computer syste...
[1 reply] : http://lmgtfy.com/?q=system+programming+with+c%2B%2B (by metulburr)
Need help with arrays.
 
Hi. I need help with arrays. I have problems with three different array-practices. I'm using Dev-C++...
[2 replies] Last: char array is initialized with 'a' not "a". you want to everything ... (by Gkneeus)
by patieB
string skip
 
Hi there , may you please help me almost going crazy . cant get why my code is truncating part of th...
[8 replies] Last: wow ! Its amazing what improper placing of brackets can do to damage ... (by patieB)
by Ltp
I need help
 
I want to do something like this: In dijkstra algo; we've source, destination. And we've cost as ...
[1 reply] : http://stackoverflow.com/questions/354330/how-to-determine-if-two-node... (by keskiverto)
Reading file from output?
 
Can someone please help me get started on this code? You are burning some music CDs for a party. ...
[2 replies] Last: For completeness, this is a double post of http://www.cplusplus.com/fo... (by closed account o3hC5Di1)
Help with C++ code. Reading file from output?
 
Can someone please help me get started on this code? You are burning some music CDs for a party. ...
[1 reply] : Hi there, Your assignment states "using functional decomposition". Th... (by closed account o3hC5Di1)
Running Total and Proper Function Use
 
This game is an assignment for a class. The point of the game is to reach 100 rolling a dice. Each t...
[1 reply] : Hi there, [quote=JRimmer]The first is how, using as much of my exist... (by closed account o3hC5Di1)
Finite Element Method
 
Hello Friends I need solution of Lid Driven Cavity Problem using Finite Element Method Please ...
[1 reply] : Hi there, It's not this forum's policy to make peoples' homework. Ple... (by closed account o3hC5Di1)
September 2013 Pages: 1... 678910... 64
  Archived months: [aug2013] [oct2013]

This is an archived page. To post a new message, go to the current page.