티스토리 뷰

$ 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
링크
«   2025/02   »
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
글 보관함