Programming with c++. Need header files?

When you write programs in c++ language you will face some heavy work with program. If that happens to you c++ header files helps you to get rid of that heavy work. Simply you have to include header file to your program. If you do that you can reduce unnecessary codes.

You can download some main header files here.

  1. medley.h
  2. winconio.h
  3. winconio1.h
Unzip the file and copy the ***.h file to the "include folder". It is something look like this,
C:\Program Files\Microsoft Visual Studio\VC98\Include

No comments:

Post a Comment