User: Xerxes004

  • Public profile

User profile: Xerxes004

User info
User name:Xerxes004
History
Joined:
Number of posts:5
Latest posts:

[Q] Traverse a Binary Tree
@cire, I'll give an example with no parent pointer, also. [code] #include <iostream> class Node {...

[Q] Traverse a Binary Tree
@UchihaKite, [quote]... how do I differentiate between the Root Node and the Children?[/quote] Each ...

Creating a Random file of fixed size
@doug4 It was just example code, I figured you knew to delete[] a 25Mb buffer. I was attempting to ...

Creating a Random file of fixed size
Alternate method: flip a perfectly random coin. Heads is 0, tails is 1. Whichever side it lands on, ...

Creating a Random file of fixed size
[code] #include <fstream> void copy_file (const char* src_file, const char* dest_file, int num_byte...

This user does not accept Private Messages