![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/kCgN3/btsAa9A4oIA/vfrNP01ZOp6g7KQKrW5Wg0/img.png)
1. build-essential 설치 2. 설치 후 패키지 업데이트 3. vim test.c 작성 4. gcc 로 컴파일 하려니 안 깔려있음. gcc 설치 5. 재시도 성공 # gcc -o [실행파일] [소스파일] 6. 소스코드의 메모리 배치를 확인하기 위해 gdb 도 설치하자. sudo apt install gdb [참고자료] https://mong9data.tistory.com/99 리눅스 C/C++ 개발 환경 설정 (Vim, Visual Studio Code) 리눅스(Linux) 개발 환경 for C/C++ 이전 포스팅에서는 Windows 10에서 리눅스를 설치하는 방법에 관해 작성했다. 오늘은 리눅스 환경에서 C와 C++을 위한 개발환경 설정 방법을 포스팅하려 한다. 개발환 mong9data.t..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/lWNA7/btsz6PqsWOX/Prgm6zk38qKcw5ADXLEXek/img.png)
[step 1] player 객체 선언과 TicTacToe 객체 선언 # player.py import math import random class Player(): def __init__(self, letter): self.letter = letter def get_move(self, game): pass class RandomComputerPlayer(Player): def __init__(self, letter): super().__init__(letter) def get_move(self, game): pass class HumanPlayer(Player): def __init__(self, letter): super().__init__(letter) def get_move(self, game):..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/HO3mH/btszKd5sMHx/kxoXk6Z1SjSRB8PHu2khQ0/img.png)
1. vscode 설치 Download Visual Studio Code - Mac, Linux, Windows Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio.com 2. 파이썬 익스텐션으로 python, Pylanc..
- Total
- Today
- Yesterday
- over the wire
- Encode
- Strings
- natas7
- 32bit
- X32
- OverTheWire
- nc
- 압축파일
- Linux
- tar
- ssh
- 웹보안공부
- grep
- bz2
- 웹보안
- HTTPS
- java
- SSL
- 리터럴
- solution
- Bandit
- Natas
- 리눅스
- gz
- tr
- BASE64
- find
- 풀이
- OpenSSL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |