comp.lang.ada
 help / color / mirror / Atom feed
* From Ada to C++
@ 2003-04-08 18:21 Anis Ben Dekhil
  2003-04-08 18:57 ` Hyman Rosen
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Anis Ben Dekhil @ 2003-04-08 18:21 UTC (permalink / raw)


Hi there,
I'm fluent in Ada95 and I'm searching for a C++ book for experienced
programmers.

Any suggestions ?

Thanks.





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-08 18:21 From Ada to C++ Anis Ben Dekhil
@ 2003-04-08 18:57 ` Hyman Rosen
  2003-04-08 20:09 ` Preben Randhol
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Hyman Rosen @ 2003-04-08 18:57 UTC (permalink / raw)


Anis Ben Dekhil wrote:
> I'm fluent in Ada95 and I'm searching for a C++ book for experienced
> programmers. Any suggestions ? Thanks.

Accelerated C++ by Koenig and Moo is the best way to begin.




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-08 18:21 From Ada to C++ Anis Ben Dekhil
  2003-04-08 18:57 ` Hyman Rosen
@ 2003-04-08 20:09 ` Preben Randhol
  2003-04-08 22:04 ` Matthew Heaney
  2003-04-11  4:05 ` Alex Gibson
  3 siblings, 0 replies; 11+ messages in thread
From: Preben Randhol @ 2003-04-08 20:09 UTC (permalink / raw)


Anis Ben Dekhil wrote:
> Hi there,
> 
> I'm fluent in Ada95 and I'm searching for a C++ book for experienced
> programmers.
> 
> Any suggestions ?

I don't know but you could look in your local library for the Ada 95 for
C++ programmers book. Although you would have to learn in reverse :-)

Preben



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-08 18:21 From Ada to C++ Anis Ben Dekhil
  2003-04-08 18:57 ` Hyman Rosen
  2003-04-08 20:09 ` Preben Randhol
@ 2003-04-08 22:04 ` Matthew Heaney
  2003-04-11  4:05 ` Alex Gibson
  3 siblings, 0 replies; 11+ messages in thread
From: Matthew Heaney @ 2003-04-08 22:04 UTC (permalink / raw)


"Anis Ben Dekhil" <ben_dekhil.anis@uqam.caNADA> wrote in message news:<opEka.52907$S71.46736@news.primus.ca>...
> Hi there,
> I'm fluent in Ada95 and I'm searching for a C++ book for experienced
> programmers.
> 
> Any suggestions ?

I liked Essential C++, by Stanley Lippman.  It's nice and short, to
get you programming sooner rather than later.  (Don't confuse this
with his C++ Primer, which weighs in at over 1000 pages.)

If you've used the Charles container library, than learning the C++
STL should be a snap.

http://home.earthlink.net/~matthewjheaney/charles/



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-08 18:21 From Ada to C++ Anis Ben Dekhil
                   ` (2 preceding siblings ...)
  2003-04-08 22:04 ` Matthew Heaney
@ 2003-04-11  4:05 ` Alex Gibson
  2003-04-11 13:19   ` Georg Bauhaus
  2003-04-12 13:27   ` Stephane Richard
  3 siblings, 2 replies; 11+ messages in thread
From: Alex Gibson @ 2003-04-11  4:05 UTC (permalink / raw)



"Anis Ben Dekhil" <ben_dekhil.anis@uqam.caNADA> wrote in message
news:opEka.52907$S71.46736@news.primus.ca...
> Hi there,
> I'm fluent in Ada95 and I'm searching for a C++ book for experienced
> programmers.
>
> Any suggestions ?
>
> Thanks.
>
>

best c++ group
alt.comp.lang.learn.c-c++

faq at ftp://snurse-l.org/pub/acllc-c++/faq


Comes down to what you like(authors style etc)


See links in faqs for book reviews or  reviews on www.accu.org


C++ Faq Recommendations
http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h
tml



Books below are possible suggestions

Books for c++

