Update README.md
This commit is contained in:
parent
56e738ed26
commit
92dd0fe190
@ -95,7 +95,6 @@ Student s; //error
|
|||||||
```c++
|
```c++
|
||||||
typedef struct Base1 {
|
typedef struct Base1 {
|
||||||
int v1;
|
int v1;
|
||||||
// private: //error!
|
|
||||||
int v3;
|
int v3;
|
||||||
public: //显示声明public
|
public: //显示声明public
|
||||||
int v2;
|
int v2;
|
||||||
|
Loading…
Reference in New Issue
Block a user