
c++
dingchaochao_9110
努力工作,开心学习,笑着数钱。
展开
-
C/C++ 数组链表表达式计算
国庆期间,自己搞了C/C++编译环境(cygwin其实比mingw好安装一些),跟着敲了一些代码,记录一下:/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. *//* ...原创 2020-10-09 00:13:18 · 406 阅读 · 0 评论 -
Win10安装Cygwin-含泪推荐
因为想要在windows下运行c/c++代码,所以找到这个Cygwin,官方说是一个让你在windows下找到linux的感觉的东西。安装直接从官网下载https://cygwin.com/index.htmlsetup-x86_64.exe,官方推荐64位的,我们就用64位的。下载后安装一路next,然后会有一个输入镜像地址的地方,添加阿里云的镜像http://mirrors.aliyun.com/cygwin/或者网易镜像http://mirrors.163.com,然后等待安装,开始一直很快,直到0.原创 2020-10-06 21:56:55 · 1629 阅读 · 2 评论