[C++] 구조체 사용방법
#include using namespace std; struct Country { string name; string capital; string continental; int population; int area; } C; int main() { // 구조체 Country country001; country001.name = "Korea"; country001.capital = "Seoul"; country001.continental = "Asia"; country001.population = 100000000; country001.area = 50000000; cout
C++
2023. 12. 20. 15:56
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 영문 키보드
- 코틀린
- permissions
- javaClass
- 안드로이드
- 화면 고정
- 클래스 이름
- create project
- defaultInputmode
- web chrome view
- logtag
- logcat
- screenorientation
- 웹뷰
- 로그캣
- android studio
- custom web view
- web view
- create new project
- check permissions
- new project
- 화면 방향 고정
- Inputmode
- web view settings
- StringWriter
- Android
- 외부 브라우저
- kotlin
- simpleName
- andorid
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함