Re: NQC programming guide
linmix <[email protected]> Thu, 07 Dec 2006 16:56:01 +0100
| Newsgroups | gmane.comp.hardware.lego.robotics |
|---|---|
| Message-ID | <[email protected]> |
Chris Phillips wrote: > In lugnet.robotics, linmix <[email protected]> wrote: > >> Interesting! I never knew all those languages were from the same 'family'. >> >> Being a 'natural' language teacher I can see how knowing one helps to >> learn another related one, and I also appreciate the need for practice, >> practice and more practice. >> >> So now to reiterate part of my initial question: can anyone recommend a >> good resource for learning c/c++ ? >> I'm looking for something with plenty of examples and for a beginner >> with basically no knowledge (I've done a bit of bash scripting, but that >> hardly counts), but complete enough to teach me anything I might need in >> NQC. >> Online availability is a pro, but not a must. >> > > References for "classic" C programming are getting rather scarce, but the top > hit on google for "c++ tutorial", www.cplusplus.com looks like a good place to > start. It begins with the basics, and only gets into object-oriented > programming in later chapters. There are many other good links to be found > there as well: > > http://www.google.com/search?hl=en&q=C%2B%2B+tutorial > I googled a bit by myself, but it isn't always easy o distinguish which tutorial might be good. I've seen and bookmarked the cplusplus.com website and will have a closer look later. > You could also check Amazon or your local bookstore. A few years back, you > couldn't spill a half-caf moccachino in Barnes and Noble without getting coffee > all over a few dozen "Teach Yourself C In 21 Days" style of books. For > technical topics, any book published by O'Reilly Press is also highly > recommended. > > And if you really get stuck, just post a question or code snippet here, and > you're likely to get some help. > > I'll definitely take you up on that! Thanks in advance. linmix