cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Create new library
Create new library
Apr 19, 2012 at 12:02am UTC
kieuthu
(2)
If i created my own new function, how could i put it into my library ?
And, how to create my own library ?
Thanks !
Apr 19, 2012 at 12:07am UTC
ascii
(1062)
You could put the file in your compilers include directory, and
#include <mylibraryfile.h>
whenever you want.
Apr 19, 2012 at 12:17am UTC
kieuthu
(2)
Thanks so much !
Topic archived. No new replies allowed.