Re: Avoiding C++ Templates In Cipher Implementation
From: Alex Vinokur (alexvn_at_bigfoot.com)
Date: 06/10/03
- Next message: Alex Vinokur: "Re: Avoiding C++ Templates In Cipher Implementation"
- Previous message: André Pönitz: "Re: Avoiding C++ Templates In Cipher Implementation"
- In reply to: Ernst Lippe: "Re: Avoiding C++ Templates In Cipher Implementation"
- Next in thread: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Reply: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 10 Jun 2003 19:15:31 +0300
"Ernst Lippe" <ernstl-at-planet-dot-nl@ignore.this> wrote in message news:bc4p65$d85$1@reader08.wxs.nl...
> On Tue, 10 Jun 2003 09:27:32 +0300, Alex Vinokur wrote:
[snip]
> > But C++ compilers have not only template-related problems.
> > Are template-related problems most serious?
> They have a bad reputation. It is difficult to write
> portable programs with templates. In almost all practical
> cases you can rewrite your program to avoid templates.
Any revealing example?
> So when you are worried about the correctness of your programs
> it seems wise to avoid them.
>
> greetings,
>
> Ernst Lippe
>
By the way, there are various constructions with C++ Templates.
If a programmer is afraid of template non-portability
he/she may use more simple constructions which are not rejected by any compiler.
==========================================
Alex Vinokur
mailto:alexvn@connect.to
http://www.simtel.net/pub/oth/19088.html
http://sourceforge.net/users/alexvn
==========================================
- Next message: Alex Vinokur: "Re: Avoiding C++ Templates In Cipher Implementation"
- Previous message: André Pönitz: "Re: Avoiding C++ Templates In Cipher Implementation"
- In reply to: Ernst Lippe: "Re: Avoiding C++ Templates In Cipher Implementation"
- Next in thread: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Reply: Roger Schlafly: "Re: Avoiding C++ Templates In Cipher Implementation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|