Thread: Should I do win32

  1. #1
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751

    Should I do win32

    I've been debating whether or not to do any win32 programming for fear that it will become obosolete in the near future - five years tops. because of longhorn i'm wondering will it even be worth while to learn the API. what do you guys think?

    on msdn , they have the following quote
    The Windows API can be used in all Windows-based applications. The same functions are generally supported on 32-bit and 64-bit Windows.
    . The key word there is generally and i'm wondering just how ambiguous this seems. you think maybe it will be obosolete because of C# and mfc?? really need you guys input. Thanks.

    [edit]and then i find this that seems to suggest they just keep updating it. whats up. [/edit]
    Last edited by caroundw5h; 06-07-2004 at 07:54 PM.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Well, even if a new API other than the current one does come out, it helps to know the current one, because lots of companies will have maintenance programmer positions for their programs. Heck, look at things like COBOL and FORTRAN, it still helps to know them.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    I suppse so. I'd hate to be working on legacy code though. Though I heard a quote once
    remains the unfortunate truth that there are more professional Cobol programmers than C programmers, more C++ programmers than Java programmers, and for many years there will be more Java programmers than there are followers of the successor language. Most people are perpetually held back by legacy code. Nobody knows the meaning of "legacy" more than Cobol programmers, who are often maintaining 25-year old programs. Windows application programmers are held back by 5 to 10 year-old code
    so I guess i'll at least be guaranteed a job.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  4. #4
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    90% of .NET is built on Win32 anyway. Plus, Win32 works on more Windows machines. Not everybody has .NET installed.

  5. #5
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    interesting. sounds like your saying in order to execute .net. you need a .net runtime environment. I didn't know that. I assumed like most of micro's products they already came preinstalled. correct me if i'm wrong.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  6. #6
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Yup, you need the .NET framework to run .NET applications.

    However, it'd probably be installed by default in Longhorn.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console program to Win32
    By Ducky in forum Windows Programming
    Replies: 3
    Last Post: 02-25-2008, 12:46 PM
  2. 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
  3. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  4. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  5. Win32 API Tutorials?
    By c++_n00b in forum C++ Programming
    Replies: 9
    Last Post: 05-09-2002, 03:51 PM