by thecloud
Help reading numbers to written form (1,2)
|
|
[20 replies] Last: Yeah im just going to clean it up and get the bigger numbers to work. ... (by thecloud)
|
by detroit
class with templates
|
|
[3 replies] Last: Thanks for the reply, I am a ware of the decleration in front of t... (by detroit)
|
by Bartek Sowka
dlls
|
|
[6 replies] Last: I don't get it :( How can I transfer: #include <cstdio> #include <cs... (by Bartek Sowka)
|
by seth23
Random number between decimals
|
|
[1 reply] : you need to use rand() this function returns a sudo-random int. That... (by Stewbond)
|
by Matt Cromer
Simple Help Please
|
|
[5 replies] Last: I am glad I could help. Also note that, return value will be whatever ... (by yasar11732)
|
by dantecreed
Need help with nested for loops!!!
|
|
[1 reply] : @dantecreed You could use an array for the amount, and then need only... (by whitenite1)
|
by BNut
how can I take this source code into doc or picture
|
|
[9 replies] Last: There is also the listing environment. (by ne555)
|
by Jinz0
when i run this it crashes :/
|
|
[10 replies] Last: Let me guess. PlayingCard has no default constructor. here's the de... (by Jinz0)
|
by spencaz
Error while trying to create a deck of cards
|
|
[3 replies] Last: Thank you I have now removed PlayingCard:: on the operator<< but I am ... (by spencaz)
|
by Nanogeek815
Identifier "CImg" is undefined????
|
|
[1 reply] : http://cimg.sourceforge.net/reference/structcimg__library_1_1CImg.html... (by ne555)
|
by Skico
Crash on calloc()
|
|
[3 replies] Last: Thanks, I can't believe that I put bool there instead of int. I have w... (by Skico)
|
by kyky365
how to call out the function. C++ keeps saying identifier not found
|
|
[13 replies] Last: No problem. Don't worry about mistakes, they'll happen to anyone, n... (by MrHutch)
|
by markkirby
is this the best way to do this
|
|
[9 replies] Last: @LB yeah, pretty much what I was trying to say.. (by strongdrink)
|
by ihato
Problems with double precision
|
|
[2 replies] Last: :O I get it now! Thanks! (by ihato)
|
by ihato
How doesn't this work?
|
|
[3 replies] Last: I thought I could use a variant array like in int a ; but you say th... (by ihato)
|
by Integrater
char *argv[] - I'm missing something
|
|
[6 replies] Last: Ahaha WHEW! Thanks for the help guys those last two explanations made... (by Integrater)
|
How to get out of a loop |
|
[9 replies] Last: Yeah, that's why you initialize guessHold with lots of hyphens in the ... (by Athar)
|
by mcoduti
advice about c++/directx/win32
|
|
[7 replies] Last: Win32 is a horrible abomination that should be avoided in any situatio... (by hanst99)
|
by hassan2
PROBLEM WITH FILE HANDLING
|
|
[2 replies] Last: thanx alot buddy (by hassan2)
|
by kyky365
the mastermind game cannot show the results in the round 2 or above
|
|
[2 replies] Last: thank you so much!! the task have done!! thanks so much! I changed i<4... (by kyky365)
|