Hard Copy of the Reference pages?

  1. I like the man pages here, but is there an easy way to print a hard copy?
  2. where might I find detailed information on things like user defined function construction and such?

Everseeker:
2. where might I find detailed information on things like user defined function construction and such?

Any good C++ programming textbook will teach you about objects, functions, methods, etc.

Have you seen this?
http://www.crossroadsfencing.com/ArduinoLanguageReference.pdf
Someone else put it together, I just saved a copy of it.

Right click, Save Target As ...

That's exactly what I was looking for!
About the. C++ reference... Are All things included?
I thought it was just a subset of C that was implemented

Need a more senior member to answer the C++ question.

Everseeker:
About the. C++ reference... Are All things included?
I thought it was just a subset of C that was implemented

I think that Arduino does a little pre-preocessing on the source and then runs it through the C++ compiler for the target AVR processor. I have seen many C++ constructs in Arduino code so I think that all C++ features can be used.