by Jatin sharma
need help in figuring out the error message
|
|
[1 reply] : If you erase stuff from the string, then the length of the string you ... (by Zhuge)
|
by SuperStinger
More Code Organisation with functions!
|
|
[5 replies] Last: Bahah! A great response TheIdeasMan, I like how youve lead me to the o... (by SuperStinger)
|
by tummytums
Prime numbers in a given range
|
|
[2 replies] Last: Simply for you to use. Actually you should try you own version, this i... (by zpzhi)
|
by Acko01
moving objects to shared memory
|
|
[4 replies] Last: Thank you for the hint. I will look into this. (by Acko01)
|
by dahin
How can I count total integer and floating point numbers in a text file?
|
|
[3 replies] Last: int count = 0; char buff ; while(fgets(buff, 1024, fp)) { double V... (by Smac89)
|
by beginner24
Prime number program up to user defined number
|
|
[3 replies] Last: Another thing that I like to do is split things into functions so that... (by Stewbond)
|
by LB
Two different pure virtuals with same name
|
|
[3 replies] Last: Ah, I knew there had to be some intermediate magic. I can still do c.... (by LB)
|
by LB
ID resrevation & generation
|
|
[10 replies] Last: Oops, haha, I can't believe I missed that. Thanks! (by LB)
|
by cesard21
separate compilation problem
|
|
[1 reply] : #ifndef Dias_ball.h #define Dias_ball.h The "." is out of place. U... (by cire)
|
by Elidor
GDB Debugger Resources
|
|
[1 reply] : > Does anyone know where I can learn the GDB debugger preferably from ... (by JLBorges)
|
by nocturne
Undeclared indentifier
|
|
[3 replies] Last: Ok i got it guys, thanks a bunch! (by nocturne)
|
by TheZoomCat
Code to Generate All Possible Combinations of a given Array Not Working
|
|
[3 replies] Last: (1 +) is optional. without it it'll create 0 -23. with, then 1 - 24; ... (by TheZoomCat)
|
by hunterb24
tictactoe
|
|
[2 replies] Last: That doesn't agree with the comment you have at line 47. // ALWAYS ... (by hunterb24)
|
What are memory leaks? |
|
[5 replies] Last: Or you get a memory leak? (by greenleaf800073)
|
by bluebaby33
reading from txt file
|
|
[3 replies] Last: Make sure the file is in the project folder (by greenleaf800073)
|
by shakib
Having problem with inheritance and polymorphism
|
|
[14 replies] Last: Thank you very kindly, it really helped. (by shakib)
|
by TheZoomCat
Need Help Coding this - PICK 4 Game Search Engine - Can someone please help ?
|
|
[3 replies] Last: Contents of File - 4d master preditions.txt 0000,0001,0012,0123,1234,... (by TheZoomCat)
|
by nrk619
clock countdown simulataion
|
|
[1 reply] : First, use code tags. Second, use <ctime> to do timer. Nice though. (by greenleaf800073)
|
by v patel
call of nonfunction in function main <>
|
|
[3 replies] Last: Of course there is an error there. //s =(1/2)*(a+b+c); //ERROR ... (by guestgulkan)
|
cin.getline error |
|
[6 replies] Last: I fixed it: cin.getline(person.address,256); cout << "Address: ... (by greenleaf800073)
|