Thread: Got API?

  1. #1
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472

    Got API?

    Ok i'm sick of programming console programs that no end user would like. I need to start windows programming , but i don't know which API to pick though.

    I don't know if there are several windows APIs for Windows, i only know about MFC which isn't recommended by many programmers (i don't know why though).


    So , what API do you suggest and why?

    pointing me to a good tutorial on it would be nice.


    appreciate your help
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  2. #2
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    So , what API do you suggest and why?
    The Win32 API.

    I keep a list of sites that have Win32 API tutorials here.

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    MFC is not an API. It is a class library that wraps the Win32 API up in a series of "easy to use" classes. You can believe that if you like.

    I would always advocate learning at least the basics of the Win32 API before starting with a class library. Going API -> Class Library is usually easy, the other way round is harder. The wrappers hide so much of the essential detail, which is, of course, their job - but it doesn't help you if you land a job requiring raw API manipulation.

    The Forgers tutorial is a good start.

    http://winprog.org/tutorial/
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    Thanks alot Dante Shamest and Adrianxw
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenSSL and Win32 SSL API :: SSL/TLS
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-10-2004, 07:46 PM
  2. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  3. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  4. Is it foolish to program with Win32 API ?
    By Kelvin in forum Windows Programming
    Replies: 2
    Last Post: 07-09-2002, 02:03 PM
  5. pthread api vs win32 thread api
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 11-20-2001, 08:55 AM