decrement size_t in loopThanks for the examples how I could write my loop. From the discussion, it seems like it is not obv...
decrement size_t in loopHi everyone, I was recommended to turn on compiler warnings for debugging purposes. The compiler fr...
Scientific Computing - Debugging ToolsThanks @mbozzi and @TheIdeasMan for the detailed hints on compiler usage. Some of the flags should i...
Scientific Computing - Debugging ToolsCheers @seeplus! [code]which shows that defining the variable within the loop is slightly quicker[/...
Scientific Computing - Debugging Tools[quote=TheIdeasMan] Compiler options are very important too. It's worth reading the manual for g++, ...