by dcradu
OOP issue
|
|
[no replies]
|
by Madeirey
Number Guessing Game
|
|
[1 reply] : It will only loop through because that is exactly what you tell it to ... (by CodeGazer)
|
by Zarian7
How to terminate a program when the time is up in a quiz program
|
|
[6 replies] Last: SFML has a nice thread component to their library as well: http://www.... (by Computergeek01)
|
by Suma Menon
Explain please
|
|
[9 replies] Last: [quote=Suma Menon]so i need to know the meaning of each code. If you... (by Catfish666)
|
by Nikko YL
How can I know the end of line of a text file?
|
|
[8 replies] Last: Thanks all! Finally I have used the getline . (by Nikko YL)
|
by babyskill
How to split a string in C++?
|
|
[1 reply] : Interestingly this question was asked in verbatim before (spoiler aler... (by Catfish666)
|
by kmtompkins
classes
|
|
[1 reply] : See the 'Reference' page on the sidebar of this site? That is exactly ... (by TwilightSpectre)
|
by Vinodhini
Dev C++ compilation error
|
|
[9 replies] Last: Another thing to test: Is your disk write protected for some reason? I... (by TwilightSpectre)
|
by rookiecoder
How to calculate a % of a number!
|
|
[7 replies] Last: You're welcome! Glad it worked :) (by MikeyBoy)
|
by wiireless
Enums in C++/CLI
|
|
[2 replies] Last: Opps sorry I forgot to write that. I'm using Visual Studio 2013(The bo... (by wiireless)
|
by Suma Menon
Please explain this... for my exams
|
|
[4 replies] Last: Have you tried stepping through it with your debugger and look at vari... (by mutexe)
|
by Talha ijaz
help with taking sum of values within anarrays
|
|
[1 reply] : Line 8: Support for VLA is not in standard yet. When the compiler com... (by keskiverto)
|
by Suma Menon
Bytes
|
|
[3 replies] Last: On my machine sizeof(AUTHOR) is 80, not 70. It depends on compiler a... (by MiiNiPaa)
|
Passing String Array Problem |
|
[1 reply] : Just something to point out: What is with line 37? Also, you don't app... (by TwilightSpectre)
|
by lizardqueen
Operator overloading with fractions
|
|
[1 reply] : Say you have a class fractions. Simply add in operator calls for eac... (by TwilightSpectre)
|
by Suma Menon
Please explain how to get the output
|
|
[2 replies] Last: Thank you very much (by Suma Menon)
|
by Suma Menon
Random number
|
|
[16 replies] Last: Thank you very much. doubts cleared now very well. (by Suma Menon)
|
by kiino
Ship Problem
|
|
[5 replies] Last: You are never calling Print2() as far as I can see. Maybe that is wh... (by TwilightSpectre)
|
by lizardqueen
Problem with operator overloading
|
|
[6 replies] Last: Okay that is very helpful. Can I make an array to allow the user to ch... (by lizardqueen)
|
by i11u5iv3
Specific output questions.
|
|
[4 replies] Last: I do not :(. I did however manage to write it down and it compiles and... (by i11u5iv3)
|