Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Header file   Message List  
Reply | Forward Message #68779 of 71514 |
Re: [c-prog] Header file

This is very simply of creating your own header file well let me tell you one
thing... Please i hope you know how to create functions yes this is the same way
just create a function like the same way prototypes and stuffs and after that if
you want to use it like #include<stdio.h> if you want to call it or use it with
the <> then you have to go inside the compiler and put it inside the library
like DEV C++,,  C:\DEV-Cpp\include this you can call it using the
#include<stdio.h>!!!!  but when using #include"stdio.h"  is where your
executable file or source is then you have to use the "" to call it... anyway i
hope this will answer your question. it is easy as the way we build a
function....

Prince Annan Koomson

--- On Fri, 11/21/08, Thomas Hruska <thruska@...> wrote:
From: Thomas Hruska <thruska@...>
Subject: Re: [c-prog] Header file
To: c-prog@yahoogroups.com
Date: Friday, November 21, 2008, 1:42 PM











Tamas Marki wrote:

> On Fri, Nov 21, 2008 at 10:37 AM, sudhakar bonthu

> <bonthu.sudhakar@ yahoo.com> 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.CubicleS oft.com/MyTaskFo cus/





























[Non-text portions of this message have been removed]




Fri Nov 21, 2008 2:09 pm

pk_annan
Offline Offline
Send Email Send Email

Forward
Message #68779 of 71514 |
Expand Messages Author Sort by Date

Hi everybody,                     I want to create my own header file in c/c++. How can i?                       ...
sudhakar bonthu
bonthu.sudhakar
Offline Send Email
Nov 21, 2008
9:37 am

On Fri, Nov 21, 2008 at 10:37 AM, sudhakar bonthu ... Exactly the same way you create your c or cpp files, you create a new file in your text editor and save...
Tamas Marki
tamas_m
Offline Send Email
Nov 21, 2008
10:51 am

... 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
shininglightpro
Offline Send Email
Nov 21, 2008
1:42 pm

This is very simply of creating your own header file well let me tell you one thing... Please i hope you know how to create functions yes this is the same way...
Prince Annan Koomson
pk_annan
Offline Send Email
Nov 21, 2008
2:09 pm

The real question is what to put in "something.c" and what to put in the corresponding "something.h". Personally I regard the header file "something.h" as a ...
David Hamill
dc_hamill
Offline Send Email
Nov 21, 2008
4:01 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help