Re: vc++ base64 encoding
"Miguel" <Miguel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5DEFB776-6B86-46CC-9205-84EC572C6934@xxxxxxxxxxxxxxxx
> umm, but does it work with visual c++? I mean can I use the same
> code for c++ that for vc++?
Visual C++ (vc++) is a developer tool _product_ of Microsoft. The recent
editions of the product (VS2003 and VS2005) include a C++ _language_
compiler whose compliance with the ISO standard is on a par with most other
products from major vendors (e.g. no export support regarding templates).
So, yes, standard C++ code should be compilable with recent editions of
VC++.
On the other hand, if you are still using Visual Studio 6.0, many standard
C++ samples will fail to compile as-is.
Regards,
Will
.
Relevant Pages
- Re: Is C99 the final C? (some suggestions)
... > that someone will try compile their stuff on an old compiler. ... > because the ANSI standard obsoleted them, and everyone picked up the ANSI ... fixed by using another language. ... >>are multiplying two expressions of the widest type supported by your ... (comp.lang.c) - Re: Statement on Schildt submitted to wikipedia today
... to working programmers and more with being "right all the time, ... so that compiler developers could be shed ... The major corporate interests were compiler developers, ... processors, committed to standard division semantics, and otherwise ... (comp.lang.c.moderated) - Re: __VA_ARGS__ and the DDK compiler
... his questions are related more to the difference between MS and the ISO standard. ... If his questions concerned a Visual Studio product then microsoft.public.vc.language would be the place for them, but it looked to me like he might be using a compiler that came in a DDK. ... (microsoft.public.development.device.drivers) - Re: #define and (brackets)
... Minor compiler vendors are free to join if they are so inclined, ... analysis hasn't changed between the two versions of the standard. ... This bug is a minor bug in an obscure ... (microsoft.public.vc.language) - Re: interesting use of NEXT SENTENCE vs. CONTINUE
... Program name in quotes (allowed in '02 Standard) ... > If J can be made an independent item which the compiler can put wherever it ... > has to be associated with a hardware device in SPECIAL-NAMES. ... > that ALTER *always* modifies the address parameter of the hardware branch ... (comp.lang.cobol) |
|