by sf123
1/3=0?
|
|
[3 replies] Last: Yeah that will be fine also. (by LBEaston)
|
by Baso
problem with _atold and strtold
|
|
[2 replies] Last: Thanks Turbine for your replies I fixed it by using stold() functio... (by Baso)
|
by rastroh
Where to put .h and .cpp(imp)??
|
|
[2 replies] Last: Yep, there are some exceptions where you must write the definition in ... (by Turbine)
|
by geekocoder
problem with atoi function
|
|
[14 replies] Last: Heres a detailed link about debugging in wxDev C++ http://wxdsgn.sourc... (by Nisheeth)
|
by codrgi
turn timegettime into minutes?
|
|
[1 reply] : Never heard of that function, it must be a Microsoft one. Assuming it ... (by Turbine)
|
by geekocoder
graphic user interface
|
|
[1 reply] : This combination you're using is quite simple to use, you can generall... (by Turbine)
|
by Eldy Voon
what's wrong with this?
|
|
[3 replies] Last: omg what a careless mistake! thx guys.. haha, long time didn't touch c... (by Eldy Voon)
|
by paolopiace
multiple definition of... (class function)
|
|
[7 replies] Last: Thanks everyone. The last post and the link to header guards made the ... (by paolopiace)
|
by qwiznip
dynamic memory question
|
|
[3 replies] Last: Yes, do not forget that delete p only marks the memory spaces p poin... (by Maese909)
|
by omzy
How to step off the basics?
|
|
[4 replies] Last: There is a nice tutorial on this site http://cplusplus.com/doc/tutoria... (by Mathhead200)
|
by Method
Consol issue
|
|
[3 replies] Last: No problems. By the way, try to use the [code ] and quote templates... (by eidge)
|
by nano511
2 SDL questions
|
|
[11 replies] Last: Okay i fixed it yVel was never intialized lol. Thanks everyone for hel... (by nano511)
|
by metulburr
test problem...undefined main
|
|
[5 replies] Last: ok i figured it out...i had to update code blocks (by metulburr)
|
by Eric Hong
#define and just declaration
|
|
[7 replies] Last: I was assuming something like this. #define BLAH_1 123 const int ... (by shacktar)
|
by jgirl2412
two dimensional array bouns calculating program
|
|
[1 reply] : Couple of things, first and most important: remove your name from the ... (by Intrexa)
|
by seawolfmoose
question about loops
|
|
[4 replies] Last: thank you that got it to work. thanks!!!!!!! (by seawolfmoose)
|
by chainswap
keyboard input question
|
|
[1 reply] : Windows provides many functions to make using the keyboard easy. If yo... (by Intrexa)
|
by Sputnik
Can someone explain this structure?
|
|
[5 replies] Last: Oh OK. That means we are entering the realms of C++. I was hoping I c... (by Sputnik)
|
by metulburr
odd and even test wont work
|
|
[1 reply] : #include<iostream> using namespace std; int main() { int valu... (by creekist)
|
by nand
how to make dungeon crawl with classes?
|
|
[3 replies] Last: Hi, I implemented something that works using classes and a vector, as... (by nand)
|