General C++ Programming (Page 8)

New! Join the C++ community on Google+
HELP WITH CODE!
 
For some reason this code isnt working that well...I need to input the users gender then based off t...
[1 reply] : if would help if you used code tags I don't know what this is but it ... (by SamuelAdams)
Reading Specific Data From txt file
 
I'm having a little trouble getting my program to read specific data from a text file. This is the ...
[1 reply] : To fix this i had to gut the program and start over "almost". moved ... (by SamuelAdams)
Need help with taxes.
 
I need to amend the code below so that tax can be deducted from interest. the programs needs to giv...
[no replies]
need help with code using arrays
 
I have a code and i am using arrays and it is mostly completed. What im doing is getting the average...
[no replies]
Data strucuture c++ exercise
 
I have to do this: Information on the sale and purchase of a company will be saved in a data struct...
[2 replies] Last: It is ok now? How can I improve it for the program do that exercise sa... (by manutmac)
Need help with C++ work
 
In your program, define a class called Tracker that will track fuel and mileage for a jet. The class...
[1 reply] : Please use code tags. your compiler should show you the conflicts. (by SamuelAdams)
Simulation program
 
I'm making a simulation for severals queues. I'm supposed to input number of queues in the beginning...
[no replies]
Input issues from a text file
 
Hi, recently I've been working on developing source code to run the famous John Conway's Game of Lif...
[1 reply] : You need to go through your while (loop) and add {} after each for and... (by SamuelAdams)
by tsc
Rapid XML how to get line number
 
i'm currently using rapid XML, Does anyone knows how to get line number in the file from this par...
[no replies]
Threading.
 
I found these two OSS sites which help simplify the complexities of threading in C++ and C. You s...
[no replies]
Output is Incorrect
 
The output is either a 0 or a 1. Never outputs the correct answer, which is suppose to be the standa...
[1 reply] : You're passing score1 , score2 , score3 and score4 into input ... (by MikeyBoy)
Error Message
 
Hey there codies, I need some help understanding my error message. Here's the code: #include <...
[1 reply] : On line 52, you declare a local variable money , which is an array of... (by MikeyBoy)
code errors
 
need some help with my code, eyes are getting crossed any help is appreceated ifndef H_listType #...
[5 replies] Last: If you actually read your compiler errors, paying attention to the lin... (by MikeyBoy)
How to get classes to work with each other
 
This is for my final project. The last chapter we have read is an introductory to classes. Instruc...
[6 replies] Last: really think I'm making this too hard, because we haven't gotten to ... (by MikeyBoy)
Evaluate the expression
 
I don't understand this: evaluate the following expressions: a=18 % 16 | 5 & 8; b=18 | 16 % 5 | 8...
[1 reply] : The % , & and | symbols are operators. Look them up in whatever ... (by MikeyBoy)
Exiting a loop too soon
 
Information: the function is supposed to print out multiple "sets" of users. Think of it as separate...
[2 replies] Last: should if (queue.size()) current = queue ; Users .checked = true; ... (by Moooce)
pls help wit this c++ formula
 
A model to estimate the number of grams of a radioactive isotope left aftert years is given by this ...
[no replies]
by jkfde
Array Help
 
I need to have the user enter five numbers and check to make sure none of them are the same. Here is...
[3 replies] Last: just give u some concept. think over your self int number ; int i; ... (by Felicia123)
Interest rates.
 
Trying to write a program to calculate interest due. If the persons balance is below £1000 the inte...
[5 replies] Last: edited. just add a == inside the if interestRate == 0.02 sometime t... (by Felicia123)
ANY one worked on A project and knows how to start one in codeblocks with Graphics?
 
ANY one worked on A project and knows how to start one in codeblocks with Graphics? cause i want to ...
[5 replies] Last: alright, I am not sure what the BGI library is, but if you followed th... (by Jayhawker07)
Pages: 1... 678910... 77
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.