by flawless101
Accuracy with Float Numbers
|
|
[2 replies] Last: Here's a good guide: http://floating-point-gui.de/ (by Moschops)
|
by shangy
Calculate multiple entries which are undefined
|
|
[no replies]
|
by yhangel
unresolved externals
|
|
[3 replies] Last: sorry,, how will i delete it? (by yhangel)
|
by Atari
Need help with my program
|
|
[2 replies] Last: Thanks! (by Atari)
|
by trojsi
Menu for Hangman
|
|
[5 replies] Last: Hi again, I managed to get the menu working with new user, ... (by trojsi)
|
by georgep
Program taking far too long
|
|
[8 replies] Last: A composite number n can be decomposed as n = p 0 i 0 + p 1 i ... (by JLBorges)
|
by thair
great element and its index
|
|
[3 replies] Last: thank you verry much now its clear for me. (by thair)
|
by maharris
recursive solution and arrays
|
|
[1 reply] : Path from 10 to 0 = min(path from 57 to 0, path from 6 to 0)+10 Write... (by hamsterman)
|
by yoyoyo
Need graphical command help.
|
|
[1 reply] : See http://www.sfml-dev.org/ or http://www.libsdl.org/ (by hamsterman)
|
by Barkin
I couldn't write some part,please help.
|
|
[13 replies] Last: Oh I see, it is confusing. @OP: I suggest using "op" short for "operat... (by LB)
|
by maharris
unresolved external from void
|
|
[1 reply] : On line 17, you pass numwords as a reference (the '&' characted), in t... (by sargon94)
|
by maharris
missing ';' before .
|
|
[11 replies] Last: After a class definition, you need a semicolon: class A { }; // <-- h... (by moorecm)
|
<iostream.h> |
|
[5 replies] Last: well it seems to be ok but when i start debugging and i enter the seco... (by lawrencebl4ck)
|
by maharris
how to make the count start at zero and not go under
|
|
[1 reply] : a simple: if( count < 0 ) count = 0; would do it. (by roberts)
|
Math functions and if statements |
|
[3 replies] Last: Helped a bunch thank you! (by closed account 2EURX9L8)
|
by maharris
jump it game
|
|
[7 replies] Last: how would i get the position to start at the end of the array and move... (by maharris)
|
by maharris
user generated array
|
|
[2 replies] Last: It is possible to dynamically allocate space for an array, but you hav... (by atropos)
|
by Paul Cruse
error: invalid operands of types `double' and `double' to binary `operator^'
|
|
[2 replies] Last: Yup I took that out and gave distance a value as it had not been defin... (by Paul Cruse)
|
by Grimlocke46
Chess moves using array
|
|
[2 replies] Last: ok, so in my move_queen function, i thought maybe this for loop would ... (by Grimlocke46)
|
by tylergard702
Invalid if statement?
|
|
[2 replies] Last: Thank you for the reply clanmjc :) My code is now: #include <st... (by tylergard702)
|