Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 关于作业二框架中的报错 This topic has 4 replies, 5 voices, and was last updated 3 years, 1 month ago by danyow. Viewing 4 reply threads Author Posts 2020年12月27日 at 下午11:18 #7519 Score: 0 KaversParticipant 今天刚刚开始做作业二,当把作业中的注释代码放出来的时候出现了报错,提示“未定义标识符alpha”如图: (另外,我是自己再vs2017上配置的环境,作业一能够正常完成,想知道是不是我自己下载的库和老师的有区别,我的版本是450d) 希望能得到解答:) Attachments:You must be logged in to view attached files. 2020年12月28日 at 下午5:42 #7524 Score: 0 偏偏123456Participant 可以换种书写方式 auto tup = computeBarycentric2D(x, y, t.v); std::tie(alpha, beta, gamma) = tup; 2021年9月5日 at 下午3:17 #9258 Score: 0 aifreedomParticipant 这个是因为你要在IDE里设置你的C++标准, CMakeLists里设置的是C++17, 你在VS里设置成一样的就可以了. 2021年9月10日 at 下午3:34 #9284 Score: 0 剑心Participant 在vs工程中将项目版本设置为c++17或者能够更加新的版本 2021年10月7日 at 上午12:20 #9464 Score: 0 danyowParticipant 刚找到一个设置 vscode 里 c++17 的方案 https://www.bilibili.com/read/cv10737689 This reply was modified 3 years, 1 month ago by danyow. Author Posts Viewing 4 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In