Morgan_HackProg's blog

By Morgan_HackProg, 12 years ago, In Russian

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 + +.

  • Vote: I like it
  • -9
  • Vote: I do not like it

»
12 years ago, # |
  Vote: I like it +5 Vote: I do not like it

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

»
12 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    12 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

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

    • »
      »
      »
      12 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      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)