by ccdare
"delimit' in string class.
|
|
[1 reply] : I finally find the answer. It's because of the characters behind the d... (by ccdare)
|
by jasongog
Fin>> & Fout<<
|
|
[1 reply] : you need to open the file for "append" http://www.cplusplus.com/refe... (by Jaybob66)
|
How to declare pointer? |
|
[2 replies] Last: Note that it's a warning, not an error. The warning can probably be di... (by Peter87)
|
by deibaby03
"[Linker error] undefined reference to 'function()'
|
|
[8 replies] Last: you need to post the actual error so we can see, obviously its diffi... (by Jaybob66)
|
by GeeStuR
Learning How To Analyze Code
|
|
[7 replies] Last: No worries - if I had a penny for every little slip I've made in my ca... (by MikeyBoy)
|
by adriyel
Help in making a very simple rpg game
|
|
[1 reply] : Your character class needs some state data and some getter/setter func... (by Jaybob66)
|
by IGI30
Input with mouse
|
|
[2 replies] Last: Yes I'm using Windows 8.1 (by IGI30)
|
by IGI30
Loading Box in C++
|
|
[5 replies] Last: That is why it is called "undefinded behavior"! Everything can happen.... (by MiiNiPaa)
|
integer division by zero exception? |
|
[3 replies] Last: When a compiler refuses to compile something, it usually does tell a r... (by keskiverto)
|
by Bunnikula
Math not working
|
|
[3 replies] Last: Conclusion: I was dumb and should feel dumb. It works when I take the... (by Bunnikula)
|
by makaveli23
reading from data file
|
|
[no replies]
|
by youknow
Boolean Loop Problem
|
|
[1 reply] : Well, assuming the first word isn't stop, the code never checks for th... (by Easton)
|
by cozier
When is it appropriate to use void functions?
|
|
[2 replies] Last: Oh ok. I was a bit confused because a few of the prompt shells the tea... (by cozier)
|
by jhoojhoo
USACO Crypt1 Problem!
|
|
[3 replies] Last: Here is the solution I promised: http://ideone.com/qenDWZ Let me know ... (by kevinkjt2000)
|
by dublin
Scanf Issues
|
|
[2 replies] Last: do i have to do this everytime i use printf and scan f? (by dublin)
|
by cmcraes
Personal Programming Project involving a database?
|
|
[1 reply] : I would probably try to find some open source online dictionary, that'... (by xismn)
|
by alyssnyx
Array search
|
|
[4 replies] Last: Here's one way to do what you're asking: #include <iostream> #includ... (by cire)
|
by Drakkahn
Class Array Initialization
|
|
[10 replies] Last: Thanks for pointing out, fixed. (by Drakkahn)
|
by Tiawulf
error dealing with end of file
|
|
[no replies]
|
by alyssnyx
Please Help with this array
|
|
[no replies]
|