by atjm88
int a, int b, int c/int &a, int &b, int &c??
|
|
[7 replies] Last: my code that you are trying to use, the squared values of the numbers ... (by oonej)
|
by kyky365
I cannot run properly my C++ programme
|
|
[11 replies] Last: Thank you coder777, you have helped me a lot lot lot lot lot ! Now I ... (by kyky365)
|
by prestige
A question!
|
|
[3 replies] Last: Oh got it... Thanks I rewrote it like this.. the question demands thi... (by prestige)
|
by Lio
Very confused about pointers
|
|
[4 replies] Last: Thanks a lot Can I read that (*&startPtr) value of the address star... (by Lio)
|
by badkaykay
Not sure what the error message means
|
|
[5 replies] Last: I'm glad we could help! I started programming long before there was t... (by kooth)
|
by RSwordsman
Puzzling compiler issue when making a class
|
|
[10 replies] Last: I've got that part mostly working now. I was missing a constructor and... (by RSwordsman)
|
by telepunk
C++ connecting to sqlite
|
|
[3 replies] Last: thanks! I'll check this out at work (by telepunk)
|
by Omar Alamy
Adding days to entered date, simple.
|
|
[3 replies] Last: no the array belongs in the nextDay() function. this task is slightly... (by coder777)
|
by lare26
ENUM not previously declared
|
|
[6 replies] Last: Thanks again for your help hamsterman. :) (by lare26)
|
by ndpndp
String concatenation
|
|
[6 replies] Last: Thanks it was able to do the job :) (by ndpndp)
|
by Smoke
Initialisation of Const int *
|
|
[1 reply] : int i = 5; const int* p1 = &i; //or const int* p2 = new int(7)... (by hamsterman)
|
by atjm88
Basic Function Name
|
|
[3 replies] Last: @gelatine I wanted to know each of the 3 answer for the code above... ... (by atjm88)
|
by Nihilite
Text based RPG - Choice issue
|
|
[8 replies] Last: I strongly suggest you use classes. http://www.cplusplus.com/doc/tu... (by lare26)
|
by steve austin
please explain this c++ program?
|
|
[4 replies] Last: because of this:" while(m!=n) { if(m>n) m=m-n; else n=n-... (by Jikax)
|
by Ch1156
Char problem
|
|
[11 replies] Last: bump ok i tried a few things and they didnt work. I tried making a str... (by Ch1156)
|
Need help with an assignment... |
|
[2 replies] Last: uhm just post it here. you have space for 8192 characters and i dont b... (by gelatine)
|
by smilingfrog
Best test for duplicate values? (1,2)
|
|
[22 replies] Last: You know, going back through the posts, I think you're probably right ... (by cire)
|
by alesr
pointer help!
|
|
[1 reply] : Maybe something like this: char* record1 = fullname; record1+40 = ot... (by Stewbond)
|
where to learn |
|
[1 reply] : Have you checked out the C++ tutorial available here on cplusplus.com?... (by benjamin d)
|
by M987
create txt to cdemo.cpp
|
|
[3 replies] Last: http://www.thenewboston.org/watch.php?cat=16&number=66 if you are lo... (by Need4Sleep)
|