defining struct node pointer in mainwhere should i define it or what should i add in order to be able to call it in main?
defining struct node pointer in mainHey 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 pointerI 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...