1.生成a.out可执行文件

    g++ helloworld.cpp

  

 

2.生成helloworld.out文件

 g++ helloworld.cpp -o helloworld

 

3.执行xxx.out文件

   ./xxx.out

相关文章:

  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-11-03
  • 2021-11-03
  • 2021-10-19
相关资源
相似解决方案