1 winter operations practice topic

Job Description Detail
This work belongs courses 2020 Object-Oriented Programming
Where the job requires Object-oriented programming winter operations 1
The target job Complete practice questions:
- view your C ++ compiler version
- use a command-line compiler in C / C ++ code
Text of the job Object-Oriented Programming 1 winter operations practice topic
Other references no

Second, the practice topic
1. Check your C ++ compiler version

  • View Compiler version of the Dev-C ++

Challenges:
Initially, I thought Dev Dev compiler in software, in the time of the query directly entered the Dev-C ++ lnk, the result is certainly not query. Later, the students learned through the exact location of gcc, was able to find gcc.

  • View compiler version of visual studio

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

  • Dev-C ++:
    This is an addition program.
  • visual studio:
    output Hello

  • Thought process:
    seek information, ask the students.

Guess you like

Origin www.cnblogs.com/2002ljy/p/12233463.html
Recommended