Please suggest me some tutorials on Windows programming in C

Discussion in 'C' started by lionaneesh, Apr 30, 2010.

  1. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Please suggest me some tutorials on Windows programming in C with detailed overview on windows registry and header files like #include<windows.h> #include<functions.h> #include<fstream> #include<dos.h> etc...
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    You need to know MSDN: http://msdn.microsoft.com
    This has all the information you'll ever need on Windows programming. Much of the documentation includes code samples.

    The #include<...> is not part of the header file name. The header file is windows.h, and the #include<...> is the C syntax for including header files.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice