Блог пользователя Morgan_HackProg

Автор Morgan_HackProg, 12 лет назад, По-русски

Recently, I was interested in the question — how useful templates that are copied each time to the body of the program are? Is this question relevant only for the C / C + +? Does it drastically save time? Give good, tested template for C + +.

  • Проголосовать: нравится
  • -9
  • Проголосовать: не нравится

»
12 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

In my opinion better will be to write ur own template.

»
12 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

In some case, yes, it is! You don't need to think about including if you use it and so on

  • »
    »
    12 лет назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    Includes are okay, but tons of FOR, FORN, FORM, FOR1, PB and MP, as for me, overkill and ruins all code.

    • »
      »
      »
      12 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      If it is a project, it is looks really bad. But in online contests it doesn't matter (I don't use FORN etc, it's easier to me)