Thread: Looking for help on <windows.h>

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    4

    Question Looking for help on <windows.h>

    hi,
    I am looking for a Tutorial on how to use windows.h in my programs. is a tutorial on this out on the Web? If so could someone post a link.

    thanks

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Looking for help on <windows.h>

    Originally posted by Patrick1234
    hi,
    I am looking for a Tutorial on how to use windows.h in my programs. is a tutorial on this out on the Web? If so could someone post a link.

    thanks
    Do a search...this has been answered hundreds of times

  3. #3
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Probably more like 50 or so

  4. #4
    Seeking motivation... endo's Avatar
    Join Date
    May 2002
    Posts
    537

    Talking

    Code:
    #include <windows.h>
     
    void someFunction( )
    {
       //use windows.h functions here
    }
    Couldn't think of anything interesting, cool or funny - sorry.

  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    4

    Angry Looking for help on <windows.h>


    <<Do a search...this has been answered hundreds of times>>
    Where ...... did a serch on this thru this Board AND thru WWW. but NO Tutorials.

    P.S. read my sig.
    and if any WILL post the link they get a cookie....the good kind

    THANKS

  6. #6
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    endo's given you an answer, if you think it's not a good answer, look at the quality of your question. What exactly are you after?
    Demonographic rhinology is not the only possible outcome, but why take the chance

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C - including the <windows.h> header file
    By Jolu42 in forum C Programming
    Replies: 4
    Last Post: 05-13-2007, 01:05 PM
  2. Errore opening the include <windows.h>
    By rasheed in forum Windows Programming
    Replies: 5
    Last Post: 05-21-2006, 11:23 PM
  3. <windows.h> compiler help..!
    By The Brain in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2005, 08:47 PM
  4. <windows.h>
    By Jarrette in forum C++ Programming
    Replies: 11
    Last Post: 05-02-2003, 05:46 AM
  5. <windows.h>?
    By bluehead in forum C++ Programming
    Replies: 6
    Last Post: 11-20-2001, 07:17 PM