User profile: graham sullivan

User info
User name:graham sullivan
Statistical data
Occupation:Administrator
Skills:C
C++
History
Joined:
Number of posts:20
Latest posts:

Indie projects
Hey guys I been making a roguelike with pretty much just c++ and the command prompt, also with shi...

question
the standard namespace allows you to use the cout and cin streams and the string class as well as ot...

Printf() vs cout: function versus stream
I think you do stuff like [code] cout << hex << var; [/code] or any other weird thing

Printf() vs cout: function versus stream
Printf() is good when you want to use less space as opposed to cout [code] printf("hello %s, how ar...

Printf() vs cout: function versus stream
Printf() or cout? Which is more useful overall or what ways can each be used to it's advantage. Thi...