So, if I add my own libraries, then they should be built when I'm
compiling my program.... right?
( the source code for those should be visible if I add my self-coded
libraries. )


On Jan 4, 6:58 am, Lev Neiman <lev.nei...@gmail.com> wrote:
> Please also consider that if you add more custom include folders to your
> C/C++ compiler environment then you can include your own .h files with this
> pattern.  That is you can do #include <myclass.h> even if myclass.h is not
> in same folder as source file you are including it from.
>
> All that #include <somefile> does is tell your compiler to look for
> 'somefile' in the include folders.  There are several default include
> folders that come with most compilers, but you can also add your own.
>
>  - Lev Neiman
>
>
>
>
>
>
>
> On Mon, Jan 3, 2011 at 4:08 PM, Daniel Neiter <drei...@gmail.com> wrote:
> > Correct.
> > Though source code may be available for information purposes it's never
> > used for building new programs.
>
> > On 03.01.2011 22:55, Shoubhik wrote:
>
> >> So,that means they are pre-built and are just linked when the situation
> >> arises. ( i'm using Borland C++) --
> >> You received this message because you are subscribed to the Google Groups
> >> "google-codejam" group.
> >> To post to this group, send email to google-c...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-code+unsubscr...@googlegroups.com<google-code%2bunsubscr...@googlegr
> >>  oups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-code?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "google-codejam" group.
> > To post to this group, send email to google-c...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-code+unsubscr...@googlegroups.com<google-code%2bunsubscr...@googlegr 
> > oups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-code?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.

Reply via email to