CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    3

    Couple questions about C#

    1. How good is it?

    2. Is it fast?

    3. What can it be used for?

    4. Can games be made with it?


    Thanks for answering

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    1. How good is it?

    depends upon how you compare it. I should say It is really good experience working with C#. It is optimized compared to java on windows platform.

    2. Is it fast?
    compared to other languages (accept assembley/c or other low level lang)
    yes it is faster than other highend languages.


    3. What can it be used for?
    almost for all purpose for business development, production, sales, marketing development, etc. for fast access and fast processing, C++ is desirable since applications like realtime-high-CPU intensive, weather forecast etc..
    otherthan that biztalk server, commerce server, ERP, CRM etc.. purposes .NET is ok.


    4. Can games be made with it?
    oh ! yeah, with use of DirectX, you can do that. I am not sure about speed though.
    - Software Architect

  3. #3
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Cool

    1. Good enough. In fact, very good.

    2. Yeah, fast enough. Althrough for high speed applications (like real time systems) use something different. (and different OS too )

    3. Anything

    4. Sure thing - eh!?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured