by ElkFlipper
Freezing at Constructor
|
|
[1 reply] : Well, I've been trying to solve the problem and I'm now fairly certain... (by ElkFlipper)
|
by rr23
HELP WITH REPEATED ADDITION
|
|
[3 replies] Last: #include <iostream> using namespace std; void main() { double ... (by rr23)
|
by Deimos
Fist Post, multiple questions ;)
|
|
[3 replies] Last: Sometimes you need to help the compiler specify the order of operation... (by psault)
|
by mxjabber
color
|
|
[1 reply] : i think i figured it out, but i was wondering if there is a way to see... (by mxjabber)
|
by sladeb
string class object
|
|
[1 reply] : Actuallty, numberical code 13 is for a carriage return, #10 is a line ... (by psault)
|
by Kvakac
exiting a loop by pressing a key
|
|
[2 replies] Last: Thanks a lot, that is exactly what I needed! I'm using MSVC++ by the ... (by Kvakac)
|
by slamdunkstu
loops...?
|
|
[1 reply] : Use a while loop. while ((-1 < WA > 1) && (-1 < WB > 1) ) { co... (by psault)
|
by sukabanjot
I'm Lost...
|
|
[1 reply] : Try to use this commands: int main() { FILE*f1=fopen("c:\\FILE.d... (by EWu)
|
by cr3
dynamic memory - need for clarification
|
|
[2 replies] Last: I'm using linux's c++ compiler (gcc, however the command is 'c++')... ... (by cr3)
|
by TheHunter
2d graphics?
|
|
[5 replies] Last: If you want to do 2d graphics you should use Borland C++. This is an o... (by EWu)
|
by tornadopoli
pyramid number
|
|
[5 replies] Last: I figured you might wanted to do something like the following. ... (by peterhansen)
|
by copperhead
Re-running program! displayed unreadable charactes..
|
|
[no replies]
|
by ihmatilla
Help me please!
|
|
[no replies]
|
by sladeb
string class object
|
|
[no replies]
|
by firebird
getCharacter()
|
|
[5 replies] Last: Anywhere in your program right before you call your getCharacter funct... (by psault)
|
by mxjabber
recognition
|
|
[2 replies] Last: ok, that makes sense. but is there a way to make it so that an array o... (by mxjabber)
|
by Lim Ming Hao
need your help!!
|
|
[no replies]
|
by JeffRozar
Concatenate a single char to a string?
|
|
[3 replies] Last: Try this code: int pos; for (int i=0;i<128;i++) { if (sTemp !=... (by psault)
|
by gregv21
ending loop
|
|
[4 replies] Last: thanks i got it (by gregv21)
|
by crimshaft
gameprogramming
|
|
[2 replies] Last: learn SDL: http://www.libsdl.org/ tutorial: http://lazyfoo.net/SD... (by cr3)
|