Jump to content
xisto Community

djole_home

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. OK I prefer use of strict C bat C++ have one advantage you forget! Code reuse! I make some class and do not have to write same code again if I need object like this with some more property or method, just inherit from parent class and code additional elements.
  2. I can recommend one book. "The C Programing Language" from Brian W. Kernighan and Denis M. Ritchie (Denis Ritchie was one of creators of C language) make learning very easy. Read chapters, follow primers and try to understand them and, most important, do exercises. This while not make prof programmer from you bat it is begin of journey. After that goes hard part, learn standard libraries and libraries in field you work in (example for grafic you while learn openGL). This learn from documentation of particular library and commented code.PS: My writen english is bad so I apologize to reader.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.