Thread: c# or win32 api

  1. #16
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Some of you are using the name C# as though it's a GUI API, I think you mean Windows Forms for C#.

  2. #17
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by indigo0086 View Post
    Some of you are using the name C# as though it's a GUI API, I think you mean Windows Forms for C#.
    Details, details.

    Anyway, how many GUI APIs there are for C# anyway?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  3. #18
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Quote Originally Posted by maxorator View Post
    Anyway, how many GUI APIs there are for C# anyway?

    Well there's...

    *Takes vase and runs away*

  4. #19
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Anyway, how many GUI APIs there are for C# anyway?
    Two, if you only count the ".NET" frameworks: Windows Forms and Windows Presentation Foundation. You can also hook into the Win32 API and other third party libraries if you really want to.
    My best code is written with the delete key.

  5. #20
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Hammer's are better than screwdrivers!

    Personally I dislike C# and will probably never use it, but that is because it does not meet my needs. Is it C+=2? no, definately not. But I see that it might be Microsofts attempt to get scripters away from Visual Basic and into a more flexible language. If all your job entails is writing gui interfaces for simple applications, then C# may be the way to go if you do not already know win32. Its probably easier to learn for most new users. Even Microsoft admits that for Raw Horsepower you need C/C++, just look at the Express downlaod page and how it describes each package.

    My job entails a lot of HPC and custom hardware interface's. I need the low level control and flexibility that C/C++ provides, so C# isn't even an option of last resort for me. Other programer's may have different needs though, so C# may be a better choice for them.
    Last edited by abachler; 03-31-2008 at 11:14 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  2. OpenSSL and Win32 SSL API :: SSL/TLS
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-10-2004, 07:46 PM
  3. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  4. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  5. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM