코드
2018.07.22 22:49

C언어 삼중자를 이용한 코드

조회 수 416 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
라이선스 GPL v2

C언어에서 지원했었던 삼중자를 이용해서 작성한 코드입니다.

단순히 Hello world!를 출력해주는 예제입니다. 참고로 최신 C++에서는(C++17) 이 삼중자를 더이상 지원하지 않습니다.


??=include <stdio.h>
 
int main(void) ??<
    // comment start??/
    printf("cannot print this line...??/n");
    printf("Hello world!??/n");
    return 0;
??>

Who's humit

profile

Study For Us Hosting 1기 모니터링 관리자 (16.12.01 ~ 17.01.08.)

C++, Python, PHP를 주로 사용하며 알고리즘, DL, 해킹 쪽에 관심이 있습니다.

휴학생입니다.

티스토리 블로그 : http://humit.tistory.com/

카카오톡 봇 : http://pf.kakao.com/_Efrbu/chat

지식인 프로필 : https://kin.naver.com/profile/jhjang1005


  1. Git 저장소에서 자동으로 받아 업데이트하는 쉘 스크립트

    Date2017.09.16 Category코드 ByNoYeah Views660
    Read More
  2. Cmd 에서 서비스 시작 / 종료하기

    Date2018.02.18 Category코드 ByProjectSE Views651
    Read More
  3. 브라우저 언어에 따라 다른 폴더를 사용하는 PHP 코드

    Date2017.10.10 Category코드 By네모 Views650
    Read More
  4. [아미나] 게시글을 작성하면 ID와 IP로 필터링하여 자동으로 랜덤 댓글을 남기기 (+랜덤 포인트)

    Date2018.11.18 Category코드 By이니스프리 Views642
    Read More
  5. [JS]클라이언트에서 Ip를 얻어보자

    Date2019.01.21 Category코드 ByHanam09 Views633
    Read More
  6. [PHP] 간단한 캐싱 클래스

    Date2018.12.06 Category코드 Bytitle: 황금 서버 (30일)humit Views615
    Read More
  7. Hello, World!를 출력해보자

    Date2018.04.21 Category코드 By네모 Views574
    Read More
  8. 매우 특이한 버그

    Date2018.06.05 Category코드 Bytitle: 대한민국 국기gimmepoint Views574
    Read More
  9. [Python] 모 정부기관 사이트 파싱 후 PC 통신처럼 열람하고 싶은 게시글 번호를 입력하면 내용을 보여주는 소스 (허접)

    Date2018.09.14 Category코드 By이니스프리 Views562
    Read More
  10. 내가 만든 사칙연산 계산기

    Date2018.05.11 Category코드 Bytitle: 대한민국 국기gimmepoint Views521
    Read More
  11. HEX를 RGB로, RGB를 HEX로 바꾸는 PHP 코드

    Date2018.05.05 Category코드 By네모 Views515
    Read More
  12. c 이진트리 전,중,후위 알고리즘

    Date2018.04.24 Category코드 Bytitle: 대한민국 국기gimmepoint Views505
    Read More
  13. 파이선 셸에서 실행하면...?

    Date2018.07.22 Category코드 By제르엘 Views503
    Read More
  14. 아주 간단한 기초 C++

    Date2018.04.21 Category코드 By제르엘 Views491
    Read More
  15. [JS] 클라이언트단 GET Parameter

    Date2019.11.16 Category코드 ByHanam09 Views485
    Read More
  16. JavaScript에서 파이썬 문자열 처리 함수 중 하나 (바인딩)를 구현

    Date2020.01.20 Category코드 BySeia Views482
    Read More
  17. Koa에서 자동으로 라우팅 채워주기

    Date2020.01.22 Category코드 BySeia Views453
    Read More
  18. C언어 삼중자를 이용한 코드

    Date2018.07.22 Category코드 Bytitle: 황금 서버 (30일)humit Views416
    Read More
  19. 미완성 받아쓰기 (C)

    Date2018.04.20 Category코드 Bytitle: 대한민국 국기gimmepoint Views393
    Read More
  20. 내가 만든 함수 모음집

    Date2018.05.08 Category코드 Bytitle: 대한민국 국기gimmepoint Views387
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4