Ro0tk1t / vimplus

:rocket:An automatic configuration program for vim
https://github.com/Ro0tk1t/vimplus
MIT License
19 stars 1 forks source link

vimplus的标准库要自己配置吗? #1

Open river-and-wood opened 10 months ago

river-and-wood commented 10 months ago

include

include

include

define MAXLEN 100

using namespace std; int main() { srand(time(0)); int m = rand(); return 0; }

error: use of undeclared identifier 'srand'?

river-and-wood commented 10 months ago

不对,程序能运行,应该是ycm插件的原因

river-and-wood commented 10 months ago

![Uploading 屏幕截图 2023-11-07 203905.png…]()