by Shock Bolt
windows.h doesn't work for me
|
|
[4 replies] Last: I'm sure it's just <windows.h> but I figured the problem, I'm on linu... (by Athar)
|
Very weard error |
|
[3 replies] Last: Lol i hear ya, i do the same stuff sometimes too. (by Ch1156)
|
Simple Operating system |
|
[10 replies] Last: I would be interested in looking at what it looks like, but can we se... (by DesiredNote)
|
by vgoel38
stack algo using array
|
|
[2 replies] Last: You need a size variable to track how many elements are currently in t... (by ssrun)
|
by opiop65
ifstream / ofstream Problem
|
|
[9 replies] Last: Thanks for being patient and sorry for the horrible explanation! I'll ... (by opiop65)
|
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 NwN)
|
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)
|