Programming in C

jtw11:
I plan to start programming in C or C++ now as opposed to the Arduino programming language

There's no such thing as the "Arduino language." Arduino is programmed in C++.

Functions like digitalWrite() are just that, C++ functions.