摘要:
The 3rd part of the Calculator program _ FILE I/O 题目链接: "第五次作业(计算器第三步)" github链接: "Calculator_1.5.0 第五次作业" 第三部分,开篇最想说的是,不知不觉进化到version1.5.0了(hhh~) 言归正 阅读全文
摘要:
The 1st classwork of the C++ program 题目: Create a program that asks for the radius of a circle and prints the area of that circle, using cin and cout. 阅读全文
摘要:
The 2nd part of the Calculator program 题目链接: "Click Here" github链接: "Click Here" 诶嘿,第二部分,要开始实现计算的功能了,估计离不是黑框框的界面也不远了(离题ing...) Part 1 话归正传,这一次的目的是在cmd 阅读全文
摘要:
The initial part of the Calculator program 题目链接: "Click Here" github链接: "Click Here" 看到这个题目的话,想到就是有3个任务要去做,一是写Scan类,二是写Print类,三是写.cpp里的main函数。其中main函数 阅读全文