コード例 #1
0
ファイル: main.cpp プロジェクト: ganeshredcobra/CPP
int main()
{
    Something something;
    something.setValue1(5);
    std::cout << something.getValue1() << '\n';
};