User profile: RawrImALion

User info
User name:RawrImALion
Email:Barrettcid@msn.com
Name:Barrett Cid
Location:Edmond, Oklahoma
Bio:A Computer Science major, want to someday develop games for a living. :)
History
Joined:
Number of posts:8
Latest posts:

My first very simple Binary Tree :)
[code] #include <iostream> using namespace std; struct Tree{ int data; Tree* ...

Segmentation Fault with pointers
actually yes I did, i didn't upload the new code though didn't have time this morning :P sorry, also...

Segmentation Fault with pointers
Thanks for the response but that didn't work, it seems even after I changed that and made the subscr...

Segmentation Fault with pointers
im sorry it is line 152 now after adding some white space :)

Segmentation Fault with pointers
Hello again everyone :), this is a program for my class that is just a simple card game. I am exper...