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