kone
코딩해요
코딩해요

cpp hello world

05/17/2025, 15:21:13
C/C++
5388 views · 0 likes


#include <iostream> 

int main(int argc, char** argv) 
{ 
    std::cout << "hello world\n"; 
    return 0; 
}





첫글은 hello world가 맞지

0
2 comments
05/17/25
namespace 랑 ios_base::sync_with_stdio(false); cin.tie(nullptr); 없으니까 허전하네
05/17/25 Edited 05/17/25
그러려다가 말았음
야매 C강의 2. 변수와 연산자
C/C++
side-effect
11/03/25 1882 9
야매 C강의 1. 입출력
C/C++
side-effect
11/02/25 1857 10
사칙연산이 없는 세계, 간단한 수식 연산기 ( 주의 )
C/C++
comi-soft
06/14/25 3558 2
C++ 이거 머임?
C/C++
얄랄랄루
06/11/25 3510 0
C 사칙 연산이 없는 세계에서 사칙연산 코드
C/C++
comi-soft
06/06/25 4017 0
아 걍 다시 짜야겠다
C/C++
Rohthis_
06/06/25 3664 0
어떻게 하면 프로그래머를 괴롭히는 문제를 만들수 있을까?
C/C++
hss9205
06/01/25 3648 0
c list -> array function
C/C++
comi-soft
06/01/25 2640 1
C const char* -> string, hello world
C/C++
comi-soft
05/24/25 7218 0
C 8byte hello world
C/C++
comi-soft
05/23/25 7508 3
cpp hello world
C/C++
hello_world
05/17/25 5388 0
의외로 출력 결과가 같은 것
C/C++
binary는 호남선
05/17/25 4768 1