第一次课后作业

第一次课后作业


作业内容

Creat a program that asks for the radius of a circle and prints the area of that circle, using cin and cout. The whole program should be divided into two source files (.cpp) Hand in the source files and the head files which you creat.

作业完成情况

github

完成过程

之前完成作业时总是在.h文件中声明函数并同时写方法,上完课后才知道原来.h文件中不能直接写方法,而是要另一个.cpp文件中写明方法,这次作业让我知道了以前犯的一个很傻的错误0.0

---------better than nothing
原文地址:https://www.cnblogs.com/joke15/p/5463371.html