Is there some place I can download a full copy of the C language syntax for the Arduino 0018 program. I work some places where there is not internet connectivity and so can not access the ARDUINO.CC page.
Apparently there are a few subtle differences between this program and K & R.
You should be able to find a copy of the reference from the website in the 'reference' folder inside your arduino application folder (NOT YOUR SKETCH FOLDER). I am not sure how complete it is, but it is certainly better than nothing
Apparently there are a few subtle differences between this program and K & R.
Such as?
perhaps because Arduino has visible signs of including C++ structures (I don't know that I'd call the subtle...)
Is there a short list somewhere of the C++ pieces that are possible and even recommended to use in Arduino sketches?
Well the one command that immediately comes to mind is the #ifndef compiller directive. I know there are others but just cant think what they were at the present.
Also I did find the reference directory in 0019 so I will be using this extensively.
Thanks to all who replied the help is appreciated. Not a new programmer but new to arduino .. this stuff is neat