一、智能指针的使用还记得,在异常学习的时候,我们分析出了一个问题double Divide(int x, int y)
{
if (y == 0)
{
throw string("the y is zero");
}
return (double)x / double(y);
}
void test(int x, int y
每日激励:“不设限和自我肯定的心态:I can do all things。 — Stephen Curry”
绪论: 本章将开启Qt的学习,Qt是一个较为古老但仍然在GUI图形化界面设计中有着举足轻重的地位,因为它适合嵌入式和多种平台而被广泛使用,本章将先从认识Qt,再到理解Qt的