User profile: BigBlackSheep

User info
User name:BigBlackSheep
History
Joined:
Number of posts:35
Latest posts:

making a variety map using templates
[code]template <class T> T dict(T, T){ std::map<T, T> map; return map; }[/code] Should look...

Laptop
If you're doing rendering you're going to want some solid (fast and plenty of it) ram and a good mul...

Can I check that the function worked?
You could also [code] throw [/code] if the function encountered a problemo.

convert image to number
Boost is a library for C++.

C-String and String
A c-string is an array of characters as you said (null terminated of course): A String is a class p...