CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: 3D: C# vs. Java

  1. #1
    Join Date
    Apr 2002
    Location
    Switzerland
    Posts
    31

    3D: C# vs. Java

    HI
    I have to program a 3D helicopter simulator. I'm asking what would be the better decision for that:

    C# with .Net or Java ?

    Thanks for suggestions!
    Flavio

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    i would suggest C#.NET since you can interact with reusable lowlevel win32API and/or COM dlls , or user dlls, in C#.
    Java would be slow .anyways..


    Paresh

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