Microprocessor Programming in C/C++
摘要
This chapter gives an overview of the C/C++ language elements used in embedded microprocessor examples in later chapters as well as used in the utility program we will develop. As with most programming languages, we start with lexical preliminary and then discuss data types, operations, and control flow statements of the C/C++ language. Comparison of ANSI C with C++, debugging recommendations, and further reading complete this chapter.