by Fantasy
10 classes inside a class, bad programing practices ?!
|
|
[3 replies] Last: http://review-cyprus.com/ (by dianaveful)
|
Where should I start learning |
|
[6 replies] Last: There is a ton of information online. I took an intro class to c++ bu... (by jeffsg605)
|
by MrShenYaYa
Help ! MAIN () function parameters of the problem
|
|
[4 replies] Last: There was a mistake in my initial post. I corrected it now. The mistak... (by shacktar)
|
by dragon16
learning multiple languages
|
|
[5 replies] Last: Ok case closed then lol. Thanks everyone. (by dragon16)
|
by Skizzy
two demensional arrays
|
|
[1 reply] : If you want to multiply an 2D array by a value, you have to iterate th... (by closed account N85iE3v7)
|
by Panji Harawa
how can i resolve this fatal error C1083: Cannot open include file: 'interface.h': No such file or directory
|
|
[1 reply] : please use the tags.... do you have the interface.h in the same direc... (by julof26)
|
by Panji Harawa
How can i correct the following code, i get the errors down below
|
|
[3 replies] Last: The listed functions are either misstyped (like freeLL M emory) or hav... (by coder777)
|
by krnacandrej
rock, paper, scissors game
|
|
[9 replies] Last: Sloppy9 can you explain me this part ? : int user =... (by krnacandrej)
|
by sandmaster
Game shuts down problem
|
|
[3 replies] Last: okey I figuered as much but I have the files in the place the should b... (by sandmaster)
|
by liquidice13
URGENT: Encryption/Decryption Program
|
|
[10 replies] Last: Thanks coder777. But I don't understand your 3rd correction. Please c... (by coder777)
|
How to convert to 'System::String ^'? |
|
[no replies]
|
by Kart
Console close midway code
|
|
[3 replies] Last: For some odd reason, it worked today, well just by hoping-:) perhaps b... (by Kart)
|
by metulburr
trouble with test program. Why wont this run?
|
|
[2 replies] Last: line 7 contains a typo in the name of the identifier: HoribleMovie =... (by Alrededor)
|
by dirtystick
double value to int value
|
|
[4 replies] Last: Just think of (int) as a shortened static_cast<int>(). (by packetpirate)
|
by dunkdaddy
Help with program
|
|
[3 replies] Last: int calcFactorial( int number ) { int count, factorial = 1, nu... (by MrShenYaYa)
|
by deeburt
Need help reading .txt file data into array of structs
|
|
[8 replies] Last: Haha no worries MrShenYaYa, I appreciate your help all the same! Some ... (by deeburt)
|
by tam0009
printf() problems
|
|
[4 replies] Last: Yes, because you cannot specify the width two ways . You must pic... (by Duthomhas)
|
by raymjones
why it shows twice
|
|
[1 reply] : Because you are looping on EOF. Don't do that. You have to check whet... (by Duthomhas)
|
by pastamaker
Help with linked list program?
|
|
[4 replies] Last: I'm sorry not to give your help, I am from China, my English sucks, so... (by MrShenYaYa)
|
by katokato
i dont know where to restart
|
|
[2 replies] Last: accelerated c++ says its good for people wanting to refresh. plus its ... (by acorn)
|