Hi, I m new in programming language and i m using turbo c . Can it be possible to give the header file windows.h in turbo c ? And if it is possible then please give the detail function and related code of it.I will be remain thankful to you.
subash sonar 0 Newbie Poster
Recommended Answers
Jump to PostCan it be possible to give the header file windows.h in turbo c
No -- turbo C compiler is too old. It is an ancient compiler that pre-dates MS-Windows and only uses ancient MS-DOS operating system. You need to get a more modern compiler such as free Visual …
Jump to PostCan it be possible to give the header file windows.h in turbo c ?
Note that simply getting that header would do a whole lot of nothing. A header typically contains delcarations and requires linking with a static or dynamic object library for those declarations to be useful …
All 8 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Moschops 683 Practically a Master Poster Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Moschops 683 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.