Re: beginner needs advice on Visual Studio

From: mhrecuser (matthuwiler_at_gmail.com)
Date: 01/22/05


Date: Sat, 22 Jan 2005 17:28:41 -0500

Mark Reed wrote:

> Randy Howard <randyhoward@FOOverizonBAR.net> wrote in
> news:MPG.1c5b6c7d3f16927a989e1d@news.verizon.net:
>
>> In article <Xns95E5CC184C6F9mreedfusionmagiccom@216.196.97.142>,
>> mreed@fusionmagic.com says...
>>> My goal is to create simple to moderate windows
>>> applications...sometimes involving database functions, and data
>>> manipulation...Im not too concerned with designing games, or graphic
>>> intense apps... mainly functional apps for various projects as
>>> needed....
>>
>> Take a look at the Qt toolkit and Qt Designer from
>> http://www.trolltech.com.
>>
>> It sits on top of C++ (which should have been included in all those
>> CD's you received from Microsoft) and allows you to design the type of
>> applications you describe above. There are several good technical
>> books on Qt, as well as some excellent online tutorials.
>>
>
>
> Thanks Randy... I'll bookmark that info. Being so new to programming
> (well..being new doesnt even describe it..clueless is more like it)
> I want to start with baby steps with VS... which of the native VS
> languages are good to start with?

I recommend C# because the syntax is C-based. Once you get used to it,
other C-based languages like java, C, C++, JavaScript, etc... will be
easier to learn. I recommend not starting with VB because it's syntax is
very different from other languages (although arguably more readable and
easier to learn for non-programmer types). It's a tradeoff.

Matt



Relevant Pages

  • Re: How can you drop Winforms support?
    ... More about letting people sell add-in tools to support MS's languages than ... effort to kill CodeGear or competition off in the DevTools space. ... is free to build their own CF designer if they choose to do so. ...
    (borland.public.delphi.non-technical)
  • Re: How can you drop Winforms support?
    ... that "MS makes as many mistakes as anyone else. ... All designers but the CF designer work for non-MS .NET languages ... More about letting people sell add-in tools to support MS's languages than ...
    (borland.public.delphi.non-technical)
  • Re: (a==b) ? Yes : No
    ... Yes, that's deliberately awful syntax. ... For instance, no reasonable language designer would, now, use post-fix ... python has the trinary operator and it's not going to change, ...
    (comp.lang.python)
  • Re: Language Advice
    ... you'll be able to compile MC++ code with the new environment. ... The question is if you'll be able to mix old and new managed C++ syntax within the same project. ... I wonder if the designer in VC++ 2005 will work with code generated by the VC++ 2003 designer. ... It's a beta, nonetheless, with its own issues and bugs, lack of guarantees. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: (a==b) ? Yes : No
    ... python's syntax seems like change for change sake. ... python has the trinary operator and it's not going to change, ... seems like a bit of petulance on the part of the designer. ... This StackOverflow thread ...
    (comp.lang.python)