General question about C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • 357mag

    General question about C#

    I've done mostly console programming using C++. I've done a little Visual
    Basic too. I was wondering about this C#. Is creating GUI applications
    difficult? For example, creating an application that inputs two integers from
    the user and displays their sum. I thought I read that C# was a RAD tool.
  • Michael C

    #2
    Re: General question about C#

    "357mag" <357mag@discuss ions.microsoft. com> wrote in message
    news:B790B514-14AB-4E3A-B4F8-7B461440431D@mi crosoft.com...[color=blue]
    > I've done mostly console programming using C++. I've done a little Visual
    > Basic too. I was wondering about this C#. Is creating GUI applications
    > difficult? For example, creating an application that inputs two integers
    > from
    > the user and displays their sum.[/color]

    That would be very easy in C#
    [color=blue]
    > I thought I read that C# was a RAD tool.[/color]

    It is, it's very similar to vb6, it just has the syntax of C.

    Michael


    Comment

    • Peter Kirk

      #3
      Re: General question about C#


      "357mag" <357mag@discuss ions.microsoft. com> skrev i en meddelelse
      news:B790B514-14AB-4E3A-B4F8-7B461440431D@mi crosoft.com...[color=blue]
      > I've done mostly console programming using C++. I've done a little Visual
      > Basic too. I was wondering about this C#. Is creating GUI applications
      > difficult? For example, creating an application that inputs two integers
      > from
      > the user and displays their sum. I thought I read that C# was a RAD tool.[/color]

      I've been programming in C# for about 2 weeks, using Microsoft Visual Studio
      ..NET. To make a GUI application is a piece of cake. But I don't really know
      if it is so much the language as the tool that makes this easy. For example,
      some years ago I used Borland C++ Builder to make Windows GUI apps, and that
      was also a piece of cake. (Drag 'n drop etc).

      On the other hand C# does seem to be a reasoably good language, comparable
      to Java. Of course, with my limited experience in C# I have only a limited
      basis for comparison...

      Peter


      Comment

      • Brian Scott

        #4
        Re: General question about C#

        I like to think of it as Java with the Microsoft parts with a Wysiwyg
        designer. Been developing in C# for 3 years now, since I left uni and the
        transition from Java is virtually seamless. It really does feel like MS have
        ripped off Sun big time.


        "Peter Kirk" <pk@alpha-solutions.dk> wrote in message
        news:uDIOi00PFH A.1096@TK2MSFTN GP12.phx.gbl...[color=blue]
        >
        > "357mag" <357mag@discuss ions.microsoft. com> skrev i en meddelelse
        > news:B790B514-14AB-4E3A-B4F8-7B461440431D@mi crosoft.com...[color=green]
        > > I've done mostly console programming using C++. I've done a little[/color][/color]
        Visual[color=blue][color=green]
        > > Basic too. I was wondering about this C#. Is creating GUI applications
        > > difficult? For example, creating an application that inputs two integers
        > > from
        > > the user and displays their sum. I thought I read that C# was a RAD[/color][/color]
        tool.[color=blue]
        >
        > I've been programming in C# for about 2 weeks, using Microsoft Visual[/color]
        Studio[color=blue]
        > .NET. To make a GUI application is a piece of cake. But I don't really[/color]
        know[color=blue]
        > if it is so much the language as the tool that makes this easy. For[/color]
        example,[color=blue]
        > some years ago I used Borland C++ Builder to make Windows GUI apps, and[/color]
        that[color=blue]
        > was also a piece of cake. (Drag 'n drop etc).
        >
        > On the other hand C# does seem to be a reasoably good language, comparable
        > to Java. Of course, with my limited experience in C# I have only a limited
        > basis for comparison...
        >
        > Peter
        >
        >[/color]


        Comment

        • emr

          #5
          Re: General question about C#

          Hi, i ve done programming in C++ started with turbo C++. C# is a Rad tool.
          Now i only use C#.


          Comment

          Working...