반응형
Notice
Recent Posts
Recent Comments
250x250
«   2026/03   »
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
more
Archives
Today
Total
관리 메뉴

BASHA TECH

hello.cpp 본문

Computer/C++

hello.cpp

Basha 2023. 2. 15. 22:18
728x90
#include <iostream>

int main(void) {
    int a;
    
    return ++a;
}
728x90
반응형

'Computer > C++' 카테고리의 다른 글

c++ 생명주기  (0) 2023.02.15
file2.cpp - 정적 변수  (0) 2023.02.15
file1.cpp - 전역 변수, 정적 변수  (0) 2023.02.15
C++ tutorial  (0) 2023.02.07
Comments