Hi....
Does Anyone Know How To Open Header Files In DEV C++. It Is There In Visual C++. But How To Write The Code In A Header File In DEV C++ If It Doesn't Have It...
I don't use that IDE, so I don't know. However, there is probably some kind of "add to project" to "add existing files" option, either on the File menu or the project's context menu.
@Xander314 Thank You For Ur Reply
The Thing Is I Don't Hv Visual Studio Installed In My New Computer. So I Think I Better Install It. But Dev C++ Is Not That Bad As It Mentioned. If There Is A Way To Keep Header Files I Prefer Dev C++ Than Visual C++. But Anyways Is There Anyone Who Knows How To Open Header File In Dev C++. Plz Tell ...Thank You
A header file is just a text file containing code; usually class and function declarations and definitions. That's it. You make one the same way you'd make any other text file.