mkagenius's blog

By mkagenius, 13 years ago, In English
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. :)
  • Vote: I like it
  • 0
  • Vote: I do not like it

13 years ago, # |
  Vote: I like it +5 Vote: I do not like it
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 years ago, # ^ |
    Rev. 2   Vote: I like it +5 Vote: I do not like it

    Thanks. :)
    (Now I looked a few pages , It is so detailed with diagrams, I always wanted to know those details.)
    Many many thanks. :)
13 years ago, # |
  Vote: I like it +3 Vote: I do not like it
I've learned many things from cplusplus.com but others may know better resources.
http://www.cplusplus.com/doc/tutorial/structures/