目录
原因:
查看系统文件系统和当前系统版本
回归正题,如何解决报错 在centons 7中打开U盘,报错file type exfat not configured in kernel。 原因:
这是因为Linux采用的文件系统和我U盘的文件系统不一致引起。如下图…
一、运算符重载 实例:(赋值运算符、自增自减运算符、插入提取运算符)
#include <iostream>using namespace std;class Person
{friend Person & operator(Person &L,const Person &R);friend Person & operator(Perso…