Re: Avoiding C++ Templates In Cipher Implementation

From: Alex Vinokur (alexvn_at_bigfoot.com)
Date: 06/09/03


Date: Mon, 9 Jun 2003 22:04:03 +0300


"Roger Schlafly" <rogersc@mindspring.com> wrote in message news:7c3Fa.6264$FJ.2069391452@twister2.starband.net...
> "Alex Vinokur" <alexvn@bigfoot.com> wrote
> > For instance, n-ary Huffman Template Algorithm has been written with using
> C++ templates.
> > http://alexvn.freeservers.com/s1/huffman_template_algorithm.html
> > http://sourceforge.net/projects/huffman-ta
> > It seems that the code is quite portable.
>
> To what? I only saw one compiler/platform mentioned on the web pages.
>
>
n-ary Huffman Template Algorithm has been compiled on GNU gcc and tested on Windows 2000.

1. n-ary Huffman Template Algorithm is based on C++ Templates.
2. C++ Templates are not compiler/platform specific.

So, (I think) the code is not compiler/platform specific.

   ==========================================
   Alex Vinokur
     mailto:alexvn@connect.to
     http://www.simtel.net/pub/oth/19088.html
     http://sourceforge.net/users/alexvn
   ==========================================