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

Автор mkagenius, 13 лет назад, По-английски
I loved the solutions of Codeforces round 74 problem B div 1 .
It required (not necessarily) the use of structs.

I would like to know , is there any internet site where good tutorial is there.
And Is there any previous questions similar to this question.

Thanks in Advance. :)
  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
Struct is not a part of object-oriented programming. I have learned C language with this book. It has very clear and detailed description of elements of C.
  • 13 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

    Thanks. :)
    (Now I looked a few pages , It is so detailed with diagrams, I always wanted to know those details.)
    Many many thanks. :)
13 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится
I've learned many things from cplusplus.com but others may know better resources.
http://www.cplusplus.com/doc/tutorial/structures/