Skip to main content
3 events
when toggle format what by license comment
May 3, 2024 at 14:10 comment added Cem Kalyoncu I am talking about modern c++20 context. Header cpp duality is an issue. But it is about to fade away. Memory issues are easy to solve but people insist on their C habits. Don't use malloc or new. Use algoritm library/boost to speed up your programming. Don't try to cook everything yourself. Don't follow people who try to do early optimization. You are already ahead in performance game. Don't try low level stuff then complain about it.
May 2, 2024 at 13:56 comment added AlexGeorg C++ easy to program? Out of all the common languages used in game dev (C#, Python, Java, Lua, GDscript), C++ is likely the hardest to program (at least in such a way that you don't cause memory leaks and segfaults regularly). Starting with the fact that every refactoring on class level requires you to edit two files (the header and the cpp)... Compile time on the other hand can be improved nowdays through more modern orchestrators like Bazel instead of Cmake.
Apr 30, 2024 at 8:58 history answered Cem Kalyoncu CC BY-SA 4.0