by yogurt
Explanation of this code
|
|
[1 reply] : Not enough room :) // Roll once: void Roll (int& iDice1, int& i... (by yogurt)
|
by soulcrisis
Static for C++
|
|
[1 reply] : I'm a c++ beginner,I hope it's helpful for you ;-) #include <ios... (by viki)
|
by Damiele
PLEASE HELP!! password
|
|
[1 reply] : You could start here: http://www.cplusplus.com/reference/clibrary/cct... (by closed account z05DSL3A)
|
by gregv21
recursion functions
|
|
[2 replies] Last: thanks but there is still a problem when i run the program the nu... (by gregv21)
|
by yogurt
neeed help with weird calculator program problem
|
|
[6 replies] Last: It's a good idea to turn warnings on in the compiler. Had you done so... (by jsmith)
|
by xTremeUser
program with structure!
|
|
[4 replies] Last: Note that you only need to code for input of 1 book and put it in a fu... (by Faldrax)
|
by bomben
Singleton and constructors with arguments
|
|
[5 replies] Last: Thank you all guys! Now it is much more clear. BTW, I discovered anot... (by bomben)
|
by yogurt
need help with general c++ stuff
|
|
[5 replies] Last: Hello, Here are some great links: http://www.research.att.com/~bs/ho... (by sparky)
|
by iggi
Variable Field Swap declared void??
|
|
[6 replies] Last: in your function,you just swap two pointers. At the begining number1 p... (by yang)
|
by andrewwadie
please help me
|
|
[2 replies] Last: um...from my point of view it seems that you want us to do all of your... (by yogurt)
|
by botman
system(Execute system command)
|
|
[1 reply] : Can you be more descriptive please? Do you have any code with comments... (by rpgfan3233)
|
by cppjsan
PLS HELP! burned out with strings
|
|
[1 reply] : Is there a question in there somewhere? (by gzero)
|
by Kvakac
resizing console window
|
|
[3 replies] Last: Try, http://staffwww.fullcoll.edu/sedwards/ConLib/ConLibIntro.htm if ... (by cppjsan)
|
by mlussi
invalid types ‘int[int]’ for array subscript
|
|
[4 replies] Last: oh I'm so stupid. I've overridden the player array, defined with the s... (by mlussi)
|
by bad alloc
How do I number files?
|
|
[1 reply] : I can help with the counting part, you need to use a for loop and poss... (by kenner)
|
by kenner
creating a program to execute another
|
|
[no replies]
|
by bashi
i want to create an array of structures
|
|
[1 reply] : This reply is based on my limited understanding, and might be flawed. ... (by Free Magic)
|
by KhuntienNang
newbie: find largest number
|
|
[10 replies] Last: thanks a lot! :D you all are right, i tried your advices, they all sol... (by KhuntienNang)
|
by bashi
how to create a linked list
|
|
[1 reply] : http://richardbowles.tripod.com/cpp/linklist/linklist.htm is a good... (by rpgfan3233)
|
by theDon85
Integer and Loop Help
|
|
[7 replies] Last: You can save yourself a bit of work: cout << "please input the numbe... (by rpgfan3233)
|