| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Larry Lindsey" |
| Date: |
15 Sep 2003 11:35:29 AM |
| Object: |
Newbie: OOP reference |
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to know
how to set things like how to set constructors/destructors and defining
private/public access to variables and the like. Thanks,
--Larry
.
|
|
| User: "White Wolf" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 12:32:54 PM |
|
|
Larry Lindsey wrote:
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to
know how to set things like how to set constructors/destructors and
defining private/public access to variables and the like. Thanks,
You seem to need a beginners book for C++. Look at the book reviews at
http://www.accu.org
--
WW aka Attila
.
|
|
|
| User: "Larry Lindsey" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 12:45:54 PM |
|
|
"White Wolf" <wolof@freemail.hu> wrote in message
news:bk4t4c$1i3$1@phys-news1.kolumbus.fi...
Larry Lindsey wrote:
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to
know how to set things like how to set constructors/destructors and
defining private/public access to variables and the like. Thanks,
You seem to need a beginners book for C++. Look at the book reviews at
http://www.accu.org
--
WW aka Attila
Not so much. I am familiar with C and Java and so on. I just need to look
at some example code.
.
|
|
|
| User: "jeffc" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 12:59:58 PM |
|
|
"Larry Lindsey" <gtg306b@prism.gatech.edu> wrote in message
news:bk4tsi$o89$1@news-int.gatech.edu...
"White Wolf" <wolof@freemail.hu> wrote in message
news:bk4t4c$1i3$1@phys-news1.kolumbus.fi...
Larry Lindsey wrote:
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to
know how to set things like how to set constructors/destructors and
defining private/public access to variables and the like. Thanks,
You seem to need a beginners book for C++. Look at the book reviews at
http://www.accu.org
Not so much. I am familiar with C and Java and so on. I just need to
look
at some example code.
In that case, look at the book reviews at
http://www.accu.org
.
|
|
|
| User: "Larry Lindsey" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 01:14:33 PM |
|
|
"jeffc" <nobody@nowhere.com> wrote in message
news:3f65fef2_3@news1.prserv.net...
"Larry Lindsey" <gtg306b@prism.gatech.edu> wrote in message
news:bk4tsi$o89$1@news-int.gatech.edu...
"White Wolf" <wolof@freemail.hu> wrote in message
news:bk4t4c$1i3$1@phys-news1.kolumbus.fi...
Larry Lindsey wrote:
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to
know how to set things like how to set constructors/destructors and
defining private/public access to variables and the like. Thanks,
You seem to need a beginners book for C++. Look at the book reviews
at
http://www.accu.org
Not so much. I am familiar with C and Java and so on. I just need to
look
at some example code.
In that case, look at the book reviews at
http://www.accu.org
The point: I do not need something as complicated as a book. Thanks for
reposting the link, though.
.
|
|
|
| User: "Kevin Goodsell" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 03:20:36 PM |
|
|
Larry Lindsey wrote:
Not so much. I am familiar with C and Java and so on. I just need to
look
at some example code.
In that case, look at the book reviews at
http://www.accu.org
The point: I do not need something as complicated as a book. Thanks for
reposting the link, though.
You are familiar with C and Java, and you think you only need to look at
example code...
Trust me. You need a book. Possibly more so because of your familiarity
with C and Java. C++ is a completely different language. Any attempt to
use it as C (or Java) with different syntax will lead to serious problems.
-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
.
|
|
|
| User: "White Wolf" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 03:23:38 PM |
|
|
Kevin Goodsell wrote:
[SNIP]
In that case, look at the book reviews at
http://www.accu.org
The point: I do not need something as complicated as a book.
Thanks for reposting the link, though.
You are familiar with C and Java, and you think you only need to look
at example code...
Trust me. You need a book. Possibly more so because of your
familiarity with C and Java. C++ is a completely different language.
Any attempt to use it as C (or Java) with different syntax will lead
to serious problems.
Thanks guys! I had the same thoughts when I have suggested getting a good
book. Learning OOD (on architectural level) is one thing. Learning how to
do OOD on the implementation level in C++ is a pretty different thing.
Especially because in C++ one usually will go for a multi-paradigm design,
where OO is mixed with generic programming, data hiding and so forth.
--
WW aka Attila
.
|
|
|
|
|
|
|
|
|
| User: "Marcin Vorbrodt" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 01:08:31 PM |
|
|
http://www.cppreference.com
http://www.cplusplus.com
http://www.cpp-home.com
"Larry Lindsey" <gtg306b@prism.gatech.edu> wrote in message
news:bk4poh$lcj$1@news-int.gatech.edu...
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to know
how to set things like how to set constructors/destructors and defining
private/public access to variables and the like. Thanks,
--Larry
.
|
|
|
| User: "Larry Lindsey" |
|
| Title: Re: Newbie: OOP reference |
15 Sep 2003 01:19:42 PM |
|
|
"Marcin Vorbrodt" <mvorbro@eos.ncsu.edu> wrote in message
news:bk4v5u$j6h$1@uni00nw.unity.ncsu.edu...
http://www.cppreference.com
http://www.cplusplus.com
http://www.cpp-home.com
"Larry Lindsey" <gtg306b@prism.gatech.edu> wrote in message
news:bk4poh$lcj$1@news-int.gatech.edu...
Howdy folks,
Does anyone know of a decent c++ OOP reference? Basically I want to
know
how to set things like how to set constructors/destructors and defining
private/public access to variables and the like. Thanks,
--Larry
Thanks, much appreciated.
.
|
|
|
|
|

|
Related Articles |
|
|