[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: Class definition
|
- From: billinares@xxxxxxxxxx (Bill Linares)
- Date: Tue, 15 Sep 2009 08:26:57 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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)