by capeone
string size / lenght problem
|
|
[3 replies] Last: Thanks! (by capeone)
|
by tonnot
Gettting the string form iterator to be written to an ascii file
|
|
[3 replies] Last: http://www.cplusplus.com/reference/iostream/ostream/put/ ofstream.p... (by filipe)
|
by tonnot
What is the meaning of ^
|
|
[5 replies] Last: Ok ! Thanks (by tonnot)
|
by crimshaft
Unable to delete in release build
|
|
[3 replies] Last: Are you absolutely sure every time that m_pUnparsedData has the same... (by Moschops)
|
by thecrrrg
simple saving to a text
|
|
[5 replies] Last: thanks alot :), can you just quickly explain what the "c.str()" does ... (by thecrrrg)
|
by Davidp809
.eof is not terminating loop
|
|
[4 replies] Last: Yes, you've got it. File operations are typically abstracted away i... (by Duthomhas)
|
by evertangel
Need advise on my looping!
|
|
[7 replies] Last: Correction... don't EVER use goto... there is absolutely NO reason yo... (by closed account z05DSL3A)
|
by jamielee235
bus error (core dump)
|
|
[1 reply] : It looks like you are using un-initialised variables, for example in s... (by closed account z05DSL3A)
|
by tonnot
How to extend class to internal class?
|
|
[1 reply] : class SUPER { class class1 {} // <-- Missing the semicolon. ... (by closed account zb0S216C)
|
by p4neng
Rejects duplication
|
|
[9 replies] Last: What's going on with your code? I see memory allocation, Pointers and ... (by closed account zb0S216C)
|
by plantking6
Do-while loop ends
|
|
[5 replies] Last: [quote=plantking6]I plan to get an actual book soon. I would recommend... (by closed account z05DSL3A)
|
by chiodos823
got to write a yahtzee program
|
|
[1 reply] : Many things to improve here, but th one you need is that line 59 happe... (by hamsterman)
|
by ogward
couple of problems
|
|
[1 reply] : 1. Players goes out of bounds. The last element is Players[nrOfPlayer... (by hamsterman)
|
by Smitty
C++ Related Excerise
|
|
[2 replies] Last: Ok. I'll start writing some code now. (by Smitty)
|
Printf/printing to files |
|
[1 reply] : If you are using C++, use fstreams. http://cplusplus.com/reference/io... (by Zhuge)
|
by Roblox
Best way to learn C++ fast?
|
|
[1 reply] : Learn & Code. Books: C++ primer by Lippman Thinking in C++ by B... (by anonymouscoder6)
|
by newbie09
Can't get my program to work correctly
|
|
[6 replies] Last: YAY I GOT IT TO WORK!! THANK YOU SOO MUCH!!! (by newbie09)
|
by Coupee36
If statements and Simple Pos. Int output?
|
|
[9 replies] Last: anonymouscoder, the system("PAUSE"); i was only using since my IDE aut... (by Coupee36)
|
by kowbonez
How to output final balance for checkbook program
|
|
[6 replies] Last: Using goto is not a good idea. Use loops, a while or do-while loop wi... (by king214)
|
Classes, functions, set/get, oh my! |
|
[1 reply] : Looks really good but think of classes as containers for encapsulating... (by closed account 3pj6b7Xj)
|