Re: Another C# vs. VB question....

Tech-Archive recommends: Speed Up your PC by fixing your registry



TedF wrote:
[...]

With VB you can add much more user friendly features with
very little work, while it is avoided in C.
C is much powerful, uses less memory, resources, and drive space.
I used to be amazed with the efficiency, size, no dependencies of C programs.
The MS C++ requires 20 MB .net to be installed, don't know
how large 2005 .net runfiles.

It does not.

The extension, the C++/CLI standard, needs the .NET framework, because it targets .NET.

Plain C++ does not need the .NET runtime.
And currently C++ is the only language I know of which can mix native and managed code.



[...]

Andre
.



Relevant Pages

  • Re: How come Ada isnt more popular?
    ... bother with *manual* memory management neither. ... Today manual memory management is a low-level thingy that you don't have to care about, unless you *really* want to. ... The problem is that few programs rely on only memory and in a typical case there are lots of resources that are not memory oriented and they have to be managed, ... When GC is a shiny center of the language, those other kinds of resources suffer from not having appropriate support. ...
    (comp.lang.ada)
  • Re: Why do some people hate java?
    ... C++ templates can do some things that Java generics can not. ... memory is the only resource that must be managed. ... and other resources that are just as important to ... To the extent that the language ...
    (comp.lang.java.programmer)
  • Re: Article of interest: Python pros/cons for the enterprise
    ... due to the lack of deterministic destruction. ... Python you manage resources and the language manages memory. ...
    (comp.lang.python)
  • Re: OOP and memory management
    ... >> The are more resources that a single program must manage ... >> new programmers just means that they never get any experience ... >> all memory allocated must be deallocated. ... Read above where I said that the language ...
    (comp.programming)
  • Re: REGION=0M and LSQA
    ... At the time, memory was very expensive, and we ... remaining storage and always issued a return code zero. ... programs actually worked in production, ... all of the resources used by the job up until that point ...
    (bit.listserv.ibm-main)