by pronicoxd
Can't get data into a loop in a loop
|
|
[4 replies] Last: I guess it is not a problem as you said "loop in a loop". So far as I ... (by FlyingC)
|
by ynwa1892
Read lines from the text file but cant do sum of numbers
|
|
[8 replies] Last: i wrote u PM (by ynwa1892)
|
by mt106250
Need help converting this to h files
|
|
[2 replies] Last: You posted the same question before: http://www.cplusplus.com/forum/b... (by AbstractionAnon)
|
by Crogn
Confused and distraught
|
|
[2 replies] Last: Personally, if you are completely new to c++ then pointers and memory... (by Codermik)
|
by Traffickarma
Adding random char to empty elements of array
|
|
[1 reply] : When a variable is created and not initialised (i.e. giving it a defa... (by Codermik)
|
by ZeroSploit
How to put string data into an array....
|
|
[5 replies] Last: If you were going down the route of using a class, you could do somet... (by Codermik)
|
by Bronislaw
Loading many files with concise code
|
|
[6 replies] Last: You're right and my solution looks like this: sf::Image ImageName;... (by Bronislaw)
|
by macboy49
Reference to class is ambiguous??
|
|
[4 replies] Last: awww makes sense. Thanks for the clarification. (by macboy49)
|
by CreasyBear
Beginner here
|
|
[4 replies] Last: Thanks once again. This is new to me. I am submitting them as 2 separa... (by CreasyBear)
|
by Ganado
passing subclass object
|
|
[4 replies] Last: Okay thank you, I was thinking that it would need to adjust things at ... (by Ganado)
|
by KenzOne
Problem with my code (Extremely new to programing)
|
|
[9 replies] Last: @vaiandrept4 Can you show the code you used to test, because I don't b... (by naraku9333)
|
matrix with string |
|
[no replies]
|
by mgjohns61585
Beginner question. Please help
|
|
[2 replies] Last: After the for loop ends, x is 8 so, cout <<sample ; will try to ou... (by FlyingC)
|
by strayyamato
Taking exit as user input
|
|
[1 reply] : Pretty sure the problem is line 22, if you enter "exit", line 22 will ... (by Ganado)
|
by rhinorhino
Stuck on checking the criteria for a password.
|
|
[1 reply] : If the user can type spaces, then you need to use the function getlin... (by Ganado)
|
by shahd95
How do I get rid of garbage in my output?
|
|
[4 replies] Last: Thank you so much! (by shahd95)
|
by shahd95
Help me fix my errors please!
|
|
[1 reply] : Delete the open-curly brace from line 11 and the closing-curly brace f... (by booradley60)
|
by rekrap99
Help Please!!!!
|
|
[3 replies] Last: A little example... #include <iostream> #include <string> class ... (by Codermik)
|
by sha92
Virtual Machine!
|
|
[no replies]
|
by OwlsNSpace
Payroll program: incorrectly outputs average net pay
|
|
[2 replies] Last: On line 112 you have commented out the accumulator for totalnetpay. ... (by Texan40)
|