3.3.1 C Language Specifics
This section discusses commonly asked source code issues that directly relate to the C language itself.
- 3.3.1.1 When Should I Cast Expressions?
- 3.3.1.2 Can Implicit Type Conversions Change The Expected Results Of My Expressions?
- 3.3.1.3 How Do I Enter Non-English Characters Into My Program?
- 3.3.1.4 How Can I Use A Variable Defined In Another Source File?
- 3.3.1.5 How Do I Port My Code To Different Device Architectures?