Problem with Classes and Objects |
|
[5 replies] Last: class tanmay { public: void setname(int a) ... (by closed account 3qX21hU5)
|
by declanthomas
error: expected constructor, destructor, or type conversion before '<<' token
|
|
[6 replies] Last: ah ha! blind mistake, thanks. Ive been experementing with if and if i ... (by declanthomas)
|
by Astroman
Loop goes infinitly (1,2)
|
|
[32 replies] Last: I will try what you said about cleanup but tnx all for helping! EDIT... (by Astroman)
|
Doing Math with file inports |
|
[1 reply] : double total = 0; double n; ifstream myfile ("file1.txt"... (by Chervil)
|
by vrakas
Set and memory
|
|
[1 reply] : Yes. As far as I know std::set is usually implemented as a red-black... (by Catfish3)
|
by JakOrp
help with file manipulators (read from/output to)
|
|
[3 replies] Last: no, not particularly, ill try that. How do i specify what i want to ge... (by JakOrp)
|
by Vidminas
Using a structure in multiple files (1,2)
|
|
[20 replies] Last: I really didn't notice but, I'm not sure it makes any difference for f... (by S G H)
|
Text RPG: Help with assigning separate moves to enemies |
|
[7 replies] Last: Hm, okay. I'm going to experiment a bit and come back here later. (by EpsilonJackal)
|
by mohsenios
e^x= 1+(X/1!)+(x^2/2!)+(x^3/3!)....
|
|
[3 replies] Last: wow yesss. thanks so much...now i understand my mistakes. thanks miiin... (by mohsenios)
|
by Aqeel Abbas
deque class having problems in inserting dATA INTO THE QUEUE
|
|
[no replies]
|
by krutuk
problems with functions
|
|
[6 replies] Last: I tried to avoid using that short hand because it makes code more comp... (by Warnis)
|
by reyuqt
A vector containing intervals
|
|
[no replies]
|
by sly0981
Ping commands
|
|
[5 replies] Last: In that context, ping is probably some boolean function that returns t... (by booradley60)
|
by JakOrp
help with strings/char
|
|
[3 replies] Last: thanks guys, i obviously wasnt listening when we covered char! makes s... (by JakOrp)
|
by Exempt
Solved...Converting string to float with sstream issue
|
|
[4 replies] Last: How on earth did you even find out about << fixed I looked on the re... (by Chervil)
|
by dutchman
shifting bits
|
|
[1 reply] : It looks as though function rolBits() is simply outputting the resul... (by Chervil)
|
by munjo5746
Question about allocate memory!!
|
|
[4 replies] Last: after test 4 when the destructor deletes the object. So it's very li... (by cire)
|
by fickle
PLEASE HELP
|
|
[1 reply] : Format your msg with code tags pls (by SamuelAdams)
|
by kevinbright
C++ Console Application only partially working on other computer? (1,2)
|
|
[22 replies] Last: Guys, Thanks! It finally works. I had to add the sync line sug... (by kevinbright)
|
by rey9
limiting number of characters to be displayed..
|
|
[3 replies] Last: Why are you mixing C-stdio output functions and C++ streams? You shou... (by jlb)
|