Good day guys. I'm using bloodshed devc++ as ide which, I believe, is using mingw as compiler. I've been reading up lots of articles talking about optimization of code and bottlenecks which makes me want to try their recommended techniques :)). So the questions are:
- How do I measure how efficiently or how poorly my code is running?
- How do I know which parts of my code are the 'bottlenecks' (am I using the term right?)
thanks!