User profile: kbw

User info
User name:kbw
History
Joined:
Number of posts:5371
Latest posts:

constant elements vector
a and b are constant, you can't change them. vec isn't constant, you can change it and the values i...

Create Thread inside class/namespace(Ron Penton ThreadLib)
You're right, but if it isn't working you'll need to post the code for that.

Using #define
That isn't quite right in principle. But rather than wasting time fixing that, as you're using C++,...

seekg and file of 4294967295 bytes
That's because you're working on a 32bit system where -1 happens to be a legitimate file size for yo...

about array
Duplicate post: http://www.cplusplus.com/forum/general/87973/