Chapter 1: Introduction to C++ 1 Chapter 2: Structure of a C++ Program 27 Chapter 3: Fundamental Data Types in C++ 53 Chapter 4: Operators 77 Chapter 5: Selection Statements 99 Chapter 6: Iteration 117 Chapter 7: Functions 144 Chapter 8: Arrays 167
Table of Contents C# LANGUAGE REFERENCE 2.4.1 输入......................................................................................................................................................45 2.4.2 输入字符......................................
void sort1(int a[],int n); //函数原型定义在下面 void sort(int a[],int b[],int n); int main() { int aa[5]; //存储你输入的5个数字 int bb1[5]; //存储你输入的5个数经过,个,十 ,百位排序后的数 int bb[5]; //存储最终排序数 int c[4]; //存储一个数的,个,十 ,百,千位的数 int b[5]; //存储千位 int i,j,k,temp,gew,shiw,baiw,qi