User: Dante12129

  • Public profile

User profile: Dante12129

User info
User name:Dante12129
History
Joined:
Number of posts:22
Latest posts:

Input validation problems
Reminds me of Better C: http://thedailywtf.com/Articles/The_Secret_to_Better_C.aspx

sort predicate w lambda = compiler error
You cant't use std::sort on a std::list because it takes random access Iterators and a std::list onl...

Explain this code to me?
ss.clear() doesn't clear the contents of string, it sets the error state flags, with the default bei...

SFML Game development problem
Do you have the images in the correct folders?

Can someone please explain
[quote] So if I called myCode -v -h -g hello I'd have argc=4 and argv={"-v", "-h", "-g", "hello"}. ...

This user does not accept Private Messages