티스토리 뷰
$ mkdir workspace
$ cd workspace
$ mkdir helloworld && cd helloworld
$ code .
파일 생성. hello.cpp
#include <stdio.h>
#include "hello.h"
#include <iostream>
#include <string>
using namespace std;
int main(void){
hello();
printf("HELLO C\n");
cout << "HELLO C++\n" << endl;
return 0;
}
$ sudo apt-get update
$ sudo apt-get install build-essential gdb
$ whereis g++
$ whereis gdb
$ g++ -o hello hello.cpp
$ ls
$ cat hello
$ ./hello <-- 이게 실행하는 구문
728x90
'블록체인' 카테고리의 다른 글
NFT.. 탐구 1 (0) | 2021.12.13 |
---|---|
메타마스크 (0) | 2021.10.12 |
메타마스크 (0) | 2021.09.09 |
Mainnet & Testnet (0) | 2021.09.09 |
[대충 읽고 느낀점 ] 블록체인혁명 - 돈 탭스콧, 알렉스 탭스콧 (0) | 2021.03.29 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 투포인터 연습
- create databases;
- BFS
- create db
- 투포인터
- node.js
- MOD
- MySQL
- DB 생성
- 서버점검
- 면접질문
- 은둔청년체험
- 다이나믹프로그래밍
- 개발자면접
- 면접비
- 최소공통조상
- 동적프로그래밍
- 다이나밍프로그래밍
- 롱베케이션
- 그래프
- 로드나인
- 서버개발
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함