pepe

  • 홈
  • 태그
  • 방명록

예제 1

C++ 상속 관계 구조 구현 (학생 예제)

#include #include #include #include // 배열 5개만 using namespace std; class Student { private: char *student_name; //학생 이름 변수 int computer_grade; public: Student() {} Student(const char *_student_name, const int _computer_grade) //이름 입력받기 위한 생성자 { student_name = new char[strlen(_student_name) + 1]; //NULL문자 포함한 배열 선언 strcpy(student_name, _student_name); //student_name _student_name 입력 //cout

C++ 2021.10.21
1
더보기
프로필사진

  • 분류 전체보기 (98)
    • SpringBoot (18)
    • Kotlin (6)
    • Rust (1)
    • self-hosted (5)
    • docs (2)
    • 백엔드 (1)
    • Python (0)
    • Airflow (10)
    • C++ (3)
    • C# (1)
    • C (1)
    • Java (3)
    • Ubuntu (3)
    • DB (1)
    • Github (3)
    • 테스트 (4)
    • HackerRank (4)
    • Docker (6)
    • 취미 (1)
    • 윈도우, 컴퓨터 (5)
    • 맥주 (20)

Tag

db, Container, docker, naver, Java, postgres, API, 맥주, github, Rest, Kotlin, Google, apache, boot, spring, SQL, BEER, Airflow, Python, SpringBoot,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :
GitHub

Copyright © Kakao Corp. All rights reserved.

티스토리툴바