Skip to content

ovfteam/run-cpp

Repository files navigation

Run CPP - README

Mô tả

Extension Run CPP được thiết kế để build và chạy code C/C++ trên Windows. Hỗ trợ biên dịch, chạy, debug trực tiếp trong Visual Studio Code.

Debug

debug

Gợi ý/snippets

snippets

Yêu cầu

  • Text Editor: Visual Studio Code
  • Hệ điều hành: Windows 10 -v ^1709

Cài đặt

  1. Mở Visual Studio Code.
  2. Nhấn Ctrl+Shift+X để mở Extensions.
  3. Tìm "Run CPP" và cài đặt.
  4. Sau khi cài xong là dùng được luôn.

Sử dụng

  1. Đảm bảo đã cài extension C/C++.
  2. Mở file .c hoặc .cpp.
  3. Shortcut:
    • F6: chạy code
    • F5: debug code

Đóng góp

  • Fork repo: Run CPP
  • Tạo branch mới: git checkout -b my-feature
  • Commit thay đổi: git commit -am 'add new feature'
  • Push lên repo: git push origin my-feature
  • Tạo pull request trên GitHub

có gì góp ý/bug thì cứ tạo issue hoặc PR nhé.

About

Resources

License

Stars

Watchers

Forks