[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
- 안드로이드
- 클래스 이름
- new project
- create new project
- andorid
- simpleName
- Android
- 화면 고정
- 영문 키보드
- defaultInputmode
- 웹뷰
- web view
- create project
- 로그캣
- check permissions
- javaClass
- logcat
- logtag
- web chrome view
- android studio
- 화면 방향 고정
- 외부 브라우저
- StringWriter
- screenorientation
- web view settings
- custom web view
- permissions
- kotlin
- Inputmode
- 코틀린
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함