1. GCC 개발 환경
GCC에 대한 자세한 설명은 아래 글을 참고할 수 있습니다.
2023.03.13 - [Security/System] - [008] GCC 컴파일러란 무엇일까? GCC 컴파일러와 파일 확장자
GCC 컴파일러는 GNU Compiler Collection의 약자로 자유 소프트웨어입니다. 이 컴파일러는 개방형 개발 환경을 사용하고 세계적 수준의 플랫폼을 육성하기 위해 다른 많은 플랫폼을 지원합니다. 사실상 Linux의 표준 컴파일러로 다양한 언어를 사용할 수 있습니다.
2. 통합개발환경(IDE: Integrated Development Environment)
(1) 데스크톱 통합개발환경
Microsoft Visual Studio Community 2022
- 무료로 사용 가능
- MS 회원가입/로그인 필요
(2) 클라우드 통합개발환경
goormIDE
goormIDE - A Powerful Cloud IDE Service
goormIDE is a cloud IDE service to maximize productivity for developers and teams. Develop and deploy your service with powerful collaborative features, anytime and anywhere.
ide.goorm.io
- 로그인 필요
- 컨테이너를 이용한 관리
Replit
Replit: the collaborative browser based IDE
Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.
replit.com
- 로그인 필요
- Repls와 폴더를 이용한 관리
onlineGDB
GDB online Debugger | Compiler - Code, Compile, Run, Debug online C, C++
Online GDB is online compiler and debugger for C/C++. You can compile, run and debug code with gdb online. Using gcc/g++ as compiler and gdb as debugger. Currently C and C++ languages are supported.
www.onlinegdb.com
- 로그인 불필요
- 로그인 필요 없이 빠르게 테스트해볼 때 사용
지금까지 C언어의 개발 환경을 알아봤습니다. 감사합니다.
만약 Visual Studio Code와 Window Subsystem for Linux에 GCC 컴파일러를 설치해 사용하고 싶다면 아래 글을 참조하세요.
2023.08.31 - [Programming Language/C] - Visual Studio Code, WSL2, GCC를 이용한 C언어 개발 환경 구축하기
Visual Studio Code, WSL2, GCC를 이용한 C언어 개발 환경 구축하기
Visual Studio Code에서 WSL을 사용하는 방법을 살펴보겠습니다. 1. Visual Studio Code Extention에 들어갑니다. 2. 검색창에 WSL을 검색합니다. 3. Microsoft에서 제작한 WSL을 설치합니다. 아래 터미널 창이 있는
movefun-tech.tistory.com
만약 자신의 Visual Studio Code의 PowerShell에서 바로 GCC를 실행해 사용하고 싶다면 아래 글을 참조하세요.
2023.09.01 - [Tools] - Visual Studio Code의 PowerShell에 MinGW-w64와 MSYS2를 사용해 GCC 설치하기
Visual Studio Code의 PowerShell에 MinGW-w64와 MSYS2를 사용해 GCC 설치하기
Visual Studio Code 공식 사이트를 보고 작성한 문서입니다. https://code.visualstudio.com/docs/cpp/config-mingw Get Started with C++ and MinGW-w64 in Visual Studio Code Configuring the C++ extension in Visual Studio Code to target g++ and gdb
movefun-tech.tistory.com
1. GCC 개발 환경
GCC에 대한 자세한 설명은 아래 글을 참고할 수 있습니다.
2023.03.13 - [Security/System] - [008] GCC 컴파일러란 무엇일까? GCC 컴파일러와 파일 확장자
GCC 컴파일러는 GNU Compiler Collection의 약자로 자유 소프트웨어입니다. 이 컴파일러는 개방형 개발 환경을 사용하고 세계적 수준의 플랫폼을 육성하기 위해 다른 많은 플랫폼을 지원합니다. 사실상 Linux의 표준 컴파일러로 다양한 언어를 사용할 수 있습니다.
2. 통합개발환경(IDE: Integrated Development Environment)
(1) 데스크톱 통합개발환경
Microsoft Visual Studio Community 2022
- 무료로 사용 가능
- MS 회원가입/로그인 필요
(2) 클라우드 통합개발환경
goormIDE
goormIDE - A Powerful Cloud IDE Service
goormIDE is a cloud IDE service to maximize productivity for developers and teams. Develop and deploy your service with powerful collaborative features, anytime and anywhere.
ide.goorm.io
- 로그인 필요
- 컨테이너를 이용한 관리
Replit
Replit: the collaborative browser based IDE
Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.
replit.com
- 로그인 필요
- Repls와 폴더를 이용한 관리
onlineGDB
GDB online Debugger | Compiler - Code, Compile, Run, Debug online C, C++
Online GDB is online compiler and debugger for C/C++. You can compile, run and debug code with gdb online. Using gcc/g++ as compiler and gdb as debugger. Currently C and C++ languages are supported.
www.onlinegdb.com
- 로그인 불필요
- 로그인 필요 없이 빠르게 테스트해볼 때 사용
지금까지 C언어의 개발 환경을 알아봤습니다. 감사합니다.
만약 Visual Studio Code와 Window Subsystem for Linux에 GCC 컴파일러를 설치해 사용하고 싶다면 아래 글을 참조하세요.
2023.08.31 - [Programming Language/C] - Visual Studio Code, WSL2, GCC를 이용한 C언어 개발 환경 구축하기
Visual Studio Code, WSL2, GCC를 이용한 C언어 개발 환경 구축하기
Visual Studio Code에서 WSL을 사용하는 방법을 살펴보겠습니다. 1. Visual Studio Code Extention에 들어갑니다. 2. 검색창에 WSL을 검색합니다. 3. Microsoft에서 제작한 WSL을 설치합니다. 아래 터미널 창이 있는
movefun-tech.tistory.com
만약 자신의 Visual Studio Code의 PowerShell에서 바로 GCC를 실행해 사용하고 싶다면 아래 글을 참조하세요.
2023.09.01 - [Tools] - Visual Studio Code의 PowerShell에 MinGW-w64와 MSYS2를 사용해 GCC 설치하기
Visual Studio Code의 PowerShell에 MinGW-w64와 MSYS2를 사용해 GCC 설치하기
Visual Studio Code 공식 사이트를 보고 작성한 문서입니다. https://code.visualstudio.com/docs/cpp/config-mingw Get Started with C++ and MinGW-w64 in Visual Studio Code Configuring the C++ extension in Visual Studio Code to target g++ and gdb
movefun-tech.tistory.com