Results 1 to 6 of 6

Thread: API's in VC++

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Mexico
    Posts
    25

    Talking API's in VC++

    Hi:

    I'm a newbie VC++ programmer and I have a question.

    I'd like to learn about API's in VC++, where to declare them, how to make reference, etc.

    I don't know where could I learn such things so, please, I hope anyone could tell me a Link or may be a book or where could I find vc++ samples.

    Thanks.
    The 'H' ^_^

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    just #include <windows.h>

    then they're all declared for you to use

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    But you'd be better off learning the language itself first. In console applications.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    If you want to learn API programming (making sure that you have learned console programming first), you should get the book "Programming Windows" by Charles Petzold. It's the bible of Windows programming....
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  5. #5
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    But don't learn all weird stuff of consoles, like centering etc. You won't sure use it!
    But consoles are good to start with, learn how to declare variables and such.
    ICQ: 128716725

  6. #6
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Yeah, unless you're going to program utilities for the linux (or other console) world you can pretty much forget everything from the <iomanip> header.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width