cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Using typedef
Using typedef
Jul 22, 2011 at 1:29am UTC
NewProgrammer
(58)
When you use "typedef" in a class definition (example: typedef char* Cptr), what is the distinction between making it public, protected or private?
Jul 22, 2011 at 1:35am UTC
PanGalactic
(1658)
Try it and find out! That's the best way to learn this stuff.
Jul 22, 2011 at 1:55am UTC
NewProgrammer
(58)
I agree,
Thanks
Topic archived. No new replies allowed.