by motter28218
Modifying Old Video Games with C++??
|
|
[2 replies] Last: Oh man, "reverse engineering" is 4-letter word when it comes to progra... (by motter28218)
|
by bluegray
Heaps
|
|
[4 replies] Last: The program is in an infinite loop because size is growing by one each... (by kbw)
|
by preeve
copy chars to array but remove a character
|
|
[1 reply] : Just use an if in your loop to test whether or not the char to be co... (by Duthomhas)
|
string char to int |
|
[1 reply] : There's basically two methods: The C method involves a call to atoi()... (by helios)
|
by someb0dy
Deleting[] a char*[]
|
|
[8 replies] Last: new char is Java syntax What? Says who? new char (no ), new char*... (by helios)
|
by HJ1226
mathematics program
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/6132/ (by helios)
|
Looping program back to the beginning |
|
[2 replies] Last: Thanks for your tip. Your example gave me an idea. I added a bool stat... (by mistymoon1966)
|
by zoldri
ASCII space invaders
|
|
[18 replies] Last: i cnat figure out how to kill the bad guys; when they get shot they j... (by zoldri)
|
by user name
?: conditional operator
|
|
[2 replies] Last: Thanks for explaining :) (by user name)
|
by sashko
problem with function that count the symbols in identificators in *.c files
|
|
[1 reply] : All these type lines are wrong if(row !='='... (by jsmith)
|
by zzz
wrong answer(polynomial)
|
|
[no replies]
|
by bluezor
Can not declare an int as a number
|
|
[12 replies] Last: Oh jeez, that is pretty complicated, lol. Thanks for your help, I'll t... (by bluezor)
|
by piulitza
program which checks the answers to a test-paper
|
|
[1 reply] : No one will do your homework for you, so please dont ask "solve my pro... (by Scipio)
|
by II15X
Does it hurt to have to many Directory?
|
|
[5 replies] Last: Whoops. I did mean compile time. One of these days I'll learn to spe... (by g0dwyn)
|
by willia23
Two-Dimensional Array
|
|
[2 replies] Last: Thanks (by willia23)
|
by Sathed
classes and vectors
|
|
[2 replies] Last: For what concerns your constructors, you have to remove the void typ... (by Bazzy)
|
by sweni
Snake (Blinking problem)
|
|
[2 replies] Last: Not really, you could avoid blinking just by redrawing characters need... (by Bazzy)
|
by Fredbenz
already defined in functions.obj
|
|
[7 replies] Last: I have discovered that if I make my functions file a functions.h file ... (by Fredbenz)
|
by rom87
Simple word encrpt
|
|
[no replies]
|
by yamen ajjour
c string question
|
|
[4 replies] Last: Line 8 is wrong... you need to make a char array instead. thank y... (by yamen ajjour)
|