2 Star 0 Fork 1

zfy/modern-cpp-tutorial

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
foo.c 230 Bytes
Copy Edit Raw Blame History
Changkun Ou authored 2019-07-16 15:26 +08:00 . see #2: code updates
//
// foo.c
//
// chapter 1 introduction
// modern cpp tutorial
//
// created by changkun at changkun.de
// https://github.com/changkun/modern-cpp-tutorial
//
#include "foo.h"
// C code
int add(int x, int y) {
return x+y;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/einstein666/modern-cpp-tutorial.git
git@gitee.com:einstein666/modern-cpp-tutorial.git
einstein666
modern-cpp-tutorial
modern-cpp-tutorial
master

Search