Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@shoop Really? That part was never an issue for me. It's always been the OOP stuff combined with memory management.
-
@shoop Neither OOP nor memory management is difficult on their own, but when they cross in c++, it gets difficult.
-
When was the last time wxwidgets got updated? I will say look into this once.
You can give QT a chance if u r working mainly for learning or open source. -
mr-user13525y@AlgoRythm
Starting from C++ 11 memory management become easier.
Use this rule. Pointer only point. You do not create new object or delete with pointer.Unless the memory address change just like when vector may invalid memory the rule is very useful.
Related Rants
Learning C++
im excited. i aim to start development with wxwidgets
rant
learning