User: riechan

  • Public profile

User profile: riechan

User info
User name:riechan
History
Joined:
Number of posts:48
Latest posts:

[C] Protoyping
I see. Thanks for the heads up then.

[C] Protoyping
Just wanna confirm something: [code] void insertData(int); [/code] The reason why this worked is b...

[C] Protoyping
Hi guys, quick question. How can I prototype this function? Usually for a function using the basic d...

Binary Trees
Sorry, here: [code] struct bin_tree { int data; struct bin_tree * right, * left; }; typedef struc...

Binary Trees
Hi guys, sorry I have some questions about Binary Trees. Hope you guys don't mind answering them: [...

This user does not accept Private Messages