windows.h file for my program that calendar application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ishika
    New Member
    • Mar 2013
    • 1

    windows.h file for my program that calendar application

    can u tell me that how can i include the windows.h file in turbo c... because i have program of calendar application that is not running in turbo c there is need of windows.h file..
    if i can not include windows.h file in turbo c then which compiler i have to use to run my c program please can you tell me...

    thank you...
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Read your compiler documentation.

    In addition to windows.h you also need various Windows libraries and resurces plus the ability to create a Windows application environment plus also know how to write a Windows program.

    If you are a beginner, this is not a good way to go.

    Comment

    Working...