User profile: Cube777

User info
User name:Cube777
Name:Kobus van Schoor
Location:South Africa
Statistical data
Birthdate:Sep 19, 1998
Gender:Male
Occupation:Student
Skills:Learning C++
History
Joined:
Number of posts:40
Latest posts:

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 error
Ok I tried avoiding using delete so I rewrote the code so that I simply declare a class without usin...

std::vector .begin() throwing error
Thanks for the quick replies! @poteto The std::vector contains the classes themselves, not pointers...