About VS C++




Hi,

In this post :
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=970938&SiteID=1

The VS C++ developer said : "C++ will die in the windows application
development world if I can't develop the GUI easily in VS."

The VS Team said: "It is clear that you mostly develop native code
applications", "After reviewing the data, our team has decided to refine
the product direction. After reviewing the data, our team has decided to
refine the product direction. Moving forward we will increase our support
for native development tools"


How about Delphi ?

GUI -- VCL is a little old, need fresh new GUI VCLs. Need help programmers
build Perfect GUI without too much code.
Native Code -- Yes, please put more resource on Native Code, such as
Unicode, Fast String functions etc
(The HELP always let me select .NET topic or
Win32 Topic every time, I hate this, it does not remember I do not use
NET )




Bear





.



Relevant Pages

  • Re: About VS C++
    ... GUI -- VCL is a little old, ... Native Code -- Yes, please put more resource on Native Code, such as ... Unicode, Fast String functions etc ...
    (borland.public.delphi.non-technical)
  • Re: App Development with Visual C++ .NET
    ... VS.NET 2003 can create native code, but not for Windows CE devices. ... > I've read that unmanaged code can be used in VS.NET 2003 for C++. ... I wanted a way to easily create a GUI ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Best book for learning MFC/VC 7.1 for developing rich GUI apps ?
    ... many people will ask why you're not considering starting from the .Net framework - which is where most of Microsoft's efforts are today. ... Well, IL code can be easier reengineered as native code, since you have additional information about classes, variable names etc.. ... By the way the C++ compiler is the only one which can compile mixed binaries. ... all I need is to know how to create a GUI frontend for my libraries - I like .NET GUI capabilities but I don't like the fact that my binaries can be easily converted to source. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Java performance
    ... not being compiled down to native code but just allways being ... interpreted which might result in an unreactive GUI as an effect (or at ... I have seen native GUIs become unresponsive just as much--in both Windows and Linux implementations. ... In fact, from the little I know of various toolkit implementations, this is just as much a problem in Java Swing code as it is GTK2 or Windows API. ...
    (comp.lang.java.programmer)
  • Re: C++ vs. C# (new to windows programming)...
    ... IMHO it's more straightforward and somewhat easier in C# and other managed languages to code a GUI application. ... The compiled C++/CLI library can be easily used from any .NET language and additionally you have separated your GUI from the other code. ... C++/CLI will compile to faster IL code, no doubt, but I doubt that you will see a relevant speed difference for your managed GUI. ... If you need speed and supporting native code then C++/CLI is the way to go. ...
    (microsoft.public.dotnet.languages.vc)