1.3 compilation
• what is a compiler?
C++ source code —> C++ compiler —> Object code
c++ is a compiled language which means that to get a program to run you must first translate it form a human readable form to something a machine can understand.
That translation is done by program called D compiler ,which is xcode or visual studio or CodeBlocks.
What you read and write is called the source code.

1.4 linking
• what is linking?
• what is an error?
• what is a library?
Xcode _CH1 Hello,world!

1.5 Programming Environments
• xcode
• visual studio
• code blocker
many more

相关文章:

  • 2021-04-04
  • 2021-09-01
  • 2021-05-27
  • 2021-09-21
  • 2021-05-09
猜你喜欢
  • 2021-04-03
  • 2021-04-18
  • 2021-12-26
  • 2021-10-08
  • 2021-10-25
  • 2021-08-28
相关资源
相似解决方案