Object-Oriented Programming 1 winter operations practice topic

This work belongs courses 2020 Object-Oriented Programming (Fuzhou University - School of Mathematics and Computer Science)
Where the job requires Object-oriented programming winter operations 1
The target job 1. Install the C ++ development environment (see appendix)
2. Complete the quiz, practice questions and programming questions
3. Publish blog
Text of the job Object-Oriented Programming 1 winter operations practice topic
Other references Object-oriented programming sense 2020 first job
How to run c language in mac computer terminal in

ps: Because the system is macOS, this assignment asked students Huan Shen and reference to its blog

1. Check your C ++ compiler version.

Open the Start Taichung terminal, type "gcc -v", you can see my C ++ compiler version, the following results:
1 title

2. Use the command line to compile a C language / C ++ code.

Reference "References" link 2 and open the command box to create a good
open main.c file and compile the command box (I am here is to write a request and odd and even)

Problems encountered

1. Since before programming belongs to zero-based, so the terminals are not familiar with the word, to be honest found on the computer terminal also spent a lot of a lot of effort, but after asking the students, it has been understood (thank you very much), due to the system reason, on many issues often this happens, but fortunately with the help of the students, but also successfully resolved, but also understand a lot.
2. On the command line compiler, I do not know what it meant, after the steps of references, step by step, learned a lot, I believe there will be more progress in the next job.

Guess you like

Origin www.cnblogs.com/lvhang/p/12232577.html
Recommended