Thread: How can a Linux programmer most effectively learn Windows programming?

  1. #1
    Registered User
    Join Date
    Jul 2022
    Posts
    2

    How can a Linux programmer most effectively learn Windows programming?

    I've been writing Unix/Linux programmes for a while now—in C, shells, Perl, and other languages—but I'd like to improve my knowledge now that I'm unemployed and have some free time. What is the most effective technique to begin creating Windows apps?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Does "other languages" include C++ ?

    Whilst you can write GUI programs for windows in C, you have to write a LOT of code just to make anything remotely useful happen.

    With C++ and a GUI toolkit, you can write a reasonable UI in a short amount of time, knowing that all the tricky resource management is taken care of.
    wxWidgets: Cross-Platform GUI Library
    Qt | Cross-platform software development for embedded & desktop
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2022
    Posts
    2
    thanks for the reply man really appreciate it
    Last edited by Salem; 07-30-2022 at 06:49 AM. Reason: Removed spammy link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Want to learn Windows API for Game Programming
    By George M. in forum Windows Programming
    Replies: 15
    Last Post: 09-28-2008, 10:26 AM
  2. Replies: 7
    Last Post: 08-07-2007, 04:00 AM
  3. programming in linux or windows?
    By rtunez33 in forum C Programming
    Replies: 11
    Last Post: 09-19-2004, 07:22 PM
  4. where are good places to learn windows programming
    By kwm32 in forum Windows Programming
    Replies: 2
    Last Post: 03-24-2004, 11:40 AM
  5. Good books to learn windows programming?
    By RetroGamer1991 in forum Windows Programming
    Replies: 4
    Last Post: 06-17-2003, 01:06 PM

Tags for this Thread