User profile: jdkunk

User info
User name:jdkunk
History
Joined:
Number of posts:4
Latest posts:

std::stringstream fails to read what it just wrote!
Why does this not work when it's C counterpart does work? I would much rather use the >> and << oper...

Discuss this snippet #1
Strings should not be passed with a copy. Instead pass them back as a const reference and let the us...

Passing Arrays
May I suggest using an object. So define your object, then define some access functions. Then pass t...

C++ Multithreading, Volatile, and Correctness
Hi, I am working on a project with boost::threads, and I need to be absolutely sure that the method ...