by Aeon221
LINK errors from passing a Vector to a function
|
|
[7 replies] Last: Sure, but my guess is that it prints something. I think that's what th... (by m4ster r0shi)
|
by jblc
Returning Char Array doesn't work
|
|
[5 replies] Last: Ahhh! Thanks guys, that makes sense. It is indeed working now. (by jblc)
|
by Soap360
Question about passing variables/pointers in functions.
|
|
[8 replies] Last: The function used in the example is obviously pointless. (by Galik)
|
by PatriotFan
Problem running compiled .cpp
|
|
[2 replies] Last: Zhuge... thanks. that works. (by PatriotFan)
|
by jland68
pulling charactors from an array
|
|
[6 replies] Last: thanks (by jland68)
|
How to return the output string using system("ls *") |
|
[3 replies] Last: http://www.cplusplus.com/forum/unices/12452/ The example on that link... (by Duthomhas)
|
by Surrounder
Question about algorithm in loop
|
|
[3 replies] Last: Z : Thanks you! I knew it was something stupid.. I just cout like you ... (by Surrounder)
|
by guru189
Selection sort on a payroll program
|
|
[1 reply] : Can anyone help? Please? (by guru189)
|
by cpphelp
text file wiriting operation
|
|
[1 reply] : yourprogram > textfile That's not related to C++ though. Unless yo... (by Athar)
|
by Rendbre
I'm not sure what is going wrong here
|
|
[4 replies] Last: Cool, it worked thanks. Ben (by Rendbre)
|
Translation files for a program |
|
[no replies]
|
by avelqual
Problems with a switch-statement in a for-statement
|
|
[3 replies] Last: Currently the loop will never execute. You need to change i == mo... (by binarybob350)
|
by b52
runtime error?
|
|
[6 replies] Last: I misunderstood. Thanks for the clarification. (by b52)
|
by winecoding
evaluate an odd number
|
|
[3 replies] Last: Thanks for your explanations. (by winecoding)
|
by FpaFtw
Problem with classes
|
|
[7 replies] Last: The following works. 2 changes: class two; // change 1 : incomp... (by binarybob350)
|
by Musiciankool
function return class handle
|
|
[8 replies] Last: Thanks this helps a lot! (by Musiciankool)
|
by xcali19
Complications Program results
|
|
[2 replies] Last: Read this: http://www.cplusplus.com/forum/articles/6046/ A problem ... (by helios)
|
by jackabascal
Modifying char arrays after declaration.
|
|
[6 replies] Last: [quote=Galik]My bad... Not at all! :) A friend of mine likes to say:... (by m4ster r0shi)
|
by Rendbre
Very new to programming
|
|
[9 replies] Last: Eclipse is alright -- the best IDE for Linux, IMO -- but the Java runt... (by helios)
|
by MottMan
Program Keeps Crashing
|
|
[8 replies] Last: That makes more sense, thanks. But then why does it work with 0? ... (by kempofighter)
|