User profile: LowestOne

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

How to character pointers work?
The code here is misleading: [code]char *str = "Hello";[/code] It is in fact impossible to do: [cod...

SDL surface pixel color/bits-per-pixel
I dont think the amounts are imbalanced, it seems you are forgeting about alpha. A 32 bit color is ...

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, ...