
头文件c++
iCrEjfuhhChXjVz
You got a dream, you gotta protect it. People can’t do something themselves, they wanna tell you you can’t do it. If you want something, go get it. Period.
爱学习
展开
-
头文件的格式
头文件的格式 #ifndef ASDFGH #define ASDFGH yujv...... #endif原创 2021-08-07 15:25:44 · 192 阅读 · 0 评论 -
math.h
math.h pow() sqrt() cbrt() log() ln() log2() log10() sin() tan() cos() tan2() asin() acos() atan() atan2() exp() floor() ceil() round() fabs() abs() fabsf() fabsl() labs() ldexp() frecp() modf() fmod() sincos() sincosl() sincosf() atof() atoi() _atof_l()原创 2021-05-29 14:32:53 · 366 阅读 · 0 评论 -
assert.h -c
assert.h assert(1!=1);//断言,如果条件为false,终止程序并报错原创 2021-05-25 17:25:09 · 166 阅读 · 0 评论 -
2021-05-23
stdio.h math.h string.h stdlib.h ctype.h assert.h dos.h windows.h unistd.h stdarg.h stddef.h signal.h time.h limits.h float.h原创 2021-05-23 12:00:32 · 70 阅读 · 0 评论 -
iostream-1
iostream cin, cout都包含 cin >> () cout << () endl,换行 ends,自己研究原创 2021-03-16 11:42:27 · 85 阅读 · 0 评论