이 영역을 누르면 첫 페이지로 이동
caputdraconis 블로그의 첫 페이지로 이동

caputdraconis

페이지 맨 위로 올라가기

caputdraconis

네트워크 관점에서의 클라우드 컴퓨팅을 공부하는 중입니다 :)

지옥방 포너블 1주차 과제

  • 2020.03.30 00:39
  • Security/지옥방 스터디
글 작성자: caputdraconis
반응형

<섹션 1>

https://caputdraconis.tistory.com/4

 

C/C++ 기초 강의 요약 (섹션2)

산술연산자 컴퓨터로 하여금 산술적인 연산을 하도록 하는 기호 int a=5; printf("a는 원래 %d였다...\n", a); a=a+3; printf("3을 더했더니 %d가 됐다..\n",a); 코드에서 a=a+3은 'a에 (a+3)의 값을 대입시켜'라..

caputdraconis.tistory.com

 

<섹션 2>

https://caputdraconis.tistory.com/4

 

C/C++ 기초 강의 요약 (섹션2)

산술연산자 컴퓨터로 하여금 산술적인 연산을 하도록 하는 기호 int a=5; printf("a는 원래 %d였다...\n", a); a=a+3; printf("3을 더했더니 %d가 됐다..\n",a); 코드에서 a=a+3은 'a에 (a+3)의 값을 대입시켜'라..

caputdraconis.tistory.com

 

<섹션 3>

https://caputdraconis.tistory.com/5

 

C/C++ 기초 강의 요약 (섹션3)

#include int main(){ int a[5]; a[0]=2; a[1]=3; a[2]=7; a[3]=6; a[4]=8; for (int i=0;i<=4;i++){ printf("%d\n", a[i]); } } 배열(Array) 이름 뒤에 []대괄호를 붙이고 그 안에 원하는 숫자를 넣는..

caputdraconis.tistory.com

 

<섹션 4>

https://caputdraconis.tistory.com/6

 

C/C++ 기초 강의 요약 (섹션4)

#include int itemCnt=0; int money=100; void buyItem(int cost, int cnt){ itemCnt+=cnt; money -=cost; printf("아이템을 구매했습니다\n"); printf(" 아이템 개수 : %d\n", itemCnt); printf(" 잔액..

caputdraconis.tistory.com

 

<섹션 7>

https://caputdraconis.tistory.com/7

 

C/C++ 기초 강의 요약 (섹션7)

이제 C++로 들어왔다. 모든 프로그래밍 언어를 처음 시작할때 출력해보는 Hello, World!를 출력해보았다. <출력> #include int main(){ std::cout<<"Hello, World!"<<std::endl; }="" #include="" <iostream="">..</std::endl;>

caputdraconis.tistory.com

 

 

반응형

댓글

이 글 공유하기

  • 구독하기

    구독하기

  • 카카오톡

    카카오톡

  • 라인

    라인

  • 트위터

    트위터

  • Facebook

    Facebook

  • 카카오스토리

    카카오스토리

  • 밴드

    밴드

  • 네이버 블로그

    네이버 블로그

  • Pocket

    Pocket

  • Evernote

    Evernote

다른 글

  • 웹해킹 1주차 PHP

    웹해킹 1주차 PHP

    2020.03.30
  • 웹해킹 1주차 WEB&Internet

    웹해킹 1주차 WEB&Internet

    2020.03.30
  • C/C++ 기초 강의 요약 (섹션7)

    C/C++ 기초 강의 요약 (섹션7)

    2020.03.27
  • C/C++ 기초 강의 요약 (섹션4)

    C/C++ 기초 강의 요약 (섹션4)

    2020.03.27
다른 글 더 둘러보기

정보

caputdraconis 블로그의 첫 페이지로 이동

caputdraconis

  • caputdraconis의 첫 페이지로 이동

검색

메뉴

    카테고리

    • 분류 전체보기 (168)
      • Cloud (3)
      • Computer Network (12)
      • Database (2)
      • Terraform (2)
      • 🥚고리즘 (13)
      • 겅부겅부🙃 (10)
        • Naver CS50 코칭스터디 (2)
        • Machine Learning (1)
        • Computing System (6)
      • 언어&프레임워크 (20)
        • Python (4)
        • Django (10)
        • Node JS (1)
        • C++ (2)
        • Java (1)
        • Flutter (2)
      • Security (76)
        • WebHacking Study (11)
        • 지옥방 스터디 (22)
        • 여름방학 스터디 (2)
        • PWN Study (6)
        • SUA Reversing Study (3)
        • PWN (3)
        • WebHacking (20)
        • Reversing (4)
      • 알고 있으면 도움되지 않을까,,? (23)
      • 일상다반사 (1)
      • 근황 정리 (1)
      • 42 Seoul (1)
        • Setting (1)

    최근 글

    인기 글

    댓글

    공지사항

    아카이브

    태그

    • 드림핵
    • Python
    • old-16
    • 파이썬함수
    • 파이썬기초
    • 파이썬
    • 웹해킹.kr
    • 리스트함수

    나의 외부 링크

    • Github
    • solved.ac
    • caputdraconis@kakao.com

    정보

    caputdraconis의 caputdraconis

    caputdraconis

    caputdraconis

    블로그 구독하기

    • 구독하기
    • RSS 피드

    방문자

    • 전체 방문자
    • 오늘
    • 어제

    티스토리

    • 티스토리 홈
    • 이 블로그 관리하기
    • 글쓰기
    Powered by Tistory / Kakao. Copyright © caputdraconis.

    티스토리툴바