Thinking in C++ by Bruce Eckel  can download a copy(www.bruceeckel.com )
C++ Primer by Lippman & Lajoie
C++Primer Answer Book by Tondo & Leung
Accelerated C++ by Koenig & Moo
Essential C++ by Lippman
(sort of condensed version of the primer
- 200pages instead of  1200)
Learning to Program in C++ by Heller
Teach yourself C++ in 21 days by Liberty
C++ Primer Plus by Prata

Intermediate and Advanced
The C++ Standard Library by Josuttis
Standard C++ IOStreams and Locales by Langer and Kreft
C++ Gems by Lippman
Exceptional C++  by SutterMore Exceptional C++  by SutterEfective C++ by
MeyersMore Effective C++ by MeyersEffective STL by MeyersModern C++ Design
by AlexandruStandard C++ IOStreamsThe C++ Standard Library by Nicolai
Josuttis


Reference books
The C++ Standard Library by Josuttis
The C++ Programming Language by Stroustrup
The C++ FAQs by Cline,Lomow and Girou
The C Programming Faqs by Steve Summit


faqs.
They give pointers to books, compilers(free), and web tutorials.

http://snurse-l.org/acllc-c++/faq  alt.comp.lang.learn.c-c++

http://www.eskimo.com/~scs/C-faq/top.html         comp.lang.c

http://www.parashift.com/c++-faq-lite/  comp.lang.c++


Unofficial comp.lang.c booklist
http://users.powernet.co.uk/eton/clc/cbooks.html

C++ faq recommendations
http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h
tml

Alex





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-11  4:05 ` Alex Gibson
@ 2003-04-11 13:19   ` Georg Bauhaus
  2003-04-12  3:19     ` Alex Gibson
  2003-04-12 13:27   ` Stephane Richard
  1 sibling, 1 reply; 11+ messages in thread
From: Georg Bauhaus @ 2003-04-11 13:19 UTC (permalink / raw)


Alex Gibson <alxx@ihug.com.au> wrote:
: 
: Reference books
: The C++ Programming Language by Stroustrup

Any particular reason why this is only under Reference books?



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-11 13:19   ` Georg Bauhaus
@ 2003-04-12  3:19     ` Alex Gibson
  2003-04-13 14:50       ` Stephane Richard
  2003-04-13 18:26       ` Stephane Richard
  0 siblings, 2 replies; 11+ messages in thread
From: Alex Gibson @ 2003-04-12  3:19 UTC (permalink / raw)



"Georg Bauhaus" <sb463ba@d2-hrz.uni-duisburg.de> wrote in message
news:b76fd6$6p5$1@a1-hrz.uni-duisburg.de...
> Alex Gibson <alxx@ihug.com.au> wrote:
> :
> : Reference books
> : The C++ Programming Language by Stroustrup
>
> Any particular reason why this is only under Reference books?

My preference. It isn't the easiest to learn from.
More of a language guide than a learning book.
The examples are not always the easiest to follow for a beginner(to C++) as
it uses a more technical approach.
Also as it covers the whole C++ language it doesn't give as in depth
examples
as some other books.

My favourite book for a beginner would be Thinking in C++ by Bruce Eckel.

Accelerated C++ by Koenig & Moo  is always highly recommended but
is suitable more for people who have programmed before


Alex Gibson





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-11  4:05 ` Alex Gibson
  2003-04-11 13:19   ` Georg Bauhaus
@ 2003-04-12 13:27   ` Stephane Richard
  2003-04-14  0:00     ` Alex Gibson
  1 sibling, 1 reply; 11+ messages in thread
From: Stephane Richard @ 2003-04-12 13:27 UTC (permalink / raw)


Hi Alex, ,Are you looking to Learn C++ based on what you know in Ada?  or
are you just looking to find an advancecd level C++ reference material?

I have a document in my hard drive that takes C++ programmers into the Ada
World, but nmot the other way around.  However I do have a (good collection)
of advanced C++ documents.  from beginner's to very advancecd.

if you're looking for something in particular, just let me know what you
need.  I wouldn't look for a "if I do it this way in Ada, how do I do it in
C++" kind of book, that would be "wishfull thinking" at best :-).

