Skip to content

nguyenhuugiatri/linux-simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  1. Cài đặt gói g++ trong Ubuntu :
  • Mở terminal gõ lệnh sau : $ sudo apt install g++
  • Cài thêm các gói thư viện cần thiết : $ sudo apt install build-essential
  1. Chạy chương trình :
  • Mở terminal ở thư mục chứa file .cpp để biên dịch file .cpp , gõ các lệnh lần lượt để chạy : $ g++ -o main main.cpp $ ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages