by man156
button codes
|
|
[2 replies] Last: codes i need is written for giving order in game programming & i sear... (by man156)
|
by triplemmm
Pre-Test & Post-Test Applications
|
|
[no replies]
|
by poorguy
Word search from file to display whole line
|
|
[1 reply] : You can use an ifstream to get input from files, and use the getline()... (by mahlerfive)
|
by larryG
how can fstream not overwite filedata?
|
|
[5 replies] Last: You can do it without the temporary file. Remember, think of your file... (by Duthomhas)
|
by bluezor
Prime Calculator
|
|
[5 replies] Last: Just FYI... in the case that your number is prime, calculate() does no... (by jsmith)
|
by man156
if problem
|
|
[3 replies] Last: Try looking at http://www.cplusplus.com/doc/tutorial/control.html - th... (by Faldrax)
|
by duney
Storing data in a double-linked list
|
|
[5 replies] Last: Yeah, your code is reallly messy and hard to read in that form Oo. Li... (by firedraco)
|
by walaskey
What do I use in this case?
|
|
[2 replies] Last: Here is the whole .cpp. What I mean is that for some reason I am getti... (by walaskey)
|
by allenowen
debugging class
|
|
[9 replies] Last: You have a function declaration and a function definition. You updated... (by helios)
|
by man156
interval switch
|
|
[7 replies] Last: I'll post a thing similar to what I said in Duoas's link to a thread o... (by QWERTYman)
|
by volscolts16
selection problem k=n/2
|
|
[6 replies] Last: You are dividing by CLOCKS_PER_SEC (or CLK_TCK. Whatever that is). Don... (by helios)
|
by man156
activation programme
|
|
[6 replies] Last: Question: what for do you want a copy-protection if you lack the knowl... (by exception)
|
by twister
C++ newbie
|
|
[1 reply] : 1. You don't need using namespace std; since you use the explicit ... (by exception)
|
by theDTD
sorting arrays
|
|
[4 replies] Last: wooo, thnks a lot guys! (^,^) (by theDTD)
|
by walaskey
Class in Switch
|
|
[2 replies] Last: Thank you! I feel very stupid now! I have been working this all weeken... (by walaskey)
|
by walaskey
Connecting 3 .cpp in one.
|
|
[3 replies] Last: AWESOME!! THANKS!!!! (by walaskey)
|
by pino
command-line options
|
|
[1 reply] : Well, I'll just put on my magic robe and wizard hat and infer with my ... (by helios)
|
by mikeb570
How to compile/run from Command Prompt?
|
|
[1 reply] : >program.exe argv argv "argv with spaces" (by helios)
|
by Bladt
Translate roman numeral, what am i doing wrong?
|
|
[9 replies] Last: You can compare a character in a string to another character, but co... (by helios)
|
by locorecto
Character Mapping Program
|
|
[6 replies] Last: Thanks a lot for your help. I realized that I just have to replace st... (by locorecto)
|