Microsoft Developer Network
▶
Highlights
▶
Technical Articles
▶
Sample Code
▶
Resource and Strategy
▶
Knowledge Base and Bug Lists
▶
Books and Magazine Articles
▼
Product Documentation
▶
C/C++ 7.0
▶
Macro Assembler 6.0
▶
Multimedia Development Kit
▶
OLE 1.0 Programmer's Reference
▶
Win32 SDK for Windows NT
▶
Windows 3.1 DDK
▶
Windows 3.1 SDK
▼
QuickC for Windows
▼
C for Windows
Title Page
▶
Introduction
▼
PART 1 Learning C
PART 1 Learning C
▶
Chapter 1 Anatomy of a C Program
▼
Chapter 2 Functions
Chapter 2 Functions
Functions and Structured Programming
The main Function
Placement and Visibility of Functions
Function Definitions and Prototypes
Calling a Function
Passing Arguments to a Function
Arguments vs. Parameters
Assigning Parameters
Passing by Value
Returning Values from Functions
Using Return Values
Declaring a Function's Return Type
▼
Function Prototypes
Function Prototypes
Prototyping Functions without Parameters
Prototyping Functions with Variable Parameters
Old-Style Function Declarations and Definitions
▶
Chapter 3 Flow Control
▶
Chapter 4 Data Types
▶
Chapter 5 Advanced Data Types
▶
Chapter 6 Operators
▶
Chapter 7 Preprocessor Directives
▶
Chapter 8 Pointers
▶
Chapter 9 Advanced Pointers
▶
Chapter 10 Programming Pitfalls
▶
Chapter 11 Input and Output
▶
Chapter 12 Inline Assembly
▶
PART 2 Using C
▶
Development Environment Guide
▶
Windows Programming Reference
▶
Toolkit
▶
Unsupported Tools & Utilities