by aarrowh
Best way to read files
|
|
[no replies]
|
by molecularman
Help for 1D Array
|
|
[7 replies] Last: Dear Standard Deviation calculated as squar root((x-(avg))*(x-(av... (by Awais Tahir)
|
by Kalisnoir
Menu key, change from int to char
|
|
[no replies]
|
by rozick1
Copy x characters from a file to a c++ string?
|
|
[1 reply] : You can use fread to read exactly 15 bytes. http://www.cplusplus.com/r... (by Moschops)
|
by Hotice
How to make getline() work when you just called get()
|
|
[3 replies] Last: Thanks brandonator! Because it is a simple yes or no question I was as... (by Hotice)
|
average program error |
|
[1 reply] : The error message is clear enough. Where was devi declared? (by vlad from moscow)
|
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 Lowest0ne)
|
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 Lowest0ne)
|
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)
|