Thread: How to creat header files

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    33

    How to creat header files

    Dear All,
    Please tell me how to create the Header file for my project.. like
    #include<stdio.h> contains all printf,scanf...so on
    what are the steps needed to create my own Header file....
    i am using the VC++ compiler
    i am thankful to you advance

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Project->Add->New item->C++ header

    Then code away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. Confusion on header and source files
    By dnguyen1022 in forum C++ Programming
    Replies: 4
    Last Post: 01-17-2009, 03:42 AM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. more header files
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2001, 01:56 PM