|
dynamic libraries?
hi,
the last of my 3 most important questions!
how can i create libraries?
im confused as to what libraries are in linux, i.e.
what is a windows static library (*.lib) in linux? is it a *.o file created using
[code]
g++ -c prog prog.cpp
[\code]
what is a windows dynamic library (*.dll) in linux?
how do i create static and dynamic libraries using g++??? or gcc??
hope you can help me out here!
ta!
|