|
-
Jun 4th, 2001, 04:21 PM
#1
Thread Starter
Member
Win32 or C#
which is better win32 or c# and another question how is win32 different to mfc i mfc uses dlls but how does win32 work then?
What is Life? One big dream or one Big nightmere.
-
Jun 4th, 2001, 04:34 PM
#2
Sorry this isnt an answer. I think this topic should go into the faq. Like a small section on the difference between C\C++\C#, and Win32\MFC\OWL.
-
Jun 4th, 2001, 04:41 PM
#3
Monday Morning Lunatic
Win32 is a concept not a language It's the collection of APIs, support programs, and documentation that makes up the 32-bit layer of Windows 9x and most of Windows NT.
C# is Microsoft's new language for .NET, and it's actually quite nice, despite what people have been saying about it.
MFC is an object-oriented wrapper to the Win32 API. It's fat and slow and you don't really need it The Win32 API is the clean way to program for Windows, using CreateWindowEx and all that lot.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|