User profile: LowestOne

User info
User name:LowestOne
Location:Massachusetts, USA
History
Joined:
Number of posts:1058
Latest posts:

C++ Programming, 4th ed
I've been watching the release date getting closer over the past few months. Has anybody read the 3...

What is this? (Found in science classroom closet)
looks like a roach clip to me

Reversing Linked List
@ vlad: The node constructor should not take T by reference. @ Snaksa: I agree with vlad though, ...

For some reason I am unable to delete character pointers
[code]str = new char[length [b] + 1[/b] // for the terminator[/code];

Annoying Redundancies in C/C++
^^ and in such a way that you can copy/paste it from program to program.