> I am just wondering if this is necessary or if I can write the functions in normal c++ as well.
No, it isn't necessary. As always, you would need to build both the library and the program using the library with the same compiler (version).
> Oh, also what other types of syntax can be used in static libraries?
Anything that you could use in a program without libraries.
vijayan121
Posting Virtuoso
1,606 posts since Dec 2006
Reputation Points: 1,159
Solved Threads: 287