c++15 C++ - 제어 구조 제어 구조 제어 구조 제어 구조 관계 연산자 #include using namespace std; int main(int argc, char const *argv[]) { bool b; b = (1 == 2); cout 2020. 10. 9. C++ - 기초 사항 기초 사항 첫 프로그램 #include using namespace std; int main( int argc , char const *argv[]) { cout 2020. 10. 9. C++ - 개발환경 구축 개발환경 구축 MinGW-W64 C++ 컴파일러 https://sourceforge.net/projects/mingw-w64/files/mingw-w64/ C:\workspace\iot\c++ 디렉토리를 만들어 vscode로 연다. PATH 환경변수 내PC > 속성 >고급 시스템 설정>고급>환경변수>시스템변수>Path>편집>새로만들기 C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin mingw32-make.exe를 복사 make.exe 생성 VSCode VSCode - 확장 팩 Code Runner(코드실행),material(파일구분), C/C++ 검색 Microsoft가 제공하는 확장팩 설치 설치확인 >>> g++ -v 2020. 10. 9. 이전 1 2 다음