Basically what it says how can i create a c++ class library such as string i already have the class done just need to know how to make a lib.a file from c++ and then use it in my code
hey this cant be that hard no answers oslib is a library i just wanna make an objectdraw library based off oslib that uses class which is c++ any suggestions
I prefer C libs since they're easy enough to use with C++ and easier to use with C than C++ libs. That's why I made a post on compiling MiniXML for the PSP: it's a C library where TinyXML is C++, thus it's more useful for more people.