Author Topic: How to create library files using code blocks?  (Read 3818 times)

Offline neo1691

  • Multiple posting newcomer
  • *
  • Posts: 68
How to create library files using code blocks?
« on: March 14, 2012, 03:58:46 pm »
Hey folks!! How are you?? ;D

I want to create a library file in which i can store my functions like gotoxy(); and swap(); similar to stdio.h??

Procedure on how to do that in Turbo C is given here.

http://koolankit.page.tl/Create-your-own-library-file-in-C.htm

Thanks!!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: How to create library files using code blocks?
« Reply #1 on: March 14, 2012, 04:21:15 pm »
Look, I deleted your post silently for good reason, because you are violating our forum rules. This has nothing to do with Code::Blocks at all, so please stop posting such questions here. There are plenty of other C/C++ forums around.

Please read again our policy for this forum here:
http://forums.codeblocks.org/index.php/topic,9996.0.html

Topic locked (to be removed again later).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