Why don't you like for-loops?

Правка en1, от -is-this-fft-, 2018-01-29 17:04:05

#define rep(i, l, r) for ((i) = (l); (i) < (r); (i)++)

Things like that are pretty common. Why do so many of you need to do things like this? What is wrong with a good old for-loop? Is it that slow to write one explicitly?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский -is-this-fft- 2018-01-29 17:04:05 258 Initial revision (published)