User profile: Dash

User info
User name:Dash
History
Joined:
Number of posts:122
Latest posts:

how do i write a program like this?
Why not use strings ? [code]string name; getline(cin, string); cout << name.size() << endl;[/code...

SFML 2.0 RC problems
Checking the SFML 2 Documentation would have solved your problem. Replace [code]Event.Key.Code[/code...

questions on "classes"
[code]int[/code] is a primitive data type, it's a built in type define by the language, not in libra...

Dynamic Memory
[quote](actually I don't want to waste any of my hard drive with a bunch of tests)[/quote] It uses ...

Game Programming | What library should I use?
I had a very good experience with SFML, so I would recommend that.