W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
#include
using namespace std; struct Car { string brand; int year; }; void updateYear(Car& c) { c.year++; } int main() { Car myCar = {"Toyota", 2020}; updateYear(myCar); cout << "The " << myCar.brand << " is now from year " << myCar.year << ".\n"; return 0; }
The Toyota is now from year 2021.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル