[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Class definition

Are you asking what a 'Class' is? This is a basic object oriented concept and has nothing to do with Eclipse proper as an IDE. Look at an introduction to C++ (or any object oriented language). Here my favorite:

http://mindview.net/Books/TICPP/ThinkingInCPP2e.html

(you can download the book for free!!, the author is a saint)