求救 大家看下
3. Is !(a < b) logically the same as a >= b? If not, please say the causes? (2 Points)4. What're the differences between the keywords struct and class? (4 Points)
5. How to open a stream in binary mode? (4 Points)
6、Write a program in VC/C++ (use the computer that you are working on, it has MS Visual Studio 2003 Chinese version installed) that can (6 Points)
1. Generate an array of 100 random numbers between 1 and 99
2. Sort the array from smallest to biggest in the most efficient way
Output the sorted result on the screen