Re: Python/Wx dot net

From: HankC (hankc_at_nospam.com)
Date: 10/07/03


Date: Tue, 07 Oct 2003 19:49:22 GMT

On 07 Oct 2003 17:58:09 +0100, jjl@pobox.com (John J. Lee) wrote:

>
>Ah. I had assumed managed C++ was enough like C++ to make porting C
>and C++ easy. Is that wrong? I guess the problem is memory
>management? -- pretty fundamental to C.
>

My guess (being a borland customer) is that the answer is what your
compiler vendor gives you. Borland is releasing a product soon that
you will write Delphi (object pascal) code but the compiler will emit
.net programs. Unsupported data types, like pascal sets, will still
work through some sort of compiler magic.

I'd guess that MS/Borland/others will or have already released similar
products that would allow you to write c++ code and target .net.



Relevant Pages

  • Re: cc65 and "Hello World"
    ... For a compiler project I cannot see this. ... The development and testing of libraries and library routines is ... releasing them for download then they have not used what I put online. ... Also if anyone thinks this Aztec C stuff that I talk about is native ...
    (comp.sys.apple2.programmer)
  • Re: cc65 and "Hello World"
    ... For a compiler project I cannot see this. ... The development and testing of libraries and library routines is ... releasing them for download then they have not used what I put online. ... Also if anyone thinks this Aztec C stuff that I talk about is native ...
    (comp.sys.apple2.programmer)
  • Re: cc65 and "Hello World"
    ... compiler, assembler, linker, and library manager. ... Change management starts at the top. ... releasing them for download then they have not used what I put online. ... Also if anyone thinks this Aztec C stuff that I talk about is native ...
    (comp.sys.apple2.programmer)
  • Re: inhibit compiler warning C4624 for a class hierarchy
    ... The undefined behavior means that the behavior is decided by the compiler. ... none-virtual Destroy method is defined in your base class OpNotification ... This only release your base instance space, ... Why do not you use a macro for releasing your object? ...
    (microsoft.public.vc.language)
  • Re: Parallel Programming with .NET
    ... I actually started my compiler from scratch. ... for writing .NET programs. ... Because i'm using XML and I have an XML schema, ... > delegate, ...
    (microsoft.public.dotnet.general)

Loading