by hypercube1
Line clearing
|
|
[4 replies] Last: i am just a noob to all this, but wouldn't putting a: system("cls");... (by Zhuge)
|
by g0dwyn
Friend classes and inheritance
|
|
[1 reply] : It should seeing as an ABC is exactly like a regular class except it c... (by ShawnStovall)
|
by ave
what does -> mean
|
|
[4 replies] Last: Actually with the Lightwave SDK it is a pointer to a struct as C has n... (by ShawnStovall)
|
by Jello715
What does cin>> do?
|
|
[4 replies] Last: @kryptonite Don't forget to #include <string> ... Some compilers wo... (by Mitsakos)
|
Infinite loop |
|
[1 reply] : You need the user to enter the number 5 (as char) to exit the loop but... (by Mitsakos)
|
by CheesyBeefy
Code Improvement?
|
|
[12 replies] Last: If you are coding in the C++ the "correct" way to include that file wo... (by Zhuge)
|
by hadi asiay
debuging in VC
|
|
[1 reply] : The only way to debug in VC++ is from inside a project, and only if th... (by helios)
|
difficulty in understanding function pointer |
|
[4 replies] Last: How about http://www.newty.de/fpt/index.html ? (by Duthomhas)
|
by Terekane
Global Variables in Multi-File Projects
|
|
[6 replies] Last: Ah, there we go. Thanks for the help! This was really frustrating me! ... (by Terekane)
|
by fyndr
Turning C++ Code into DLL
|
|
[no replies]
|
by TheNoobie
Seconds in a millenium?
|
|
[6 replies] Last: If you want to practice matrices, try calculating a Pascal's triangle ... (by helios)
|
by Brewmaster
...no match for 'operator>>'...
|
|
[9 replies] Last: Brewmaster That looks fine. system() is evil, but that doesn't mean... (by Duthomhas)
|
by paul23
another unknown error
|
|
[8 replies] Last: Assuming that your field.h is the complete file, you haven't got an #e... (by bnbertha)
|
by ave
trying to understand this code snippit
|
|
[3 replies] Last: Q1 The syntax is a bit weird on this; it would be useful to see code t... (by bnbertha)
|
by Xexr
Return array from function, how do I get the size?
|
|
[5 replies] Last: Thanks guys, I understand, last time I do that :) (by Xexr)
|
by Cambrion74
variable name length and inheritance
|
|
[2 replies] Last: thanks for the clarification about variable names. now on to the other... (by Cambrion74)
|
by markie0923
loopings
|
|
[3 replies] Last: What string(int,char)? http://www.cplusplus.com/reference/clibrary/cs... (by helios)
|
by crazygrey
problem with properly passing a multidimensional array to a function
|
|
[11 replies] Last: My bad. I got confused. It's line 43. (by helios)
|
by m4k4v3l1
Unscramble the words
|
|
[3 replies] Last: Ok , thanks , I'll try to write some code in few days , then I'll post... (by m4k4v3l1)
|
by alejol
Use numbers and operate with them if they are inside strings
|
|
[5 replies] Last: No worries man :) (by Zaita)
|