Thread: What is Window Programming???

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    1

    Question What is Window Programming???

    Hi.....
    I was just wondering what is window programming???
    is it c++ or java????
    if i want to learnt window programming..... any site suggested???

    Thanks.ssss....
    Zorro......

  2. #2
    Unregistered
    Guest

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    421
    Its C++

    That is absolute crap! Window programming can be done in LOTS of languages.... and C++ is one of them. YOu can do windows programming in C, C++, Pascal, Perl... the list goes on!

    If you want to learn windows programming, pick your language, and then learn to use the windows libraries that come with the compiler of your choice, or learn to interface with the win32 API directly. I recommend the latter, and i recommend C++ also.
    Quidquid latine dictum sit, altum sonatur.
    Whatever is said in Latin sounds profound.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    75
    Just for anyone elses information. windows itself is coded in C. Therefore the native api probably makes the most sense syntax wise in C and C++. I like it in c++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  2. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  3. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  4. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  5. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM