list of char* |
|
[5 replies] Last: Thank you guys, Got it And yes I will start using std::list when talk... (by closed account EwCjE3v7)
|
by jingojam
void function to merge two text files
|
|
[4 replies] Last: Do you understand what rdbuf() does? It returns a pointer to the stre... (by AbstractionAnon)
|
by Dexter 3202
2d arrays
|
|
[4 replies] Last: Looks like trying to squeeze a quart into a pint pot. storing 12 value... (by Chervil)
|
by xenovia12
header file
|
|
[2 replies] Last: i see, that will help thank you. (by xenovia12)
|
by lucifervt
Set prime number into array and print it out
|
|
[2 replies] Last: Thanks for reading my topic and show me my correct :) but i not unders... (by lucifervt)
|
by HAZIMPUTRA6
c++ question.. pleasee
|
|
[2 replies] Last: keskiverto is right but after all i want to do your home work still (d... (by xenovia12)
|
by nomvulam
CreateProcessAsUser
|
|
[no replies]
|
by Mimic
Reproducing lua table in C/C++
|
|
[3 replies] Last: http://www.boost.org/doc/libs/release/doc/html/any.html (by Duthomhas)
|
by darkn3ss
Moving onto sdl
|
|
[3 replies] Last: Yes, in C (SDL is implemented in C) structures can *only* contain fiel... (by troll warlord)
|
by cplusone
String Crossing Over to Another and Program Not Completing.
|
|
[10 replies] Last: Thank you for explaining that to me! (by cplusone)
|
by specter97
Expected Primary Expression before error.
|
|
[2 replies] Last: Yes this is only part of the program. I have declared the variable "po... (by specter97)
|
by hxhx9
Java static functions in c++
|
|
[5 replies] Last: A function is not a class. It is what you would call in Java a static ... (by Duthomhas)
|
by Kadum1013
Need help with my level.
|
|
[2 replies] Last: Oh shit my bad. I guess I wasnt thinking haha. Its C# . My bad. Oka... (by Kadum1013)
|
by maha349
Help! I am almost there but stuck with some problem.
|
|
[4 replies] Last: Wow. Thanks, now I got it. So, I see why using namespace std; is not... (by maha349)
|
by omurad
Hangman syntax
|
|
[1 reply] : You set incorrectGuess to 0 at line 35. You then check the value of in... (by Yay295)
|
by fi50
Parentheses around pointers
|
|
[5 replies] Last: Ah. Thank you very much, guys. (by fi50)
|
by kong288
Declaring data types in loops
|
|
[3 replies] Last: Is it bad practice? This is one of the cases where you have to ma... (by AbstractionAnon)
|
by guidinglight
Comparison of classes
|
|
[2 replies] Last: Some comments on your code: You might want to consider storing the... (by AbstractionAnon)
|
How to make a 3D main menu |
|
[1 reply] : A 3D menu? You would have to use some sort of game engine to do that, ... (by Jakee)
|
by imtehnewb
Infinite Loop of death
|
|
[3 replies] Last: If you want a loop, then write a loop. Do not use goto . The conio... (by keskiverto)
|