Please I'm newbie in this lenguage..I need some help
Posted: Thu Jan 06, 2005 12:42 pm
Hi all.
I have programmed in PICBASIC but I have to learn C because of my work.
I woul need some help to find out where are there some user guide with a big amount of examples to be able to learn it as soon as possible.
I have seen some PDF manual but this is not enough to me.
Please I will appreciate some help with all this stuffs.
thanks so much to everyone and have a really good new year with peace and working.
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
Posted: Thu Jan 06, 2005 1:08 pm
1) Get yourself a copy of "The C Programming Language" by Kernighan & Ritchie ISBN 0-13-110362-8. It is THE bible of the C language. Note that CCS C is not quite ANSI C and definately not C++.
2) Look through the examples directory of the C compiler.
3) Write a "Hello World" program.
4) Read the compiler manual cover to cover.
5) Read as much as you can stand of the datasheet for the chip you intend to use.
6) Write small testable pieces of code for your application. _________________ The search for better is endless. Instead simply find very good and get the job done.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum