Re: (long) An AES implementation for 32-bit platforms
From: Mok-Kong Shen (mok-kong.shen_at_t-online.de)
Date: 06/11/03
- Next message: Tom St Denis: "Re: AES in LibTomCrypt"
- Previous message: Brian Gladman: "Re: AES in LibTomCrypt"
- In reply to: Tom St Denis: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: JohnTromaville: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: JohnTromaville: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Tom St Denis: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 11 Jun 2003 23:41:26 +0200
Tom St Denis wrote:
>
> Actually you're wrong. "cl.exe" the actual C compiler can compile both
> straight C and C++ programs. By default it assumes source files ending
> in ".c" are C and ".cpp" are C++.
I am not sure that I understand you. I use VC++
in its window mode. I never called it from the
DOS level (I don't know whether that's possible).
Since a C++ compiler can cover almost all C constructs,
one can say that a C++ compiler can do both, but
not in the other direction that a C compiler can do
both (if it could, then it would be, by definition,
a C++ compiler).
M. K. Shen
- Next message: Tom St Denis: "Re: AES in LibTomCrypt"
- Previous message: Brian Gladman: "Re: AES in LibTomCrypt"
- In reply to: Tom St Denis: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: JohnTromaville: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: JohnTromaville: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Tom St Denis: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|