by Hashimatsu
Vector problem: Program crash
|
|
[3 replies] Last: By the way you could have one vector for names and types std::vector... (by vlad from moscow)
|
by jamesdi3
fixed
|
|
[6 replies] Last: Yeah I actually tried that before and it didn't help. Thanks for helpi... (by jamesdi3)
|
by ECSTASY
printf
|
|
[10 replies] Last: int rows = 7; //number of rows you want to print int mid = 2 * (ro... (by ssrun)
|
by modic
Having trouble with the "Hello World" program.
|
|
[12 replies] Last: Don't worry :) I finally got it to work! :D (by modic)
|
by prabhanuka
While Loop
|
|
[16 replies] Last: yes. is it wrong? if there is a wrong part please let me know. that'... (by chipp)
|
by badkaykay
how to check if "rewind" works?
|
|
[8 replies] Last: do { getline (inf,sentence); c += sentence.length(); n++;... (by tntxtnt)
|
not showing the total. (1,2) |
|
[34 replies] Last: @op: btw, your request is a little bit strange/weird... in case that ... (by chipp)
|
by georgep
Is it possible to access data members from other objects within an object's function? (and more)
|
|
[6 replies] Last: I added the brackets because normally I would construct a Gun object w... (by georgep)
|
by Hashimatsu
Problem creating movie archive
|
|
[5 replies] Last: Works like a charm! Thank you very much! I will probably be back with... (by Hashimatsu)
|
by beakie
Easy Syntax Question
|
|
[3 replies] Last: Use std::vector<> ? http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/arti... (by JLBorges)
|
Encryption (1,2) |
|
[24 replies] Last: Great!! The code finaly works! Thanks all! Here is the final source, I... (by closed account 4i67ko23)
|
by vichu8888
function getting user input and passing it to another function
|
|
[2 replies] Last: Hello maniax, Thanks for you help. And sorry for the late reply. I us... (by vichu8888)
|
by BasicNewbie
ofstream
|
|
[8 replies] Last: Well done! Glad I could help :) All the best, NwN (by closed account o3hC5Di1)
|
by bitani
const_cast() - What's the difference?
|
|
[7 replies] Last: [quote=bitani]Peter, it works if it's const int * A = new const int(50... (by Peter87)
|
by Script Coder
String Help
|
|
[4 replies] Last: Really? i never knew that. Hmm learn something new every day. (by Ch1156)
|
by bigo005
Access specifier error
|
|
[2 replies] Last: TThanx a lot friend. (by bigo005)
|
by Lim Boon Jye
Error for dynamic 2d array
|
|
[4 replies] Last: You're defining a twice: int** a; ... vector<::vector<int>>a( lim... (by Disch)
|
by Richard1
txet file
|
|
[5 replies] Last: Yeah, this should work, you're declaring all your variables and handle... (by BlackSheep)
|
by Lim Boon Jye
magic squares dimension
|
|
[4 replies] Last: You want dynamic memory: http://www.cplusplus.com/doc/tutorial/dynamic... (by BlackSheep)
|
How to put the code in the purple field? |
|
[4 replies] Last: well thanks a lot both of you soranz and HiteshVaghani1 problem solve... (by closed account 28poGNh0)
|