Compiler not recognizing numbers |
|
[1 reply] : > Why won't the compiler recognize 2.9 and 5.7 as numbers? I don't un... (by ne555)
|
by SlenderMan
Reading in the input as a string
|
|
[4 replies] Last: Highly likely you've used cin>> before it, which if you pressed enter ... (by Zhuge)
|
by Histerial
Slightly Confused..
|
|
[2 replies] Last: Yeah i somehow just had a blank mind for a few mins, sorry about this ... (by Histerial)
|
by cfrank
c++ beginning with codeblocks
|
|
[14 replies] Last: For safety's sake, just return an int :D (by S G H)
|
by Cambalinho
how calculate the number of arguments in a function?
|
|
[2 replies] Last: thanks for all (by Cambalinho)
|
by kinglord
transfer if-else statement into switch statement
|
|
[6 replies] Last: It's also possible to do it using only one switch statement. Switch on... (by m4ster r0shi)
|
by Vermacian55
HALP
|
|
[6 replies] Last: ??? i said white nit was making a joke. op never said to make a game.... (by closed account Dy7SLyTq)
|
by jonlande
String comparison
|
|
[1 reply] : The "strcmp" function is for comparing char array's, not integers. If ... (by Computergeek01)
|
ifstream to binary |
|
[17 replies] Last: I have these string literal and helper functions I wrote a while back.... (by Daleth)
|
Helpp !! |
|
[3 replies] Last: wow thats really cool... is that the same idea for << where it returns... (by closed account Dy7SLyTq)
|
Having issues with a project. |
|
[7 replies] Last: Yes of course you have to declare any variable before you use it. (by Mats)
|
by mukscoolster
Balanced parathesis program
|
|
[1 reply] : First off, please state exactly what kind of problem you are having. ... (by AbstractionAnon)
|
by francesclc
Writting in a FlashDevice
|
|
[1 reply] : You have to use the platform specific Windows api to list the drive as... (by a k n)
|
Requirements. |
|
[3 replies] Last: I don't know why you would go with a side-scrolling MMO, to each his o... (by huike)
|
by safia sohail
assigment
|
|
[1 reply] : > how to start my programe i.e how to seprate the numbers This will r... (by JLBorges)
|
by apsp
Need Help in Graph implementation
|
|
[2 replies] Last: Thanks, vectices = new std::list<node>; worked. I am trying to create ... (by apsp)
|
by Cronnoc
SFML 2.0 Titlebar
|
|
[11 replies] Last: Just off topic can anyone help me with another problem: http://www.cpl... (by Cronnoc)
|
OpenGL Color Keying |
|
[3 replies] Last: I'd usually just do the alpha channel, but I'm using SDL as my .png lo... (by closed account N36fSL3A)
|
by Cronnoc
3d programming
|
|
[4 replies] Last: You want OpenGL tutorials? Just look them up, there are plenty on the ... (by closed account N36fSL3A)
|
by MatthewRock
Which container would be suitable for this case?
|
|
[6 replies] Last: > So should code look somewhat like this? No. It will result in undef... (by JLBorges)
|