User: georgieboy

  • Public profile

User profile: georgieboy

User info
User name:georgieboy
History
Joined:
Number of posts:12
Latest posts:

Some code I don't understand.
if( i & 0x00000001 ) is the equivalent to (i & 1). '0x00000001' is the hex representation of 1 and ...

Battleship help!
^^ Agreed with jidder. It would be nice to see the header and also I would add in some sort of test ...

How do I pass variable to function?
Hey guys, so I am trying to build a simple Linked List (Just practice NOT a homework assignment). I ...

BST not printing
Thanks Volatile, I kept looking at my Print function. I didn't think to completely go over my add fu...

BST not printing
OK so I have recently changed my code to the following: [code] #include <iostream> #include <fstrea...

This user does not accept Private Messages