xxxs

Members
  • Content Count

    26
  • Last visited

Posts posted by xxxs


  1. Uhm, interesting. I believe the last movie I saw was the "Ready Player One". I read the entire book before the movie then I wanted to see the movie. I liked, looks funny :P

     

    I watched that too. I did find a little resemblance of this movie to "spy kids 3D: game over".Did you?

    • Like 1

  2. Yes, I completely agree with @0x29A. You should be passionate to learn to code first, start with any language you like. and the most important thing in programming is developing logic. And don't just stick to the common coding problems, try to explore it by doing experiments and tweaks.

     

    It takes a lot of time to become a programmer so patience and dedication should not diminish.

    After having knowledge about then you can move on to speculating the software you want to modify, start modifying small games then move gradually to higher and complicated ones.

     

    And learning a program for the first time requires a book handy so buy a book atleast and start coding.


  3. The CPU requires some time to fetch the instruction then transfer the control for each instruction in the process. And for some function, if the execution time is smaller than the time required for the processor to switch controls over to the function then the efficiency of the code with respect to time decreases a bit so for those kinds of functions inline is used.