본문 바로가기

STUDY BLOG

검색하기
STUDY BLOG
프로필사진 쥬루

  • 분류 전체보기 (20)
    • Software (11)
      • C (3)
      • C++ (8)
      • JAVA (0)
      • Linux (0)
      • 자료구조 (0)
      • 알고리즘 (0)
      • 운영체제 (0)
    • Hardware (7)
      • Arduino (3)
      • Raspberry Pi (4)
    • 잡담 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
Tags
  • 아두이노
  • C프로그래밍
  • 씨쁠쁠
  • c
  • C++_programming
  • C언어
  • c++
  • 틸트센서
  • 열혈c프로그래밍
  • LED
  • LED모듈제어
  • 예비프로그래머
  • 프로그래밍연습
  • Arduino
  • 프로그래밍
  • LED제어
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록C++_programming (1)

STUDY BLOG

명품 C++ programming Chapter 04 예제

명품 C++ programming Chapter 04 예제 연습 예제 4-1 객체 포인터 선언 및 활용 #include using namespace std; class Circle { int radius; public: Circle() { radius = 1; } Circle(int r) { radius = r; } double getArea(); }; double Circle::getArea() { return 3.14*radius*radius; } int main() { Circle donut; Circle pizza(30); cout

Software/C++ 2020. 11. 2. 23:45
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바