how to use cpp source for 2 projects
Posted
by joels
on Stack Overflow
See other posts from Stack Overflow
or by joels
Published on 2010-06-10T15:04:44Z
Indexed on
2010/06/10
15:13 UTC
Read the original article
Hit count: 196
I'm not sure if I am going about this the right way. I am making some c++ classes to use in 2 apps. I am going to have to compile them to be used in a Cocoa app and later be compiled for use with fastcgi.
Should I create a dynamic library?
© Stack Overflow or respective owner