David Posted September 26, 2007 Report Share Posted September 26, 2007 Just started C++ at uni and im looking for some good tutorials to go through in my own time. Obviously theres loads to be found on google but can anyone recommend any? Im using Dev-C++.Thanks,Dave Quote Link to comment Share on other sites More sharing options...
Joel Posted September 26, 2007 Report Share Posted September 26, 2007 You looking for free online one? My dad knows alot of good books lol. Quote Link to comment Share on other sites More sharing options...
David Posted September 26, 2007 Author Report Share Posted September 26, 2007 Yep, free and online please Quote Link to comment Share on other sites More sharing options...
Nick Garland Posted September 26, 2007 Report Share Posted September 26, 2007 Can I ask why you are learning c++? I started to learn it then moved to c# which I have found a lot simpler. Also a lot of people reccomend learning c#. Quote Link to comment Share on other sites More sharing options...
sUm Posted September 27, 2007 Report Share Posted September 27, 2007 Can I ask why you are learning c++? I started to learn it then moved to c# which I have found a lot simpler. Also a lot of people reccomend learning c#.I on the other hand would suggest you stick with C++ or Java. C# is a fine language but not nearly as widely used as C++, which is used in a very large portion of the current industrial code that exists today. Whichever you choose to pursue is just fine though, don't think that by choosing one programming language you'll be hopeless with everything else. The general data structures and control flow, once learned in one language are extremely easily transferred to another.In terms of C++ I've always found www.cprogramming.com a great reference. They have some tutorials there also, although I've never tried them so I can't comment on their quality. Have fun programming! Quote Link to comment Share on other sites More sharing options...
PaRtZ Posted September 27, 2007 Report Share Posted September 27, 2007 http://www.cplusplus.com/doc/tutorial/operators.htmlThats where I got up to and couldn't be arsed anymore with, but teaches you everything, from the basics to the complicated stuff Quote Link to comment Share on other sites More sharing options...
Token Posted September 27, 2007 Report Share Posted September 27, 2007 What are you doing up at 3.46am Matty? Quote Link to comment Share on other sites More sharing options...
PaRtZ Posted September 27, 2007 Report Share Posted September 27, 2007 What are you doing up at 3.46am Matty?stumbling my way to bed, which is 2 feet away. Feel a bit drunk now too if Im honest haha,what were you doing up at 3:48am Mat? Quote Link to comment Share on other sites More sharing options...
Nick Garland Posted September 27, 2007 Report Share Posted September 27, 2007 (edited) They are all good, but c# does seem to be growing with its install base.To be fair my use of c# is with XNA, however as stated above the general layout of them all with procedural callings, and being object oriented means they are very similar structurally with some very minor changes in syntax so it would take about a month to adjust frm say c++ to java. Such as c# uses console.out, java uses system.out.If you are just learning then a primer book such as c++ for dummies would be good, it starts off with the console apps but they are good to get the basiscs of the syntax. Edited September 27, 2007 by Team War Rider Quote Link to comment Share on other sites More sharing options...
Tony Harrison Posted September 27, 2007 Report Share Posted September 27, 2007 Can I ask why you are learning c++? I started to learn it then moved to c# which I have found a lot simpler. Also a lot of people reccomend learning c#.I'm guessing because C++ is what his uni course is teaching... Quote Link to comment Share on other sites More sharing options...
Nick Garland Posted September 27, 2007 Report Share Posted September 27, 2007 Mine teaches Java but I still use C# as my main code in my private projects . As I said they are all very similar now. VB is about the only one thats different in terms of structure and syntax. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.