User profile: NickT

User info
User name:NickT
Name:Nickolas Turner
Location:Seattle, originally
Statistical data
Birthdate:Apr 6, 1989
Gender:Male
Occupation:Other
Skills:C
C++
Assembly
History
Joined:Jul 10, 2011 at 12:41am
Number of posts:7
Latest posts:

Exercise from B. Stroustrup book
Ah, excellent, thank you for the clarification. Considering the fact that this node struct can only ...

Exercise from B. Stroustrup book
I'm doing an exercise from Chapter 7 of Bjarne Stroustrup's "C++ Programming Language - Third Editio...

Generating new value at every execution (when it shouldn't
You mean the whitespace or the actual space character 0x20? If you're referring to whitespace - Vi...

Generating new value at every execution (when it shouldn't
It's supposed to work something like this: 1. It's initialized with the value 0, so first round is ...

Generating new value at every execution (when it shouldn't
Hi again, So I've ran into another snag with my message digest code. It generates new, very sligh...