unable to start programMain needs to be defined like [code] int main() { } [/code] you may need to include fstream as wel...
unable to start programFor a start you need to add the iostream header like below. [code]#include <iostream>[/code] and a...
C PointersThanks works correctly now!
C PointersUsed the code you provided Moschops but gcc gives the errors request for member ‘data’ in some...
C PointersI had a feeling that was the case, how would I pass the pointer in so thats its the actual pointer?
This user does not accept Private Messages