Author | Message | |||||||
---|---|---|---|---|---|---|---|---|
Coders/Programmers
| I see a lot of good coders and programmers out here on EOServ. I am currently looking to get into coding(C++), and I was wondering how did you guys get so good? Did you learn from videos on YouTube or just goofing around with the rev? Well I was wondering if you guys could post some links where you guys learned c++. I will need to learn from the bottom all the way up, so I would appreciate it if some of you guys could post some links to tutorials. Thanks.
|
Re: Coders/Programmers
| Speaking about myself , i have learnt from ebooks and google. --- Remember when is not an organization nor a fucking group , it's simply an idea that we believe in and live for. The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is cosmetic,that's why offer our worthless lives to The "Remember when"
|
Re: Coders/Programmers
| Focus on what you want to do with a program try and do it and if you cant research each error you get on google "You gotta crawl before you walk". For me it has been a trial and error battle and eoserv has helped out alot. I would look at c++ syntax,functions,variables, and start from there,also find something you enjoy to play or use try programming something similar !
|
Re: Coders/Programmers
| I'd go with online tutorials to get started if you're not taking classes/coursework in school. Honestly though, the best way to learn is to do it yourself. A lot. Over and over. Some of my best learning experience has come from working my own projects through (even if I never actually finished them...) If you're looking for C++ tutorials, http://www.cplusplus.com/doc/tutorial/ is a good overview. I still refer to it from time to time for some of the object-oriented stuff I don't use too often. For someone with no programming experience, it looks like that site breezes through the basics pretty fast... I would probably google "beginner practice programming problems" in order to practice the concepts they're presenting. Getting more familiar in general never hurts. If you get stuck/confused, http://stackoverflow.com/ is the best resource for Q&A style programming questions. In the search bar you can type [c++] along with your question and get problems tagged with the "c++" tag. That works with any language you would want to learn. --- class EOSERV { Programmer | Oldbie Open source EO Client: https://github.com/ethanmoffat/EndlessClient };
| |