Mahmed
Newbie level 4
- Joined
- Jan 17, 2006
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Pakistan
- Activity points
- 1,320
i want to know how can i make function in library files. in fact i want source code in c to make function's defination in library files, and prototyping in header file
for example:
int sum()
{
return 5+5;
}
pleaze send me step by step procedure.
i want prototyping of function sum() in header file sum.h and defination in sum.lib
how can i make both these files. i want to hide my source in lib files Thanks
for example:
int sum()
{
return 5+5;
}
pleaze send me step by step procedure.
i want prototyping of function sum() in header file sum.h and defination in sum.lib
how can i make both these files. i want to hide my source in lib files Thanks