User profile: sim642

User info
User name:sim642
Website:http://sim642.co.cc
History
Joined:
Number of posts:3
Latest posts:

Problem with setw/setfill (c++)
I would just use something like this to output n asterisks: [code]cout << string(n, '*');[/code] Don...

SFML Woes...
I fixed it by installing a dw2 version of TDM-GCC by using the on demand installer.

why do we need to have classes ?
Its not about that if they can do something or not - its about being able to write more efficent and...