You can let me know either here on this group or just email me at the
address in the From Line of this email :-)

Regards,

Stephane Richard
Software Developer

"Alex Gibson" <alxx@ihug.com.au> wrote in message
news:b75gd0$rqo$1@lust.ihug.co.nz...
>
> "Anis Ben Dekhil" <ben_dekhil.anis@uqam.caNADA> wrote in message
> news:opEka.52907$S71.46736@news.primus.ca...
> > Hi there,
> > I'm fluent in Ada95 and I'm searching for a C++ book for experienced
> > programmers.
> >
> > Any suggestions ?
> >
> > Thanks.
> >
> >
>
> best c++ group
> alt.comp.lang.learn.c-c++
>
> faq at ftp://snurse-l.org/pub/acllc-c++/faq
>
>
> Comes down to what you like(authors style etc)
>
>
> See links in faqs for book reviews or  reviews on www.accu.org
>
>
> C++ Faq Recommendations
> http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h
> tml
>
>
>
> Books below are possible suggestions
>
> Books for c++
>
> Thinking in C++ by Bruce Eckel  can download a copy(www.bruceeckel.com )
> C++ Primer by Lippman & Lajoie
> C++Primer Answer Book by Tondo & Leung
> Accelerated C++ by Koenig & Moo
> Essential C++ by Lippman
> (sort of condensed version of the primer
> - 200pages instead of  1200)
> Learning to Program in C++ by Heller
> Teach yourself C++ in 21 days by Liberty
> C++ Primer Plus by Prata
>
> Intermediate and Advanced
> The C++ Standard Library by Josuttis
> Standard C++ IOStreams and Locales by Langer and Kreft
> C++ Gems by Lippman
> Exceptional C++  by SutterMore Exceptional C++  by SutterEfective C++ by
> MeyersMore Effective C++ by MeyersEffective STL by MeyersModern C++ Design
> by AlexandruStandard C++ IOStreamsThe C++ Standard Library by Nicolai
> Josuttis
>
>
> Reference books
> The C++ Standard Library by Josuttis
> The C++ Programming Language by Stroustrup
> The C++ FAQs by Cline,Lomow and Girou
> The C Programming Faqs by Steve Summit
>
>
> faqs.
> They give pointers to books, compilers(free), and web tutorials.
>
> http://snurse-l.org/acllc-c++/faq  alt.comp.lang.learn.c-c++
>
> http://www.eskimo.com/~scs/C-faq/top.html         comp.lang.c
>
> http://www.parashift.com/c++-faq-lite/  comp.lang.c++
>
>
> Unofficial comp.lang.c booklist
> http://users.powernet.co.uk/eton/clc/cbooks.html
>
> C++ faq recommendations
> http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h
> tml
>
> Alex
>
>





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-12  3:19     ` Alex Gibson
@ 2003-04-13 14:50       ` Stephane Richard
  2003-04-13 18:26       ` Stephane Richard
  1 sibling, 0 replies; 11+ messages in thread
From: Stephane Richard @ 2003-04-13 14:50 UTC (permalink / raw)


If anyone is interested, I have Thinking in C++ Both Volume 1 and 2, in PDF
format, jus tlet me know if you'd like it sent to you :-)


"Alex Gibson" <alxx@ihug.com.au> wrote in message
news:b7bor7$vft$1@lust.ihug.co.nz...
>
> "Georg Bauhaus" <sb463ba@d2-hrz.uni-duisburg.de> wrote in message
> news:b76fd6$6p5$1@a1-hrz.uni-duisburg.de...
> > Alex Gibson <alxx@ihug.com.au> wrote:
> > :
> > : Reference books
> > : The C++ Programming Language by Stroustrup
> >
> > Any particular reason why this is only under Reference books?
>
> My preference. It isn't the easiest to learn from.
> More of a language guide than a learning book.
> The examples are not always the easiest to follow for a beginner(to C++)
as
> it uses a more technical approach.
> Also as it covers the whole C++ language it doesn't give as in depth
> examples
> as some other books.
>
> My favourite book for a beginner would be Thinking in C++ by Bruce Eckel.
>
> Accelerated C++ by Koenig & Moo  is always highly recommended but
> is suitable more for people who have programmed before
>
>
> Alex Gibson
>
>





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-12  3:19     ` Alex Gibson
  2003-04-13 14:50       ` Stephane Richard
@ 2003-04-13 18:26       ` Stephane Richard
  1 sibling, 0 replies; 11+ messages in thread
