User profile: blueshark

User info
User name:blueshark
History
Joined:
Number of posts:11
Latest posts:

Compiler Flags
Hey Guys, while I am creating code, I want that the compile and linking process is fast and hence...

Distribute String to multiple lines
Cool, thanks!

Distribute String to multiple lines
Hey Guys, in my code, I have to deal with some long (constant) strings, like: [code]s = _T("Th...

Automatic Code Documentation
Hey Guys, I am developing with Visual Studio and I am looking for a tool for automatic (or rather...

convert/cast a reverse_iterator to an iterator
Thank you for your reply. I finally expected something like that. Too bad.