User profile: Sayagain

User info
User name:Sayagain
History
Joined:
Number of posts:9
Latest posts:

Quick question about pointers
Sorted thankyou, I guess you cant declare a pointer to be NULL globally,

Quick question about pointers
Hi 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 Class
heres the full class if it helps. [code]class train { public: train(int X,int Y...

Access to public member in a Class
Hi, Can someone help me with this, i am trying to access a variable in the public domain of a ...