by hadoque
inherit string class
|
|
[4 replies] Last: (BTW, inheriting std::string is a really bad idea) (by jsmith)
|
Function/while loop not working as intended |
|
[2 replies] Last: Ok that makes sense. It works now. Thanks. (by freedomispopular)
|
by Tzarls
error: pointer to a function used in arithmetic
|
|
[2 replies] Last: Great, thanks! Problem solved and lesson learnt. (by Tzarls)
|
by MicMagicFly
Identifying Side Effect
|
|
[3 replies] Last: param2 is passed by reference and line 3 does not do what may look to ... (by Bazzy)
|
Validating input with for loop |
|
[2 replies] Last: This may help. http://www.cplusplus.com/forum/beginner/18258/ (by Duthomhas)
|
by L E G I O N
SDL
|
|
[2 replies] Last: ok i was able to figure it out on my own the compiler didnt catch this... (by L E G I O N)
|
by Leydin
Exercise Problem and loop uncertainty
|
|
[3 replies] Last: So I figured it out. Basically I needed to use a while loop to apply t... (by Leydin)
|
by zingy
conversion of structure to a class
|
|
[3 replies] Last: thanks a lot... (by zingy)
|
by Duckwit
Starting a new project
|
|
[13 replies] Last: You should build your project separately (i.e. don't try to run it). R... (by sammy34)
|
by ARWA
dosent continue the loop
|
|
[9 replies] Last: thanks every one ill figure it out which me luck!^__^ (by ARWA)
|
by Disblader
Getline
|
|
[9 replies] Last: I know, kempofighter, I just planned to advance in improving the progr... (by Disblader)
|
by tidbit
counting # of digits
|
|
[3 replies] Last: mogha: so in other words the number zero has zero digits. (we av... (by jsmith)
|
by sportsguy90
Why Does This Compile But Have No Output?
|
|
[4 replies] Last: Thanks for the response. I guess I'm somewhat confused on this process... (by sportsguy90)
|
by TheKidDavid
C++ made easy?
|
|
[8 replies] Last: My friend recommended me to not learn c++ until Microsoft release the... (by imi)
|
by robertcr
Programming a RTD
|
|
[no replies]
|
by robertcr
excel
|
|
[1 reply] : This has nothing to do with C++, so this doesn't belong in this forum ... (by tummychow)
|
by littlemissb
Very confused, I have basics
|
|
[1 reply] : Hi littlemissb, If you're not clear on the assignment it would be muc... (by JivanAmara)
|
by Otto123
Can't stop endless loop...
|
|
[7 replies] Last: No, it's a while loop! You need to go read the tutorial on control str... (by tummychow)
|
by PeteyPii
system("ipconfig>output.txt")
|
|
[2 replies] Last: i use output.txt afterwards with ifstream. there is no error code, whe... (by PeteyPii)
|
by kcleckler
Substring function
|
|
[3 replies] Last: I believe there's a function to do that. (At least, if you use std::st... (by tummychow)
|