avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Comments on using avr-c++ ?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Comments on using avr-c++ ?
Date: Wed, 26 Feb 2003 13:49:59 +0100 (MET)

Bob Halford <address@hidden> wrote:

> I realise the code will grow and slow a bit but objectifying it may
> help maintainability. Any comments?

It doesn't need to grow and slow much, but that's up to you.  You
probably need a good understanding of what happens when in C++ (like
implied copy constructor calls, when to use references etc.).  Real OO
(i. e., late binding) is probably out of the question.

> (Using avr-gcc-c++-3.0.4-2.i386 with gcc3.2)

Please upgrade.  A number of C++ related things have been fixed since.
http://savannah.nongnu.org/download/avr-libc/doc/avr-libc-user-manual/
go to the FAQ, then there's an entry that discusses some aspects of
C++ with the GNU AVR toolchain.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]