Using C++ properly
Hi all,
I am concerned that most people on this forum use C++ to make their hacks, when they should really be using C. It doesn't really matter, but why use C++ if you are just going to use it like C?
Most hacks don't use classes, or any object-orientation. They just manipulate data, which is what C is for.
I used to do this when I made hacks, I was clueless back then lol.
Another thing is when a newbie asks "how to make hacks", everyone says "learn C++". Why not tell them to learn C? C++ is harder, and they really only need C.