Source-based or binary-based library?Thanks for the fast reply, all the headers are include guarded. So there is no way I can include the...
Source-based or binary-based library?Hello, I currently working on a general library and I'm wondering if I should distribute it to be us...
std::vector .begin() throwing error@MiiniPaa Thank you for the explanation, first time getting into OOP :) After tedious debugging I f...
std::vector .begin() throwing errorOk I tried avoiding using delete so I rewrote the code so that I simply declare a class without usin...
std::vector .begin() throwing errorThanks for the quick replies! @poteto The std::vector contains the classes themselves, not pointers...