*p=new int; invalid conversion?Thanks a lot.
*p=new int; invalid conversion?int *p; *p=new int; Why is this an invalid conversion? p is a pointer, and *p is the integer that...
what's the default section of a class?[code] class X { A public: B protected: C private: D }; [/code] Is...
can i use a[-1] to refer to the last member?can i use a[-1] to refer to the last member? i am just used to this .. however..i got something od...
Is Hungarian Notation still useful?I just find the api names of OpenGL are really amazing. You can easilly see the parameters type and ...
This user does not accept Private Messages