by warburp
Problems with variable initilization (1,2)
|
|
[21 replies] Last: Yea the move function only returns one value now that was me being fru... (by warburp)
|
by Moonraker101
How to remove leading Zeros??
|
|
[1 reply] : What about this? string xtos(double x){ stringstream ss; ss << x; ... (by tfityo)
|
by azhirahmadi
pointer Error
|
|
[3 replies] Last: thank you (vlad from moscow) my problem solve sorry for wrong word... (by azhirahmadi)
|
by WolfPack2013
Expected unqualified-id
|
|
[3 replies] Last: Indeed, that Person has many names and has many ages! (by Cubbi)
|
by cjaw18
Not sure what I have done wrong
|
|
[3 replies] Last: @James2250 & Chervil, thanks so much, it works as planned now :) (by cjaw18)
|
by rcast
Conversion errors all the time
|
|
[5 replies] Last: When using a library function, the starting point is to look up the re... (by Chervil)
|
by najmaaaa
C++ - migrated from 32 bit to 64 bit and getting unrelated sqlcode while dealing with Oracle DB
|
|
[no replies]
|
by hailcore
sfml graphics
|
|
[1 reply] : The most basic graphics tutorial is available on the SFML website - ht... (by MrHutch)
|
by jamessi88
Getting to grips with VERY basic gravity.
|
|
[16 replies] Last: You best bet is to use some sort of multimedia library. Drawing this i... (by MrHutch)
|
by anowis
how to output more than one solution to an expression
|
|
[1 reply] : You variables were not initialized. For example variable totalQuizCoun... (by vlad from moscow)
|
by Z e r e o
SFML sf::Event question
|
|
[1 reply] : My question is this would something like this work? Is there another ... (by coder777)
|
by adam32885
help changing this program to include more values
|
|
[16 replies] Last: gotcha thank you. (by adam32885)
|
by kilrothy
florin sign (ƒ) usage?
|
|
[6 replies] Last: @ Stewbond I was thinking just this: if( test < 30) { } It is ... (by TheIdeasMan)
|
by ocdjg
Pointers help
|
|
[9 replies] Last: Thank you guys for the help thus far... After all your help here is my... (by ocdjg)
|
Help with logic |
|
[1 reply] : It seems an object of type Y must be destroyed before the statement r... (by Chervil)
|
by Austin J
Tips for writing clear/organized code?
|
|
[4 replies] Last: I like to do this: if (condition) { //do stuff } for (init ; en... (by TheIdeasMan)
|
by PhillysCream
key press
|
|
[1 reply] : @PhillysCream char input = ' '; // etc.... program while(input !='... (by whitenite1)
|
by ynzon
help please, cstrings
|
|
[11 replies] Last: should i use a getline or should the names be ranked before t... (by Chervil)
|
by Skraiten
GLEW Libraries
|
|
[1 reply] : You'll need to place them in the appropriate files in your MinGW file.... (by Austin J)
|
Number Guessing game with a twist |
|
[3 replies] Last: Thanks for the help Jim. I figured out what I was doing wrong. Origi... (by KitanaiMonkey)
|