by redhat
file
|
|
[1 reply] : First, please use [ code ] [ /code ] tags (minus the spaces) when post... (by filipe)
|
by dznguy
fixed on one side of a line
|
|
[1 reply] : That compiles and works as expected in my compiler. However, in the... (by Thumper)
|
by yotama9
parsing int to double to int
|
|
[1 reply] : With an explicit cast: boxCoor = int ( floor(v_pos /(double(pars::X... (by Bazzy)
|
by xander333
Error making a save game...
|
|
[1 reply] : Hmmm... My guess is that it works when your hero's name, weapon and sh... (by m4ster r0shi)
|
by Randolan
How to accept a pointer into a function from main?
|
|
[1 reply] : void Insert(ptrType *headNode, ptrType *newNode)//parameters wrong ... (by sohguanh)
|
by Disch
Passing arrays through two functions and getting junk in return.
|
|
[2 replies] Last: Is it just me or is there no first post in this topic? (by LB)
|
by alMarshy
Bad<Ptr> question
|
|
[3 replies] Last: I don't know if 0 translates to NULL or not. In C++, 0 and NULL a... (by firedraco)
|
by wtf
Mutually Exclusive Events Style Question
|
|
[8 replies] Last: Agreed with Galik. Make your variable names clear and detailed as po... (by Thumper)
|
by wtf
Will someone please tell me why this dosn't work?
|
|
[2 replies] Last: cin.ignore()'s first parameter is the number of characters to ignore. ... (by firedraco)
|
by xander333
Trying to make a savegame.
|
|
[8 replies] Last: Good point. (by Galik)
|
by Thoggle
Using Arrays
|
|
[3 replies] Last: You don't have any arrays actually working in your program... You need... (by ingenioushax)
|
by rowanmck
Reading Data From .csv File
|
|
[no replies]
|
by JimNewbie
About Irrlicht
|
|
[3 replies] Last: Update. Downloaded and installed Codeblocks. Opened and compiled i... (by JimNewbie)
|
by xander333
getch() not working properly
|
|
[10 replies] Last: I didn't mean to be ironic or anything like it, I was just curious bec... (by filipe)
|
by lmcgregor
Harmonic Mean Calculation result: "inf" unless I use small values
|
|
[2 replies] Last: Thanks! I don't know how I missed that I had "1" instead of "1.0" That... (by lmcgregor)
|
by Thoggle
show list
|
|
[5 replies] Last: That's where google can become your best friend :P Search about findi... (by Thumper)
|
by Timbo1
invalid conversion from `int'
|
|
[4 replies] Last: Thanks, could not find this anywhere on google (by Timbo1)
|
by Thumper
Exercises
|
|
[2 replies] Last: Nothing specific made me want to start programming. The idea of making... (by Thumper)
|
by dthomas86
Functions returning values tutorial
|
|
[6 replies] Last: I started out with C++ for Dummies 5th Edition by Stephen Randy Davis.... (by Thumper)
|
by dlugo
Tips on functions, char *argv[], ifstreams and arrays...
|
|
[1 reply] : I don't think I'm quite understanding your situation, but having it al... (by Thumper)
|