by BuddhaTwo
Cant figure out
|
|
[1 reply] : remove semi-colon on line 17. edit: and then actually read some value ... (by mutexe)
|
by angelk
Substring c++
|
|
[1 reply] : I assume you are talking about the substr() function? Well, here it is... (by AceDawg45)
|
by zdx300
please can someone help me ?
|
|
[6 replies] Last: how about trying to populate a 1D array? (by mutexe)
|
by Ahmed50
reversing a number
|
|
[3 replies] Last: For some reason you have a conditional before and after the while loop... (by Jamerack)
|
by dtanderson
Issue: (0x000007b), most likely related to SDL2_ttf, help would be appreciated!
|
|
[no replies]
|
by phztfte1
CRAZY STRING OUTPUT
|
|
[2 replies] Last: Thank you very much. I changed the printf statement to: cout << "Hel... (by phztfte1)
|
by LEHCAR95
setting precision
|
|
[3 replies] Last: No I mean you should use std::fixed similar to how you have used std::... (by Peter87)
|
by dleanjeanz
Should I use mscorllib.dll?
|
|
[2 replies] Last: OK. But should I use System::Console::WriteLine("Hello World!"); Syst... (by dleanjeanz)
|
by Goblue89
Sorting by alphabetic order
|
|
[4 replies] Last: Compromise a bit and make use of std::strings' relational operator < ... (by keskiverto)
|
by zdx300
Need help with my assingment
|
|
[1 reply] : Those are the instructions for your homework. Your chance to learn b... (by keskiverto)
|
by zdx300
really need help
|
|
[2 replies] Last: sorry please for give me (by zdx300)
|
by angelk
deallocate memory
|
|
[1 reply] : the problem seems to be in the allocation. Not sure what may be wrong ... (by zsteve)
|
by khaoulatan
correct my program plz
|
|
[5 replies] Last: i'm actually using code blocks Are u using C or C++ ? if C++, stop u... (by nvrmnd)
|
by LEHCAR95
percentage difference of variables
|
|
[2 replies] Last: thanks! (by LEHCAR95)
|
by EXQUISITE
class string
|
|
[1 reply] : what have you got so far? (by mutexe)
|
by khaoulatan
plzz correct my program!!
|
|
[2 replies] Last: aaah thank you soo much, it helped. (by khaoulatan)
|
by cozier
Problem reading out array
|
|
[1 reply] : In this piece of code, you are accessing the same index over and over,... (by bufige)
|
by football52
"Info: Nothing to Build for <filename>"
|
|
[2 replies] Last: First, the 'w32' doesn't refer to '32' bit (though, archaically, it di... (by TwilightSpectre)
|
by mrxib
nested for loop not working
|
|
[4 replies] Last: I am such a dumb. Thanks everyone. (by mrxib)
|
by cozier
Help with formatting columns
|
|
[1 reply] : You print rownumber once per row but newline NUMSEATS times per row. F... (by keskiverto)
|