Quick question about pointersSorted thankyou, I guess you cant declare a pointer to be NULL globally,
Quick question about pointersHi that pretty much is my whole code so far: [code]#include "stdafx.h" #include <iostream> usin...
Quick question about pointers[code]struct Student { string name; // or char name[] with the max number of characters al...
Access to public member in a Classheres the full class if it helps. [code]class train { public: train(int X,int Y...
Access to public member in a ClassHi, Can someone help me with this, i am trying to access a variable in the public domain of a ...