by johnl732
Best way to learn C++
|
|
[5 replies] Last: No I have not read the tutorials as I have just discovered this websit... (by johnl732)
|
by feehily
Tic Tac Toe - Urgent
|
|
[5 replies] Last: that piece of code is in the while loop (by jasonwynn10)
|
by megatron 0
Scrutinise my code
|
|
[5 replies] Last: Exactly the same you did: destructor with empty body. But in this case... (by MiiNiPaa)
|
by r0bot
rand() in loop
|
|
[3 replies] Last: works well! thank you guys ;) (by r0bot)
|
by kabbotta
How Do I Go About Generalizing These Functions, And Should I?
|
|
[1 reply] : You could use inheritance and/or polymorphism. (by Renthalkx97)
|
by deathslice
Adding each unit they're current value and letting the user pick as many units as they want (1,2)
|
|
[21 replies] Last: You could just write a function to display the stats. I'm not really s... (by Renthalkx97)
|
by tnt1374
problem with passing address
|
|
[4 replies] Last: You can't pass uninitialized variables to a function. In your second e... (by Renthalkx97)
|
by starhood
how to avoid wrong answers !!!
|
|
[8 replies] Last: Yet you make a very good point. I didn't consider that there might be ... (by Duthomhas)
|
by Sanction
Problems creating an Object!
|
|
[5 replies] Last: i guess you can created an object anywhere you want provided it's clas... (by closed account SECMoG1T)
|
by Sanction
Clearing Console and resetting
|
|
[4 replies] Last: If you mean to change the size of the console window -- your program s... (by Duthomhas)
|
by EvE12
What is the difference?
|
|
[2 replies] Last: Solved (by EvE12)
|
by Mattswe
How to register Visual C++ 2008 Express?
|
|
[2 replies] Last: That is cool. But if you do upgrade I recommend VS2012. I tried 2013 a... (by Manga)
|
by sunilnair
class object as another class member
|
|
[3 replies] Last: You seem to be using "single inheritance with pointer member": https:/... (by keskiverto)
|
by tnt1374
how to use "union"
|
|
[1 reply] : http://www.tutorialspoint.com/cprogramming/c_unions.htm (by mutexe)
|
by KMagic
Initialize string array in a class
|
|
[1 reply] : your string is a static members, meaning that it will be created immed... (by closed account SECMoG1T)
|
by wooooo
hi Can you help my project?
|
|
[1 reply] : -Lots of c-style stuff, you might wanna read a good c to c++ tutorial ... (by poteto)
|
by brahmabull
Project must run five times without stopping
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/control/ Your looking for the "... (by poteto)
|
by mastercod3r
align text and check if letters are matching on everyline
|
|
[12 replies] Last: By the lines shown on the screenshot the format probably has entries, ... (by keskiverto)
|
by vinitadhawan
Can a constant be passed to a reference
|
|
[13 replies] Last: > does that mean that the above code is running due to a compiler prob... (by JLBorges)
|
by feehily
Tic Tac Toe Explanation
|
|
[1 reply] : Please DO NOT MAKE REPEAT TOPICS http://www.cplusplus.com/forum/... (by jasonwynn10)
|