Tamas Marki wrote: > On Fri, Nov 21, 2008 at 10:37 AM, sudhakar bonthu > <[EMAIL PROTECTED]> wrote: >> Hi everybody, >> I want to create my own header file in c/c++. How can i? > > Exactly the same way you create your c or cpp files, you create a new > file in your text editor and save it as myfile.h.
But don't expect functions to magically appear or exist just because you write a prototype into a header file. You will have to write those functions too. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
