C++

How Important Are GCC’s …

While I was learning C++ a few years ago, I read a little about GCC’s optimization flags and how they can improve performance. I was curious about how much of a difference they actually made, so I decided to test it out. I wrote a simple - and kinda useless, program that increments a number …