Thread: Win32 API help

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    9

    Win32 API help

    Hi.
    i have just started programming Win32 API using DEV-C++. i need the Wind32 API reference help and i dont think it comes with DEV-C++. I looked here but it seems to not exist anymore. so where can i find it?

  2. #2
    "Why use dynamic memory?"
    Join Date
    Aug 2006
    Posts
    186
    u got to buy :
    "Programming Windows" by Charles Petzold, fifth edition
    it's the best reference of Windows programming (it has everything you need)

    but its flaw is this: everything is done programmatically... while using Microsoft Visual Studio 2005 saves 50% or more of the time doing things visually
    "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg."-Bjarne Stroustrup
    Nearing the end of finishing my 2D card game! I have to work on its 'manifesto' though <_<

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    9
    Thanks for the suggestion, but i prefer to learn this subject from the web- im using the Forger's guide. I have allready bought a book for the basics of C programming, the rest ill try to learn myself. I need the reference especially for instant looking up function's parameters and classes.

    anyway, i will check this book and may be ill even buy it, but the delivery takes time so anyway i need something more immediate.

  4. #4
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Simply put the reference is msdn.

  5. #5
    Registered User
    Join Date
    Apr 2007
    Posts
    9
    Sorry but... what do i need to do? i dont think i got it....

  6. #6
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    In google, you can search for MSDN <some function>, e.g. MSDN WaitForSingleObject() or some such.

    Once there, you can browse the entire Win32 API tree if you wish - but you probably do need a book too - as it's not always easy to figure out which function you use for what purpose and how without some good examples, and although MSDN has examples, it's not plentiful, nor are the examples particularly "big".

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  7. #7
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    if you want to use google for searching msdn - add site:msdn2.microsoft.com to the search string
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  8. #8
    Registered User
    Join Date
    Apr 2007
    Posts
    9
    Ok thank you, i got it. actually i searched earlier in the msdn site but i didn't find it for some reason, but now i can see it. i guess i need to improve my searching skills...
    Anyway i looked for more immediate solution, i found the help file eventually here it's just easier to work with in DEV-C++. anyway thanks for the redirect to the MSDN site and the searching advices.

    matsp i agree with you, the Win32 API reference is certainly not the way to learn to program in windows, a book or a guide is necessary. probably a book will be better but right now im learning from a web guide (the Forger's) as i said. I'll go on with it, but if stuff get complicated i'll think about getting a book, probably the one Hussain Hani mentioned.

  9. #9
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Programming Windows by Petzold is the standard reference. If you buy anything, buy that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 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
  2. OpenSSL and Win32 SSL API :: SSL/TLS
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-10-2004, 07:46 PM
  3. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  4. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  5. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM