error reading characters of string[code] #include<fstream> #include<Windows.h> #include<cstdlib> #include<iostream> #include<string> #...
Access violationI tried to initialize the pointer with [code]BTNode<customer> *t1=new BTNode<customer>;[/code] bu...
Access violationSince I initialized the pointer to 0 I can understand that , but how do I solve it ? I put it to b...
Access violationHi guys , I hate to ask it again but I have no choice since I have no idea how to solve it . I am...
overloading <<Somehow I moved the function out of the class and it works just like some internet resources said , ...