0
Do you know some "hacks" in c++ for a better optimization, and ease to work with?
The question does not refer to functions from specific libraries or assemblr functions... Only usual type of code sequences. I ask for these because I, as a student, don't want to reinvent the wheel, but go further
2 odpowiedzi
+ 1
A good way is to study patterns and known algorithms.
0
Or ... are you refering to non coding hacks, like, how to set up a better development environment?