by Damian666
api type
|
|
[8 replies] Last: There is another reason that Microsoft has it's own definition of DWOR... (by AbstractionAnon)
|
by zarkon123
Reading total amount in binary files
|
|
[5 replies] Last: ne555 has given you pseudo code because, you're right, it's not that h... (by Lowest0ne)
|
by weegee
The window close down before the process finish
|
|
[3 replies] Last: Ok, thank you ^^ I already undersand (by weegee)
|
by gelatine
literal numbers small error.
|
|
[1 reply] : return letters[(i-(i%100))/100]+letters4 +3+amount_of_letters(i%100);... (by ne555)
|
by Dunii
If-Then with && and || passes when it shouldn't
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ and next When the funct... (by ne555)
|
by Swizzler
Changed function return type still thinks its void.
|
|
[2 replies] Last: Code is long but here is some pseudocode class A{ public: v... (by Swizzler)
|
by jk93
Pass By Reference - Char Array
|
|
[5 replies] Last: http://stackoverflow.com/questions/7902433/passing-array-arguments-by-... (by closed account j2NvC542)
|
by neuronet
Hello world executable is over 3MB
|
|
[4 replies] Last: You could try passing the -s flag to the compiler. It often reduces th... (by Peter87)
|
by Wisely Done
Stack Size
|
|
[4 replies] Last: If you create a sf::Image on the stack only sizeof(sf::Image) bytes wi... (by Peter87)
|
by jojo25800
personality assessment test in c++
|
|
[1 reply] : Well, you can make a function for every question. In that function, yo... (by CosminNTG)
|
by Chizess
fstream
|
|
[5 replies] Last: I'd rather not just give you the answer to the problem, but here's a f... (by ascii)
|
by maculhet
im having trouble verifying an alpha numeric input...
|
|
[1 reply] : cout<<"Enter Transmission | "; ... (by maculhet)
|
by maroun
const problem... can't find it
|
|
[4 replies] Last: The key is used to construct the map, so you can't happily change it. ... (by ne555)
|
by scopez
sprites
|
|
[no replies]
|
by shadoweyeone
encryption
|
|
[4 replies] Last: simple enough, works now, and thanks (by shadoweyeone)
|
Does anybody know how to make a sprite appear in front of a background? |
|
[2 replies] Last: oh, ok thanks (by deathdealer97)
|
by gelatine
error with converting const char * to int.
|
|
[3 replies] Last: I would do as ne555 suggests, and modify you first loop to print out w... (by andywestken)
|
by admkrk
Confused with arrays
|
|
[6 replies] Last: Good catch Anthony, I thought I had tried adding the braces and it did... (by admkrk)
|
by scu1casper
Logic Error
|
|
[1 reply] : Read the error messages. The compiler prints them specially for you. (by vlad from moscow)
|
by hu7sy
what wrong with this problem?? m begineer
|
|
[9 replies] Last: At first I thought it was stuck on something but it was just waiting f... (by Anthony Hernandez)
|