brett Posted April 15, 2006 Report Posted April 15, 2006 Total newbie here.Looking for recomended reading.Used to write in basic(don't laugh)ThanksBrett Quote
johnh Posted April 15, 2006 Report Posted April 15, 2006 I googled "introduction to c programming" and this was the firsthit:http://www.le.ac.uk/cc/tutorials/c/If you've programmed before just about anything should give youan overview of the language, it's syntax, datatypes, etc. Afterreviewing such material download the MIOS c skeleton and startworking through it referring back to the reference material as youtry to understand what you're reading. Get the 'build enviroment'set up and try to build the c skeleton without any changes. Seeif you can load it into the core. Then try and write something tothe LCD. Just stick with it... taking small steps. If you've programmed before the basics of c will come quickly. MIOS doesn'trequire the esoteric stuff. Quote
stryd_one Posted April 15, 2006 Report Posted April 15, 2006 Welcome aboard :)Hey if you find any links that you find you use a lot, please let us know.Don't knock BASIC man! GW BASIC and 8088 ASM were my first ever programming languages hehehe Seriously though, programming languages are never all that different. You'll find that once you forget about using line numbers to refer to things, you'll be set, and you will be able to apply similar concepts to your C code.So what have you got planned? :) Quote
brett Posted April 15, 2006 Author Report Posted April 15, 2006 I am going to start off with a midiboxLC . I know it isn't for beginners , but I have a bit of electronic experience . And I have not been happy with what is being offered . Eventually i want to develop automation for consoles . The journey begins.Brett Quote
brett Posted April 15, 2006 Author Report Posted April 15, 2006 One last question.......................Any reccomendations for a C compiler for Mac OSX.Brett Quote
stryd_one Posted April 15, 2006 Report Posted April 15, 2006 Search the forum and/or read the wiki. You'll find what you're after.HINT: One topic above this one, stickied..... how'd you miss that? Quote
brett Posted April 16, 2006 Author Report Posted April 16, 2006 I saw it after my last post.......................DOHBrett Quote
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.