#include<iostream>
using namespace std;
enum Bool { false, true };
struct String
{
char* ptr;
int length;
};
新人看不懂求老司機詳細講解
uj5u.com熱心網友回復:
enum 是列舉修飾詞 struct是結構體修飾詞(相似于類)uj5u.com熱心網友回復:
就是定義了一個Bool列舉和String結構轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/8041.html
標籤:基礎類
上一篇:gfortran編譯程序中出錯
下一篇:malloc函式
