1.宏定义1.1不带参宏#define PI 3.14变量名尽量大写1.2带参宏定义方式:#define MAX(x, y) x > y ? x : y下面的代码运行结果为15,显然是错误的。#include <stdio.h>#define JISUAN(x, y, z) x * y zint main(void){int a 0; …
一、准备工作
1、下载Desktop并登录
desktop/desktop: Focus on what matters instead of fighting with Git. (github.com)https://github.com/desktop/desktop/releases/tag/release-3.5.2
根据自己电脑下载合适版本即可,下载之后使用自己的的GitHub账号登录这…