cplusplus.com
C++ : Users : Disch
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Disch
Public profile
Send private message


User profile: Disch

User info
User name:Disch
History
Joined:
Number of posts:6811
Latest posts:

Problems in naming variables.
[quote]because it avoids things like this:[/quote] Everyone talks about that like it's some kind of...

Nicknames
Han SoTo ?

Nicknames
"Disch" sounds like "Dish", only spelled with an extra 'c'. The 'c' is for 'cool'.

Understanding Return better!?
recursion can be tricky to understand [code] ff(x) = x*ff(x-1) [/code] and [code] ff(1) = 1 ...

SDL wrong draw a image
That's because it's looking in different directories. When you run it from visual studio, it's lo...