User profile: fahrishb

User info
User name:fahrishb
History
Joined:
Number of posts:30
Latest posts:

defining struct node pointer in main
where should i define it or what should i add in order to be able to call it in main?

defining struct node pointer in main
Hey guys i need help on how to define a node pointer in main. here is my .h file (tree.h) [cod...

access violation when deleting pointer
@LB : to avoid memory leak? or am i not supposed to delete it?

access violation when deleting pointer
I tried to delete the pointer i created but it shows "Access violation reading location 0x00000020."...

separate words with hyphen
@cire : i changed it to a space [code] str[i] = ' '; [/code] but it returns 'something' as one word...