|
by marty35
segmentation fault/ basic array, menu driven program
|
|
|
|
[9 replies] Last: Ah ha, In this case, you are entering an infinite loop in Ascending... (by Stewbond)
|
|
by Amishsuchak
Where to store the variables in this problem?
|
|
|
|
[4 replies] Last: @ Amishuchak, I must admit these two forum members are pros and know ... (by Kart)
|
|
by skarla
SDL help
|
|
|
|
[1 reply] : Create some kind of variable to indicate whether or not the ball shoul... (by Disch)
|
|
by Blue Shell
[b] A little <fstream> mishap [/b]
|
|
|
|
[1 reply] : I think it should be ofstream instead of ifstream. You can name file_... (by fg109)
|
| Help with Craps game please |
|
|
|
[3 replies] Last: The problem is that you have the "junk" variable to get rid of the "\n... (by fg109)
|
|
by Victor714
Boolean
|
|
|
|
[4 replies] Last: Two ways. 1) extract the age as a string, check that the string is a ... (by LowestOne)
|
|
by whien92
Read data from file into structure in C++ ?
|
|
|
|
[2 replies] Last: change File to an fstream (and all of the stream's methods), and it's... (by LowestOne)
|
|
by davetep
No source file named /home/david/etc... error
|
|
|
|
[2 replies] Last: Thank you so much. Initializing the double pointers made the weird er... (by davetep)
|
|
by Yihawesome
Psychic missile, seeking object
|
|
|
|
[5 replies] Last: Thanks guys. Not sure i can get it to work, but at least i know where ... (by Yihawesome)
|
|
by princesslumy
Finding the N-th(next) Prime number
|
|
|
|
[3 replies] Last: I thought the OP ment to look for the next prime number that he entere... (by nixer526)
|
| Vote or Not |
|
|
|
[2 replies] Last: Looked pretty good for the most part- just don't forget the difference... (by barrelroll)
|
|
by bunenej
warning C4553: '=='
|
|
|
|
[15 replies] Last: and what type of it? is it an int ? (by chipp)
|
|
by Muzamil
return array function in C#
|
|
|
|
[no replies]
|
|
by hydra89
Program does not take in the value the user input
|
|
|
|
[4 replies] Last: Okay! I get it now. Thanks nixer526 for the explaination :) (by hydra89)
|
|
by dartzxx
If statement not working
|
|
|
|
[1 reply] : check your assignment versus equality operator. (by pogrady)
|
|
by dkjdod
Help with reading from file.
|
|
|
|
[1 reply] : std::ifstream infile( datafile ) ; double a, b, c ; while( infile >> ... (by JLBorges)
|
| error in code--need help fixing |
|
|
|
[1 reply] : get_stamina_required WHat is that? Is it an int? A double? A char? ... (by Moschops)
|
|
by WhiteG
Opening websites
|
|
|
|
[2 replies] Last: open an url then open another one after 1 min (by WhiteG)
|
|
by princesslumy
Number of Days since you were born
|
|
|
|
[6 replies] Last: tHANKS (by princesslumy)
|
|
by Vy C
This else if not working
|
|
|
|
[3 replies] Last: Just make the operators all ||. else if(value == 'y' || value == '... (by AbstractionAnon)
|