From: Stephane Richard @ 2003-04-13 18:26 UTC (permalink / raw)


In an effort to NOT get flamed about C++ on an Ada group :-).  I also have
pdf files on Ada as well.

- Ada95  (Object Oriented Software in Ada 95 Second Edition)
- Redistribution in Distributed Ada.
- Ada Distilled  (Introduction to Ada for Experienced computer programmers).

Stephane Richard
Software Developer

"Alex Gibson" <alxx@ihug.com.au> wrote in message
news:b7bor7$vft$1@lust.ihug.co.nz...
>
> "Georg Bauhaus" <sb463ba@d2-hrz.uni-duisburg.de> wrote in message
> news:b76fd6$6p5$1@a1-hrz.uni-duisburg.de...
> > Alex Gibson <alxx@ihug.com.au> wrote:
> > :
> > : Reference books
> > : The C++ Programming Language by Stroustrup
> >
> > Any particular reason why this is only under Reference books?
>
> My preference. It isn't the easiest to learn from.
> More of a language guide than a learning book.
> The examples are not always the easiest to follow for a beginner(to C++)
as
> it uses a more technical approach.
> Also as it covers the whole C++ language it doesn't give as in depth
> examples
> as some other books.
>
> My favourite book for a beginner would be Thinking in C++ by Bruce Eckel.
>
> Accelerated C++ by Koenig & Moo  is always highly recommended but
> is suitable more for people who have programmed before
>
>
> Alex Gibson
>
>





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: From Ada to C++
  2003-04-12 13:27   ` Stephane Richard
@ 2003-04-14  0:00     ` Alex Gibson
  0 siblings, 0 replies; 11+ messages in thread
From: Alex Gibson @ 2003-04-14  0:00 UTC (permalink / raw)



"Stephane Richard" <stephane.richard@verizon.net> wrote in message
news:4vUla.2451$ah6.1009@nwrdny03.gnilink.net...
> Hi Alex, ,Are you looking to Learn C++ based on what you know in Ada?  or
> are you just looking to find an advancecd level C++ reference material?
>
> I have a document in my hard drive that takes C++ programmers into the Ada
> World, but nmot the other way around.  However I do have a (good
collection)
> of advanced C++ documents.  from beginner's to very advancecd.
>
> if you're looking for something in particular, just let me know what you
> need.  I wouldn't look for a "if I do it this way in Ada, how do I do it
in
> C++" kind of book, that would be "wishfull thinking" at best :-).
>
> You can let me know either here on this group or just email me at the
> address in the From Line of this email :-)
>
> Regards,
>
> Stephane Richard
> Software Developer
>


Currently learning vhdl, just starting to have a look at Ada.
Intermediate level in c, c++, java and fortran.
Doing more embedded programming lately, assembly(pic and AVR, still learning
8051 asm) and c.

The winavr port of gcc(for Atmel AVR microprocessors - 8 bit)
is pretty good with c ,c++ and a group adding ada support.



Thanks.

Alex Gibson






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-04-14  0:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-08 18:21 From Ada to C++ Anis Ben Dekhil
2003-04-08 18:57 ` Hyman Rosen
2003-04-08 20:09 ` Preben Randhol
2003-04-08 22:04 ` Matthew Heaney
2003-04-11  4:05 ` Alex Gibson
2003-04-11 13:19   ` Georg Bauhaus
2003-04-12  3:19     ` Alex Gibson
2003-04-13 14:50       ` Stephane Richard
2003-04-13 18:26       ` Stephane Richard
2003-04-12 13:27   ` Stephane Richard
2003-04-14  0:00     ` Alex Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox