笔记共2篇

此分类主要用于整理和记录学习过程中的知识点和笔记,并提供有用的学习资源,从而提高学习效率并加深对知识的理解。
第2章 开始学习C++ - 正则时光

第2章 开始学习C++

/* creator:www.regular.cc date:2024.06.03 */ #inclue <iostream> int main(void) { using namespace std; string name; cout<<'wellcome to regular.cc! what's your name?'<<...
MinGW-w64下载文件失败the file has been downloaded incorrectly - 正则时光

MinGW-w64下载文件失败the file has been downloaded incorrectly

1 问题背景 今天使用exe在线安装器(MinGW-W64-install.exe)安装MinGW-w64时弹出下面报错的提示框 2 报错原因 因为文件资源是托管在sourceforge上面的,因此在线安装器需要从该网站上下载文件...