cpp

Primary tabs

cpp preference

Having fun with Linux utility aspell

Having fun with Linux utility aspell. Today this is really just a note to remind me to investigate more.

Run in command box e.g.
second example for checking cpp comments and program text strings
third for English language

aspell -c [filename]
aspell --mode=ccpp -c forLoops.cxx
aspell --mode=ccpp -c forLoops.cxx -den_GB

try also
cppcheck *.cpp

Arduino programs

Here are three simple examples of Arduino code that can be executed on just about any Arduino with no extra hardware required.

Subscribe to RSS - cpp