Results 1 to 2 of 2

Thread: Header file (.h)

  1. #1

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335

    Header file (.h)

    Can i make my own header file containing alot of other header files like.
    VB Code:
    1. ////   Jasonlpz.h
    2.  
    3. #include <stdio.h>
    4. #include <iostream>
    5. #include <sstream>
    6. #include <string>
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Yes. The only issue arises is maintenance. If you keep making changes to the header file over time, then go back and 're-use' it on code that expects an old version of the header, you're in trouble - or the person trying to maintain your code is in trouble.

    If you keep it static - no problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width