How does one get to this stage: [closed]
Hey guys reading some of the posts I came to realise something:
Reflecting parameter name: abuse of C# lambda expressions or Syntax brilliance?
Why is it that atm im learning how to implement operations but I have no bearing on the foundations its made of.
I can write a program to do a specific task but I dont know where its taking it from... kind of hard to expl开发者_运维问答ain what I mean but I dont understand what the system is doing for me. If that makes sense.
When will I get to the stage I truley understand C or any code? How can I get to that stage?
I hope I understood your question.
My answer is:
- Learn hardware basics (e.g. I/O - memory .. etc)
- Learn operating systems basics (e.g. threading - processes .. etc)
- Learn networking basics (e.g. HTTP - TCP/IP - Data packets .. etc)
精彩评论