Compare commits

...

5 Commits

Author SHA1 Message Date
huihut 77b04416e2 Remove sponsor 2023-06-20 21:28:23 +08:00
huihut 32878c26f7
Merge pull request #104 from KemGong/gz/add_BridgeMain
[fix] add BridgeMain()
2023-06-20 21:19:37 +08:00
huihut f87605a8f8
Merge pull request #106 from Sunrisepeak/patch-1
名词风格: 模板类 to 类模板
2023-06-20 21:19:10 +08:00
SPeak 65f8318948
名词风格: 模板类 to 类模板
统一名词风格: 模板类 to 类模板
2023-06-13 17:26:52 +08:00
KemGong 5b485e9326 [fix] add BridgeMain() 2023-04-25 11:04:47 +08:00
5 changed files with 4 additions and 31 deletions

View File

@ -32,7 +32,8 @@ int main() {
std::cout << "*******************" << std::endl;
std::cout << "** Bridge mode **" << std::endl;
std::cout << "*******************" << std::endl;
BridgeMain();
std::cout << "*******************" << std::endl;
std::cout << "** Observer mode **" << std::endl;
std::cout << "*******************" << std::endl;

View File

@ -45,7 +45,6 @@
* [📆 招聘时间岗位](#recruitment-time-post)
* [👍 内推](#recommend)
* [👬 贡献者](#contributor)
* [🍭 支持赞助](#support-sponsor)
* [📜 License](#license)
@ -939,9 +938,9 @@ virtual int A() = 0;
* 虚函数不占用存储空间
* 虚函数表存储的是虚函数地址
### 模板、成员模板、虚函数
### 模板、成员模板、虚函数
* 模板中可以使用虚函数
* 模板中可以使用虚函数
* 一个类(无论是普通类还是类模板)的成员模板(本身是模板的成员函数)不能是虚函数
### 抽象类、接口类、聚合类
@ -3433,12 +3432,6 @@ int main( void )
<a href="https://github.com/huihut/interview/graphs/contributors"><img src="https://opencollective.com/interview/contributors.svg?button=false" /></a>
<a id="support-sponsor"></a>
## 🍭 支持赞助
**[Avalive](https://store.steampowered.com/app/1137770/Avalive/)**:一个面部捕捉的虚拟形象扮演软件。
<a id="license"></a>
## 📜 License

View File

@ -49,7 +49,6 @@ English
* [📆 Recruitment time post](#recruitment-time-post)
* [👍 Recommend](#recommend)
* [👬 Contributor](#contributor)
* [🍭 Support Sponsor](#support-sponsor)
* [📜 License](#license)
@ -3435,12 +3434,6 @@ contain:
<a href="https://github.com/huihut/interview/graphs/contributors"><img src="https://opencollective.com/interview/contributors.svg?button=false" /></a>
<a id="support-sponsor"></a>
## 🍭 Support sponsorship
**[Avalive](https://store.steampowered.com/app/1137770/Avalive/)** - A avatar role-playing software for facial capture.
<a id="license"></a>
## 📜 License

View File

@ -38,7 +38,6 @@
* [📆 招聘时间岗位](#recruitment-time-post)
* [👍 内推](#recommend)
* [👬 贡献者](#contributor)
* [🍭 支持赞助](#support-sponsor)
* [📜 License](#license)
@ -3426,12 +3425,6 @@ int main( void )
<a href="https://github.com/huihut/interview/graphs/contributors"><img src="https://opencollective.com/interview/contributors.svg?button=false" /></a>
<a id="support-sponsor"></a>
## 🍭 支持赞助
**[Avalive](https://store.steampowered.com/app/1137770/Avalive/)**:一个面部捕捉的虚拟形象扮演软件。
<a id="license"></a>
## 📜 License

View File

@ -42,7 +42,6 @@
* [📆 Recruitment time post](#recruitment-time-post)
* [👍 Recommend](#recommend)
* [👬 Contributor](#contributor)
* [🍭 Support Sponsor](#support-sponsor)
* [📜 License](#license)
@ -3426,12 +3425,6 @@ contain:
<a href="https://github.com/huihut/interview/graphs/contributors"><img src="https://opencollective.com/interview/contributors.svg?button=false" /></a>
<a id="support-sponsor"></a>
## 🍭 Support sponsorship
**[Avalive](https://store.steampowered.com/app/1137770/Avalive/)** - A avatar role-playing software for facial capture.
<a id="license"></a>
## 📜 License