chap1 HelloWorld

C & C++

程序长什么样子?

HelloWorld.c

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Hello world!");
    
    system("pause");
    return 0;
}

C++重要吗?

请准备:


  • 一个活页本

  • 一支笔

关于考试资格


  • 作业(以github为准,不收纸质作业本)

  • 实验+实验报告

The End

目录