by tonyh703
Multiple .cpp files
|
|
[8 replies] Last: tonyh703 : thanks for the novel firix. how do I call a function fr... (by firix)
|
by ammama
header file
|
|
[5 replies] Last: http://cplusplus.com/forum/articles/10627/ (by firix)
|
by HeyThere
New line problems.
|
|
[3 replies] Last: Thanks so much! I completely forgot. (by HeyThere)
|
by penumbra43
Two Dimensional Array Resulting to Garbage value..
|
|
[1 reply] : use tags when posting code. In your first loop "cin>>x" reads to ... (by hamsterman)
|
by ammama
win32 application
|
|
[2 replies] Last: thank you. P.S i am currently using microsoft visual C++ 6.0 version (by ammama)
|
Control Structures not working |
|
[2 replies] Last: Thanks so much! (by lilwillywonka)
|
by mpruisu
dynamic memory math....
|
|
[1 reply] : Why don't you use a variable to store the sum of all numbers inputted ... (by Zeillinger)
|
by Newton88
inheritance problem : undefined reference
|
|
[1 reply] : Ok i now found out, that my main function simply doesn't know the func... (by Newton88)
|
by joul
Creating window
|
|
[no replies]
|
by ammama
wildcard file in C++
|
|
[2 replies] Last: You'll have to make your own, or find a library that someone else has ... (by Moschops)
|
by lewisjb3
istream
|
|
[3 replies] Last: Thanks! What do you mean by after cin? The line after? (by lewisjb3)
|
by BananaCode
Splitting arrays
|
|
[10 replies] Last: Alright, it's clear to me now. Thank you for your time, I appreciate i... (by BananaCode)
|
by Hello There
Reading arrays from file
|
|
[2 replies] Last: thanks Zhuge for the reply. Instead of using rewind() i opted to c... (by Hello There)
|
by Bot0016
is safe put this symbol "§"?? ex: strcat(s,"§");
|
|
[2 replies] Last: ok, you scare me. ill avoid all those weird characters. >.< im using ... (by Bot0016)
|
by LegendXeon
Just a quick simple question
|
|
[4 replies] Last: Thanks. I understand the situation. I appreciate your help firedraco &... (by LegendXeon)
|
by amadsen007
Arrays HELP!!!
|
|
[14 replies] Last: // // //Function that removes duplicates from an array // // #include ... (by amadsen007)
|
by kong288
Need help with first program!
|
|
[18 replies] Last: Haha, thanks! I bet you can't guess who else here started programing f... (by ModShop)
|
by Ace70
Using the sin function in a program?
|
|
[8 replies] Last: That seems like a huge oversight on my part. Thanks for the help Ascii... (by Ace70)
|
by xcure
Inheritance
|
|
[2 replies] Last: could you please share the personType class first? otherwise this see... (by ascii)
|
by dakeeper
Invalid array assignment
|
|
[2 replies] Last: That's right. You'll have to do a element-wise copy, either with a for... (by Zhuge)
|