by mitchelldj
Understanding pointer casting with const
|
|
[1 reply] : For the code to be const-correct, you should not be casting away the c... (by JLBorges)
|
by Calcushtag
#ifdefine question
|
|
[4 replies] Last: > The only thing that you want to consider is making sure its unique. ... (by JLBorges)
|
by nadir CoCo
Pointers or arrays ?
|
|
[9 replies] Last: Thank you (by nadir CoCo)
|
by sanalbarq
PLZ Help me .. in Arrays .
|
|
[no replies]
|
can someone help with this tic-tac-toe project? |
|
[5 replies] Last: @newbieg - I would refrain from posting full solutions on here as far ... (by MrHutch)
|
by newbieg
Convert string number to Int
|
|
[5 replies] Last: http://www.cplusplus.com/doc/ascii/ this gives the entire table, but ... (by Danishx83)
|
by waqqassheikh
"error: cannot convert ‘Funct’ to ‘int’ in initialization" when trying to use functors.
|
|
[10 replies] Last: @vlad from moscow. That's brilliant. Thansk a lot for your help :-) (by waqqassheikh)
|
by onitrof
Getting ofstream junk
|
|
[1 reply] : You are calling your functions incorrectly in main. Wrong. void Rese... (by vin)
|
by Fewmets
srand initialization
|
|
[4 replies] Last: My actual question however remains unanswered. Why is it bad to initi... (by codekiddy)
|
by needhelp2345
Arrays
|
|
[6 replies] Last: Perfect. You have once again managed to impress me. Thank you very, ve... (by needhelp2345)
|
by capitolstorm
Calling a private class help?
|
|
[3 replies] Last: setInt takes one argument so passing two arguments as you do on line 3... (by Peter87)
|
by fossil554
Math Solver
|
|
[7 replies] Last: hehehehe... you can't be more wrong my friend, programming depends dee... (by TheDestroyer)
|
by capitolstorm
cant get the correct return value for calc
|
|
[3 replies] Last: thanks JL, it worked. (by capitolstorm)
|
by NatProg
Binary File Error
|
|
[no replies]
|
push_back(class) |
|
[11 replies] Last: yes (by en liten kille)
|
by DrewMzn
I need a lot of help
|
|
[no replies]
|
by drhingle
getline function skipping function
|
|
[1 reply] : Are you using the extraction operator on cin e.g cin >> somewhere in... (by vin)
|
by amkmt
error C2228: left of '.printPatientDemographicInformation' must have class/struct/union type
|
|
[1 reply] : The part where you declare your objects is incorrect. It looks like yo... (by Zhuge)
|
by Andrew2172
NEED HELP ASAP
|
|
[2 replies] Last: Actually I figured it out! It was something silly. I didn't put my fun... (by Andrew2172)
|
by JohnG
how
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/69677/ (by cire)
|