Hello các bạn, mình đã tổng hợp Một Số Errors - Lỗi mà các bạn thường gặp và cách khắc phục khi sử dụng Visual Studio Code vs Lập Trình C/C++ nhé: [Common Error #1] #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit Solution: e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension: stackoverflow.com/questions/45583473/include-errors-detected-in-vscode [Common Error #2] [Running] cd "e:\CTDL-GT\contest 6\" && g++ c.cpp -o c && "e:\CTDL-GT\contest 6\"c 'g++' is not recognized as an internal or external command, operable program or batch file. Solution: e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next) Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++ [Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html Credit: Itsme Rum [Common Question #3] E đang dùng win 7 và sau khi cài Visual Studio Code thì hiển thị màn hình đen ạ, mong anh chỉ dẫn e Chào em, đối với Win7, em cần làm các bước sau 1. Click chuột phải vào VS Code Shortcut -> chọn properties -> add --disable-gpu to Target: "C:\Program Files\Microsoft VS Code\Code.exe" --disable-gpu StackOverflow Solution: stackoverflow.com/questions/40323190/vs-code-main-window-is-blank [Common Question #4] Làm thế nào để chuyển Terminal sang phía Trái/ Phải trong VS Code ạ? Trong VS Code, em vẫn có thể chỉnh vị trí Terminal sang phía bên trái/ phải đều được nhé bằng cách em vào Tab View > Apperance > Move Panel to Right/ Left/ Bottom nhé!
Cảm ơn con nhiều nhiều nhé!!! Ừm chú nhất định sẽ ra nhiều nhiều vid hơn nữa. Mục tiêu của chú là giúp cho các bạn trẻ vn biết lập trình, và lập trình giỏi để có thể xin đc việc lương nghìn đô 😁
anh ơi . khi run nó hiện: [Running] cd "c:\Users\ADMIN\Documents\code c\" && gcc helloworld.c -o helloworld && "c:\Users\ADMIN\Documents\code c\"helloworld 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.062 seconds là sao a?
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next) Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++ [Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html
em bị như này là sao ạ mặc dù đã cài đặt g++ như anh nói [Running] cd "c:\code\C-CPP\" && gcc helloworld.c -o helloworld && "c:\code\C-CPP\"helloworld 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.136 seconds
Thầy ơi... nhờ thầy giúp em, chả là thế này Em viết code trong Visual studio code như sau: 1 @ 2 int main() { 3 printf("Hello World"); 4 return 0; 5 } Thầy ơi.. khi em gừi BL line 01 = #include chứ ko phải @,stdio.h> do youtube ko hiểu, khi run-code phần mềm báo lỗi do ko mở được phần , các phần khác ko có lỗi, để khắc phục lỗi này em phải làm thế nào xin thầy hướng dẫn cho em...em cảm ơn thầy nhiều, xin chúc thầy sức khỏe. (lt_C-C++)em đã cài C-C++ & Run rồi.
mình setup vscode bị sai hay gì ấy mà giờ nó toàn output lỗi này: *g++.exe: error: Fibonacci: No such file or directory* *g++.exe: error: generate.cpp: No such file or directory* *g++.exe: error: generate: No such file or directory* *g++.exe: fatal error: no input files*
tại sao khi mình run (mình dùng víual studio code trên máy mac) nó báo lỗi này vậy bạn: [Running] cd "/Users/minhquan/Documents/Code/bài tập/" && gcc hello.c -o hello && "/Users/minhquan/Documents/Code/bài tập/"hello Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) [Done] exited with code=1 in 0.104 seconds
Dạ hello bạn, bạn xem thử coi bạn có cái Xcode của Apple chưa nhé. Tại có một số dependencies cần có Xcode. Nếu chưa tải, bạn có thể vào AppStore trên Mac, search "Xcode" rồi download về nhé .
cho em hỏi em bị lỗi như vậy thì sao ạ [Running] cd "f:\C or C++\" && g++ hello world!.cpp -o hello world! && "f:\C or C++\"hello world! g++: error: hello: No such file or directory g++: error: world!.cpp: No such file or directory g++: error: world!: No such file or directory g++: fatal error: no input files compilation terminated.
khi khai báo thư viện stdio.h có cái đèn màu vàng xuất hiện và khi run nó chạy như vầy ạ [Running] cd "d:\C\C test\" && gcc main.c -o main && "d:\C\C test\"main 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.665 seconds như vậy là lỗi gì vậy ạ,em cảm ơn ạ.
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next) Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++ [Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html
Running] cd "c:\Users\Acer\" && g++ tempCodeRunnerFile.txt -o tempCodeRunnerFile && "c:\Users\Acer\"tempCodeRunnerFile 'g++' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.374 seconds bị như v thì xử lí sao ạ
anh ơi cho em hỏi em run lúc sáng thì nó chạy dc mà tới chiều e cho run code lại thì nó hiện lỗi này thì bị lỗi j v ạ Running] cd "/Users/nhatgiass/code/C-CPP/" && gcc helloworld.c -o helloworld && "/Users/nhatgiass/code/C-CPP/"helloworld Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Cho em hỏi, khi em chạy code thì nó hiện z là sao ạ [Running] cd "c:\Code\C-CPP\" && gcc helloworld.c -o helloworld && "c:\Code\C-CPP\"helloworld 'gcc' is not recognized as an internal or external command, operable program or batch file.
Anh ơi lúc edit folder bị gặp lỗi Unable to write file Unable to write file 'd:\config.json\config.json' (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open 'd:\config.json\config.json') thì phải làm thế nào ạ? (config.json là file em định edit)
Running] cd "/Users/mac/Desktop/code c++/" && gcc test c++ -o /Users/mac/Desktop/code c++/test c++ && "/Users/mac/Desktop/code c++/"/Users/mac/Desktop/code c++/test c++ xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. em bị lỗi gì vậy anh
[Running] cd "c:\Users\dbxv2\OneDrive\Tài liệu\Code\" && gcc Test -o c:\Users\dbxv2\OneDrive\Tài liệu\Code\Test && "c:\Users\dbxv2\OneDrive\Tài liệu\Code\"c:\Users\dbxv2\OneDrive\Tài liệu\Code\Test 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.67 seconds Khi em run thì nó ra như vậy là sao anh ?
Anh ơi! Em code C++ hướng đối tượng bằng VSCode, em tạo 2 folder 1 folder Header với 1 folder Source. Em lưu file person.h trong folder Header, còn file person.cpp và main.cpp em lưu ở folder source, nhưng khi chạy nó lại báo lỗi như vậy anh: main.cpp:2:10: fatal error: person.h: No such file or directory. Anh chỉ em cách fix với ạ. Em cảm ơn anh nhiều!
Anh ơi, em đã install C++, và code runner rồi, nhưng lúc em viết xong báo là "code language not supported or defined", em cũg mới bắt đầu tập tành viết code nên kh biết nhiều ạ
[Running] cd "c:\Study\C-CPP\" && gcc HelloWorld.c -o HelloWorld && "c:\Study\C-CPP\"HelloWorld gcc: installation problem, cannot exec `cc1': No such file or directory nó bị như này thì làm sao fix v anh??
dạ em chỉ mới tải vs code, tải extension c/c++ với code runner và chạy thử hello world trên c++ y như anh chỉ nhưng mà em lại gặp lỗi này ạ. Anh xem hộ em với ạ :< ChauChau-MacBook-Pro:Châu Châu tommy$ g++ Hello.cpp -o Hello Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi Chau Ho, Hình như hàm main em đặt tên là "_main" thì phải, em thử xoá "_" ra khỏi "_main" rồi chạy lại nhé! Chúc em thành công và cuối tuần vui vẻ nhé!
e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension: stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
Cho e hỏi cách chạy trên Terminal với ạ, e cài MinGW rồi chạy trên VSCode đc rồi mà chạy trên Terminal bị lỗi sao ấy. Nó ghi là: gcc: error: HelloWorld.c: No such file or directory gcc: fatal error: no input files compilation terminated.
A ơi trong phần code C , e code bài đầu chạy bth ,vẫn màn hình đó e xóa đi code bài C thứ 2 khi run code nó cứ báo " code is already running " mà không làm gì thêm cả , thì làm sao ạ ?
em bị lỗi này thì phải làm gì anh "message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (D:\\vs code\\helloworld.c++).", "message": "cannot open source file \"iostream\"",
Hé lô em, e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension: stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
[Running] cd "d:\OneDrive\Tài liệu\Code\C_C++\" && gcc Hello.c -o Hello && "d:\OneDrive\Tài liệu\Code\C_C++\"Hello 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.025 seconds Chạy nó ra v là sao v ad
Hiện em học c và cả js luon thì có sao không anh vì em thấy c thì vs code viết mà chả run code được mặc dù đã fix lỗi g++ nên đã chuyển qua js vì nó có thể mở trình duyệt lên để kiểm. Thế theo anh nên học vài ngôn ngữ lập trình thay vì 1 để giỏi hơn không anh vì em 13 tuổi nhưng thích lập trình và khá rảnh nên đã viết đuợc khá khá rồi.em định luyện tốt cả 2
Hi em, Anh nghĩ em có thể bắt đầu học Python nhé vì Python là ngôn ngữ lập trình bậc cao, rất dễ học, ứng dụng rộng nên sau này cũng dễ xin đc việc (Lương cũng cao). Để giúp cho e hiểu rõ hơn về Python và định hướng nghề nghiệp Python Developer (Lập Trình Viên Python), anh có làm 1 clip tổng quát về Python cũng như các Cơ Hội Việc Làm và lộ trình học cụ thể dành cho 1 Lập Trình Viên Python. Và anh cũng đang bắt đầu làm 1 Series dạy Python từ Cơ Bản Đến Nâng Cao cũng như giúp Các Bạn Trẻ Việt Nam nâng cao Trình Độ Tiếng Anh trong Lập Trình. Em tham khảo nhé: ua-cam.com/video/O5AsvA9OGhM/v-deo.html
cho em hỏi lỗi này là bị gì vậy ạ? [Running] cd "e:\CTDL-GT\contest 6\" && g++ c.cpp -o c && "e:\CTDL-GT\contest 6\"c 'g++' is not recognized as an internal or external command, operable program or batch file.
Hi Hoàng, e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tại tại via sourceforge.net/projects/mingw-w64/ Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++
@@CodeXplore em lam nhu anh huong dan thi no ra the nay c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status anh giup em xu ly chuyen nay voi, thank you anh
@@andylinvo9593 Hi Andy, em thử save rồi bấm "Run Code" lại xem sao nhé vì Code Runner sẽ không tự động save code cho em. Anh search được solution về error của em trên Stackoverflow, em tham khảo nhé: stackoverflow.com/questions/53035451/undefined-reference-to-winmain16-while-compiling
@@CodeXplore a cho e hỏi cái nơi cái chỗ output nó hiển thị "[Error - 6:53:43 PM] Connection to server got closed. Server will not be restarted."thì mk xử lí sao a
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next) Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++
Xin hỏi tại sao bạn có file Stdio.h, nếu như mình tạo mới thì mình phải vào phần nào để tạo file xxx.h vậy Hiện mình đang bị lỗi như thế này: [Running] cd "d:\HỌC\HỌC DIGITAL MARKETING\NGÔN NGỮ LẬP TRÌNH\C-C++\C\" && gcc helloword.c -o helloword && "d:\HỌC\HỌC DIGITAL MARKETING\NGÔN NGỮ LẬP TRÌNH\C-C++\C\"helloword c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../libmingw32.a(main.o):(.text.startup+0xc0): undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status
Lỗi này là sao anh : + "message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit + "message": "cannot open source file \" iostream \"" E thử click chuột rồi mà nó ko ra, em click vào cái bóng đèn nó ra là edit include path anh ơi
e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension: stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
Mình bấm vào "Run in terminal" thì máy báo lỗi "Unable to write into user settings.Please open the user settings to correct errors/warnings it and try again" , làm thế nào để sửa được lỗi này vậy bạn
[Running] cd "/Users/hoanghoa/Documents/code c /C-CPP/" && g++ helloworld.cpp -o helloworld && "/Users/hoanghoa/Documents/code c /C-CPP/"helloworld Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Anh ơi cho em hỏi lỗi này là gì vậy ạ.
Thầy ơi... sau đó software nó nói .exe bị lỗi, phải di chuyển qua visual studio code... em qua vscode nó nói ko mở được "stdio.h" em mở "terminal" để biết lỗi gì nó chỉ nói lỗi ko mở được "stdio.h" thầy ơi !sửa lỗi này làm thế nào hử thầy,
em lam giong nhu video ma bi loi nhu nay gcc : The term 'gcc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
e bị lỗi này thì fix thế nào ạ [Running] cd "c:\Users\ADMIN\OneDrive\Máy tính\Codepro\" && gcc tempCodeRunnerFile.c -o tempCodeRunnerFile && "c:\Users\ADMIN\OneDrive\Máy tính\Codepro\"tempCodeRunnerFile 'gcc' is not recognized as an internal or external command, operable program or batch file.
NÓ BỊ SAO VẬY AH [Running] cd "c:\Users\DELL\Documents\khoa\C-CPP\" && gcc helloWorld.c -o helloWorld && "c:\Users\DELL\Documents\khoa\C-CPP\"helloWorld 'gcc' is not recognized as an internal or external command, operable program or batch file. [Done] exited with code=1 in 0.04 seconds
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé. Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw. Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next) Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables. Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit. Click New và click on Browse và tìm thư mục mà em cài mingw. Khởi động lại VS Code và VS code sẽ tự động tìm g++
cảm ơn anh. em như người mù bước vào phần mềm này luôn, nhờ clip này của anh nên e đã code dc hello world @@
CodeXplore rất vui vì video đã giúp ích được cho em
Video dạy code dễ thương nhất em từng xem luôn á anh :3 Rất thú vị!
Cảm ơn em nhiều nhé !
Bạn nào bị WinMain@16 thì thử Save code trước khi Run nhé!
Vào File -> Perferences -> Settings -> gõ "code runner" -> Save File Before Run.
cảm ơn nha
huhu tui ket mai moi thay cmt nay cam on ban nhieu
Nghiện anh luôn >
Haha cảm ơn em đã ủng hộ nhé !
Hello các bạn, mình đã tổng hợp Một Số Errors - Lỗi mà các bạn thường gặp và cách khắc phục khi sử dụng Visual Studio Code vs Lập Trình C/C++ nhé:
[Common Error #1] #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit
Solution: e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension:
stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
[Common Error #2] [Running] cd "e:\CTDL-GT\contest 6\" && g++ c.cpp -o c && "e:\CTDL-GT\contest 6\"c
'g++' is not recognized as an internal or external command,
operable program or batch file.
Solution: e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next)
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
[Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html
Credit: Itsme Rum
[Common Question #3] E đang dùng win 7 và sau khi cài Visual Studio Code thì hiển thị màn hình đen ạ, mong anh chỉ dẫn e
Chào em, đối với Win7, em cần làm các bước sau
1. Click chuột phải vào VS Code Shortcut -> chọn properties -> add --disable-gpu to Target:
"C:\Program Files\Microsoft VS Code\Code.exe" --disable-gpu
StackOverflow Solution: stackoverflow.com/questions/40323190/vs-code-main-window-is-blank
[Common Question #4] Làm thế nào để chuyển Terminal sang phía Trái/ Phải trong VS Code ạ?
Trong VS Code, em vẫn có thể chỉnh vị trí Terminal sang phía bên trái/ phải đều được nhé bằng cách em vào Tab View > Apperance > Move Panel to Right/ Left/ Bottom nhé!
Error 2 em làm rồi vẫn chưa được anh ơi,em đã khởi động lại vs code nhưng vẫn báo lỗi,có khi nào phải khởi động lại máy không anh
Khởi động r vẫn không đc á
Nó ghi 'gcc' anh ơi
Nhật Minh Nguyễn nó là đường dẫn đến thư mục cài đặt mingw.exe em nhé. Tức là e nhấn vào file mingw.exe để cài đặt r add path từ cái thư mục đã đc cài
em cứ bị hiện ra file launch vs file task ấy anh, ko chạy đc ko bt khắc phục sao ạ
mình làm đc rồi, cám ơn bạn nhiều
You re welcome ☺️
cảm ơn an nhiều ạ nhờ anh mà em sửa được lỗi
Chúc mừng em 🥳 you re welcome 🤗
Chú ơi, giọng chú hay quá :))
Con sub r chú chịu khó ra nhiều nhiều vid nha.
làm về python ấy chú.
Cảm ơn con nhiều nhiều nhé!!! Ừm chú nhất định sẽ ra nhiều nhiều vid hơn nữa. Mục tiêu của chú là giúp cho các bạn trẻ vn biết lập trình, và lập trình giỏi để có thể xin đc việc lương nghìn đô 😁
có Dụng lại lập trình nè
Quá đỉnh luôn anh ơi. Hướng dẫn dễ hiểu lắm ạ.
Cảm ơn em nhiều nhé ! Giúp anh chi sẻ để mn cùng học nhé em 😍 chúc em cuối tuần vui vẻ 😊
Nghe cái giọng anh thích quá
chời ơi anh dễ thương ghiaaa
Hé Lô World! bác ad vui tính =)))
Hé lô Nisa 😂
@@CodeXplore :))
cảm ơn a nhiều ^ ^
Không có gì em nhé, cảm ơn em đã ủng hộ channel của anh!
em cảm ơn anh nhé e làm đc rồi
Anh rất vui khi e đã làm đc 👌
anh ơi . khi run nó hiện:
[Running] cd "c:\Users\ADMIN\Documents\code c\" && gcc helloworld.c -o helloworld && "c:\Users\ADMIN\Documents\code c\"helloworld
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.062 seconds
là sao a?
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next)
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
[Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html
@@CodeXplore em làm theo rồi nhưng vẫn bị anh ơi
video được của ló , hay
Cảm ơn bạn hihi 😁
Cảm ơn a rất nhiều
You re welcome ! Hãy like chia sẻ và tiếp tục ủng hộ Channel của mình nhé ☺️
Useful anh oi.... Thanks so much
You re welcome bro !
hài dị ba.....thích rồi đó
Cảm ơn bro
cảm ơn a
Không có j em nhé! Chúc e cuối tuần vui vẻ 😁
CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN! CẢM ƠN BẠN!
Trần Hữu Chương Nguyễn không có gì em nhé! Chúc em cuối tuần vui vẻ!
Thank you huynh😁
You re welcome đệ ! 😍
em ko run dc nó để là
gcc' is not recognized as an internal or external command,
operable program or batch file.
cài mingw
@@minhtri7705 la sao ạ ??
@@tienmanhvu2351 ua-cam.com/video/QQ_NmIJjg_A/v-deo.html xem cái vid này trước rồi quya lại vid này xem nha bạn
@@nguyentienphat8888 bạn chỉ mình phát mình mới học cũng bị cái lỗi này ạ
@@atnguyentien7770 B tải r cài TDM-GCC
cảm ơn anh nhiều
Không có gì em nhé ! Chúc em một ngày mới tốt lành!
em bị như này là sao ạ mặc dù đã cài đặt g++ như anh nói
[Running] cd "c:\code\C-CPP\" && gcc helloworld.c -o helloworld && "c:\code\C-CPP\"helloworld
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.136 seconds
Thầy ơi... nhờ thầy giúp em, chả là thế này Em viết code trong Visual studio code như sau:
1 @
2 int main() {
3 printf("Hello World");
4 return 0;
5 }
Thầy ơi.. khi em gừi BL line 01 = #include chứ ko phải @,stdio.h> do youtube ko hiểu,
khi run-code phần mềm báo lỗi do ko mở được phần , các phần khác ko có lỗi, để khắc phục lỗi này em phải làm thế nào xin thầy hướng dẫn cho em...em cảm ơn thầy nhiều, xin chúc thầy sức khỏe. (lt_C-C++)em đã cài C-C++ & Run rồi.
Thank đại ca
mình setup vscode bị sai hay gì ấy mà giờ nó toàn output lỗi này:
*g++.exe: error: Fibonacci: No such file or directory*
*g++.exe: error: generate.cpp: No such file or directory*
*g++.exe: error: generate: No such file or directory*
*g++.exe: fatal error: no input files*
tại sao khi mình run (mình dùng víual studio code trên máy mac) nó báo lỗi này vậy bạn:
[Running] cd "/Users/minhquan/Documents/Code/bài tập/" && gcc hello.c -o hello && "/Users/minhquan/Documents/Code/bài tập/"hello
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[Done] exited with code=1 in 0.104 seconds
Dạ hello bạn, bạn xem thử coi bạn có cái Xcode của Apple chưa nhé. Tại có một số dependencies cần có Xcode. Nếu chưa tải, bạn có thể vào AppStore trên Mac, search "Xcode" rồi download về nhé .
bạn ơi mình cũng bị lỗi giống bạn bạn có thể nào chỉ mình cách fix được không ạ?
anh làm hướng dẫn debug cài c# trên mac os vs ạ
cho em hỏi em bị lỗi như vậy thì sao ạ
[Running] cd "f:\C or C++\" && g++ hello world!.cpp -o hello world! && "f:\C or C++\"hello world!
g++: error: hello: No such file or directory
g++: error: world!.cpp: No such file or directory
g++: error: world!: No such file or directory
g++: fatal error: no input files
compilation terminated.
undefined reference to `WinMain'
collect2.exe: error: ld returned 1 exit status Phải làm sao đây ạ?
Save file trước khi run nhé
Đoạn 4:53 em không nghe rõ anh ơi 😞 anh bấm gì để nó xuống dòng được v ạ
ví dụ e viết 1ct c++ nhập vào số n và in ra mà sao khi chạy nớ tự chạy ra n trong khi e chưa nhập n là bị j vậy ạ
khi khai báo thư viện stdio.h có cái đèn màu vàng xuất hiện và khi run nó chạy như vầy ạ
[Running] cd "d:\C\C test\" && gcc main.c -o main && "d:\C\C test\"main
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.665 seconds
như vậy là lỗi gì vậy ạ,em cảm ơn ạ.
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next)
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
[Video Hướng Dẫn Cài Đặt g++ Chi tiết] ua-cam.com/video/sXW2VLrQ3Bs/v-deo.html
@@CodeXplore window của em là window 7 nên giao diện Environment Variables nó khác ạ,em có gửi ảnh bên facebook,check giúp em với ạ
@@nguyencao5450 ồ hoá ra là em xài win7, em tham khảo bài này nhé, học chỉ rất chi tiết: www.codehub.com.vn/Cai-dat-bien-moi-truong-tren-Windows
@@CodeXplore em đang cài lên win 10 ạ,mong là sẽ khả quan,em cảm ơn ạ
Nguyên Cao ok em, chúc e thành công. Cuối tuần vui vẻ em nhé 🤗
Anh chỉ nhiều hơn về c đi anh đại loại như cách lập trình game 2 hay 3d chứ e mới biết viết console à:((
Cảm ơn gợi ý của em nhé! Anh sẽ cố gắng!
em đã cài mingw và bị lỗi : g++: error: CreateProcess: No such file or directory.
phải làm sao đây ạ?
Vid rất hay và hữu ích, em bị vướng khúc code runner á mà loay hoay k biết làm sao tình cờ thấy video này. Em cảm ơn anh
Thank iu em
Running] cd "c:\Users\Acer\" && g++ tempCodeRunnerFile.txt -o tempCodeRunnerFile && "c:\Users\Acer\"tempCodeRunnerFile
'g++' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.374 seconds
bị như v thì xử lí sao ạ
anh ơi cho em hỏi em run lúc sáng thì nó chạy dc mà tới chiều e cho run code lại thì nó hiện lỗi này thì bị lỗi j v ạ
Running] cd "/Users/nhatgiass/code/C-CPP/" && gcc helloworld.c -o helloworld && "/Users/nhatgiass/code/C-CPP/"helloworld
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi em, em xem lại hàm main xem sao nhé, tình như dư dấu _
ad ơi , em bị làm sao đấy : 'g++' is not recognized as an internal or external command,
operable program or batch file.
Bản phải tải msyse về để khắc phục lỗi đấy nhé
@@maintop250 là phải xóa đi tải lại à
Cho em hỏi, khi em chạy code thì nó hiện z là sao ạ
[Running] cd "c:\Code\C-CPP\" && gcc helloworld.c -o helloworld && "c:\Code\C-CPP\"helloworld
'gcc' is not recognized as an internal or external command,
operable program or batch file.
Giọng a nghe dễ thương thế
Cảm ơn em nhiều nha
bạn ơi làm sao để bổ sung thư viện cho 1 chương trình bị thiếu thư viện & làm sao để trọn đường dẫn đến thư viện đó. thank bạn
a ơi! e chạy trương trình nó báo lỗi "Ngôn ngữ mã không được hỗ trợ hoặc xác định.
"
Thanks anh
thanks bro
Welcome bro !
thầy ơi con xài macos nó bắt tải phần mềm dành cho nhà phát triển là sao ạ ? no developer tools were found at '/Applications/Xcode.app'.
Anh ơi lúc edit folder bị gặp lỗi Unable to write file Unable to write file 'd:\config.json\config.json' (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open 'd:\config.json\config.json') thì phải làm thế nào ạ? (config.json là file em định edit)
Running] cd "/Users/mac/Desktop/code c++/" && gcc test c++ -o /Users/mac/Desktop/code c++/test c++ && "/Users/mac/Desktop/code c++/"/Users/mac/Desktop/code c++/test c++
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
em bị lỗi gì vậy anh
tại sao nó ghi
g++' is not recognized as an internal or external command,
operable program or batch file.
vx anh
cảm ơn ad rất rất nhiều luôn. e gặp lỗi run in terminal y hệt ad @@
[Running] cd "c:\Users\dbxv2\OneDrive\Tài liệu\Code\" && gcc Test -o c:\Users\dbxv2\OneDrive\Tài liệu\Code\Test && "c:\Users\dbxv2\OneDrive\Tài liệu\Code\"c:\Users\dbxv2\OneDrive\Tài liệu\Code\Test
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.67 seconds
Khi em run thì nó ra như vậy là sao anh ?
Anh ơi! Em code C++ hướng đối tượng bằng VSCode, em tạo 2 folder 1 folder Header với 1 folder Source. Em lưu file person.h trong folder Header, còn file person.cpp và main.cpp em lưu ở folder source, nhưng khi chạy nó lại báo lỗi như vậy anh: main.cpp:2:10: fatal error: person.h: No such file or directory.
Anh chỉ em cách fix với ạ. Em cảm ơn anh nhiều!
Cái này a cũng k rành lắm, e có thể lên stack overflow hỏi em nhé! 🤗
@@CodeXplore vâng cảm ơn anh ạ!
Minh Quang không có gì em nhé
'gcc' is not recognized as an internal or external command, vầy là sao anh
Thanks !!!
Nguyễn Tiến Dũng you re welcome!
anh ơi vs code của em nó ko hiện lỗi ngay khi mk code thì sửa thế nào ạ, bth khi mình sai thì sẽ gạch chân đỏ ở dưới ạ
khúc chào làm nhớ chị Hana ghê :))
Haha ok em 👌
Anh ơi, em đã install C++, và code runner rồi, nhưng lúc em viết xong báo là "code language not supported or defined", em cũg mới bắt đầu tập tành viết code nên kh biết nhiều ạ
Cùng câu hỏi ạ 😢
[Running] cd "c:\Study\C-CPP\" && gcc HelloWorld.c -o HelloWorld && "c:\Study\C-CPP\"HelloWorld
gcc: installation problem, cannot exec `cc1': No such file or directory
nó bị như này thì làm sao fix v anh??
video hay vai ca biu
Chú ơi chi cháu hỏi cháu đã càu các phần mềm như dracula các kiểu sao no k hiện màu vậy chú
thank you so much :))
You're most welcome 👍
@@CodeXplore em mới cài vs code mà e thấy bất tiện mỗi lần muốn chạy cứ phải bấm mấy dòng g++ ms dc , may qua xem vd của anh hehe
@@hoangdanhtuan3662 ừ đúng r e, r vui vì vd của anh giúp ích cho e :) E dùng VS Code là chuẩn r đấy 👍 Nó r hữu ích và nhiều helper extension
@@CodeXplore daj, em mong a ra nhìu video hơn nữa ạ, e chúc kênh của a phát triển nha hehe
@@hoangdanhtuan3662 nhất định nhé e finger cross 👌. Anh sẽ ra series về Github r đến Python và React... Cảm ơn e đã ủng hộ nhìu nhìu 🤗
anh cho em hỏi vs với vs code khác nhau gì ạ và nên chọn cái nào ạ ?
dạ em chỉ mới tải vs code, tải extension c/c++ với code runner và chạy thử hello world trên c++ y như anh chỉ nhưng mà em lại gặp lỗi này ạ. Anh xem hộ em với ạ :<
ChauChau-MacBook-Pro:Châu Châu tommy$ g++ Hello.cpp -o Hello
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi Chau Ho, Hình như hàm main em đặt tên là "_main" thì phải, em thử xoá "_" ra khỏi "_main" rồi chạy lại nhé! Chúc em thành công và cuối tuần vui vẻ nhé!
phần mêm này mỗi lần mở file ngoài thư mục đã chọn thì khi chạy code báo lỗi hoài phải cài đặt thêm mấy cái
Trên mac m1 của em nó kêu tải clang với git thì làm sai ạ?? Có nên tải hông ạ? Với bị lỗi g++. Mong ad giúp em ạ
anh ơi anh làm thêm về debug c++ trên vs code đi anh !
Cảm ơn gợi ý của em. Anh sẽ cố gắng em nhé 😍
Anh ơi em không biết sao nó run coder không đc anh
Nó báo lỗi . Kiu là vui lòng cập includePath , cách cập nhật includePath là ntn anh
e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension:
stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
cho em hỏi là tại sao em không ghi gì được vào phần output vậy ạ
ad ơi, tại sao em dùng vscode cho c++ lại ko có gợi ý khi viết ạ
Cho e hỏi cách chạy trên Terminal với ạ, e cài MinGW rồi chạy trên VSCode đc rồi mà chạy trên Terminal bị lỗi sao ấy. Nó ghi là:
gcc: error: HelloWorld.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
Bạn có thể tham khảo video này : ua-cam.com/video/c3q6CGZ641Q/v-deo.html
EACCES: permission denied, unlink '/usr/local/bin/code'n em cài shell comand nó nv ạ
A ơi trong phần code C , e code bài đầu chạy bth ,vẫn màn hình đó e xóa đi code bài C thứ 2 khi run code nó cứ báo " code is already running " mà không làm gì thêm cả , thì làm sao ạ ?
Hi em, em thử kill terminal rồi chạy lại xem sao em nhé!
em bị lỗi này thì phải làm gì anh
"message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (D:\\vs code\\helloworld.c++).",
"message": "cannot open source file \"iostream\"",
Hé lô em, e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension:
stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
chào anh em bj lỗi như thế này giải quyết như thế nào anh
'g++' is not recognized as an internal or external command,
operable program or batch file.
Nhờ Anh hướng dẫn cách cài và chạy pascal trên vs studio code, cám ơn Anh nhiều.
Hi em, em tham khảo video này nhé: ua-cam.com/video/qD4hG9kNpBA/v-deo.html
[Running] cd "d:\OneDrive\Tài liệu\Code\C_C++\" && gcc Hello.c -o Hello && "d:\OneDrive\Tài liệu\Code\C_C++\"Hello
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.025 seconds
Chạy nó ra v là sao v ad
Hiện em học c và cả js luon thì có sao không anh vì em thấy c thì vs code viết mà chả run code được mặc dù đã fix lỗi g++ nên đã chuyển qua js vì nó có thể mở trình duyệt lên để kiểm. Thế theo anh nên học vài ngôn ngữ lập trình thay vì 1 để giỏi hơn không anh vì em 13 tuổi nhưng thích lập trình và khá rảnh nên đã viết đuợc khá khá rồi.em định luyện tốt cả 2
Hi em, Anh nghĩ em có thể bắt đầu học Python nhé vì Python là ngôn ngữ lập trình bậc cao, rất dễ học, ứng dụng rộng nên sau này cũng dễ xin đc việc (Lương cũng cao). Để giúp cho e hiểu rõ hơn về Python và định hướng nghề nghiệp Python Developer (Lập Trình Viên Python), anh có làm 1 clip tổng quát về Python cũng như các Cơ Hội Việc Làm và lộ trình học cụ thể dành cho 1 Lập Trình Viên Python. Và anh cũng đang bắt đầu làm 1 Series dạy Python từ Cơ Bản Đến Nâng Cao cũng như giúp Các Bạn Trẻ Việt Nam nâng cao Trình Độ Tiếng Anh trong Lập Trình. Em tham khảo nhé: ua-cam.com/video/O5AsvA9OGhM/v-deo.html
cho em hỏi lỗi này là bị gì vậy ạ?
[Running] cd "e:\CTDL-GT\contest 6\" && g++ c.cpp -o c && "e:\CTDL-GT\contest 6\"c
'g++' is not recognized as an internal or external command,
operable program or batch file.
Hi Hoàng, e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tại tại via sourceforge.net/projects/mingw-w64/
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
@@CodeXplore em lam nhu anh huong dan thi no ra the nay
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16'
collect2.exe: error: ld returned 1 exit status
anh giup em xu ly chuyen nay voi, thank you anh
@@andylinvo9593 Hi Andy, em thử save rồi bấm "Run Code" lại xem sao nhé vì Code Runner sẽ không tự động save code cho em.
Anh search được solution về error của em trên Stackoverflow, em tham khảo nhé: stackoverflow.com/questions/53035451/undefined-reference-to-winmain16-while-compiling
@@CodeXplore Em vừa thử. Ra là file cần phải save nó mới chạy được. Cảm ơn anh
@@andylinvo9593 anh rất vui vì em đã chạy được. You re most welcome :) Have a nice weekend e!
Cho mk hỏi là windows 7 không làm được phải không bạn ???
Win7 vẫn dùng Được em nhé!
@@CodeXplore a cho e hỏi cái nơi cái chỗ output nó hiển thị "[Error - 6:53:43 PM] Connection to server got closed. Server will not be restarted."thì mk xử lí sao a
Cho em hoi khi em run code nó không tạo ra file exe mà tạo ra file khác , nhưng vẫn chạy??
anh ơi của em bị [Done] exited with code=1 in 0.219 seconds
em cũng đã cài g++ và đưa vào System Variables nhưng vẫn không được
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next)
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
em làm theo a đến lúc làm ko có phím tắt thì làm sao ạ mong a giúp đỡ
Xin hỏi tại sao bạn có file Stdio.h, nếu như mình tạo mới thì mình phải vào phần nào để tạo file xxx.h vậy
Hiện mình đang bị lỗi như thế này: [Running] cd "d:\HỌC\HỌC DIGITAL MARKETING\NGÔN NGỮ LẬP TRÌNH\C-C++\C\" && gcc helloword.c -o helloword && "d:\HỌC\HỌC DIGITAL MARKETING\NGÔN NGỮ LẬP TRÌNH\C-C++\C\"helloword
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../libmingw32.a(main.o):(.text.startup+0xc0): undefined reference to `WinMain@16'
collect2.exe: error: ld returned 1 exit status
Lỗi này là sao anh :
+ "message": "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit
+ "message": "cannot open source file \" iostream \""
E thử click chuột rồi mà nó ko ra, em click vào cái bóng đèn nó ra là edit include path anh ơi
e thử click chuột phải vào dòng có lỗi đó, nó sẽ hiện ra option "Add to "include Path:", e thử xem thế nào nhé. A thấy trên stackoverflow cũng có 1 số bạn đã gặp lỗi giống vậy vs C/C++ Extension:
stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
@@CodeXplore e click rồi nhưng k thấy add a ơi :(
@@nguyenngocbaoquang8563 em có thể copy đoạn code em đã viết cho anh xem đc k?
@@CodeXplore #include
using namespace std;
int main()
{
int n,i,j,d;
cout > n;
cout
Mình bấm vào "Run in terminal" thì máy báo lỗi "Unable to write into user settings.Please open the user settings to correct errors/warnings it and try again" , làm thế nào để sửa được lỗi này vậy bạn
Cho e hỏi là e đã tải hai cái kia r nhưng khi chạy nó ko nhận dạng xác định đc ngôn ngữ là sao v ạ
Anh ơi e dùng mac mà nó bị lỗi ở include thì phải làm sao ạ
[Running] cd "/Users/hoanghoa/Documents/code c /C-CPP/" && g++ helloworld.cpp -o helloworld && "/Users/hoanghoa/Documents/code c /C-CPP/"helloworld
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anh ơi cho em hỏi lỗi này là gì vậy ạ.
thầy ơi ... sao nhập tiếng việt, khi check màn hình ".exe " lại ra tiếng Ả rập hử thầy, làm sao bi giờ thầy ơi. Thầy giúp em với.
Hi bạn, theo mặc định thì chương trình C chỉ nhận input A,B, C không dấu bạn nhé
Thầy ơi... sau đó software nó nói .exe bị lỗi, phải di chuyển qua visual studio code... em qua vscode nó nói ko mở được "stdio.h" em mở "terminal" để biết lỗi gì nó chỉ nói lỗi ko mở được "stdio.h" thầy ơi !sửa lỗi này làm thế nào hử thầy,
a ơi cho e hỏi mình tải vsc về có cần cài thêm môi trường ko a ?
em run thì nó bị lỗi vậy là sao ạ Code language not supported or defined.
Xin phép làm phiền a 1 chút ạ:
#include
using namespace std;
int main()
{
int firstNumber, secondNumber, tong2so;
cout firstNumber >> secondNumber;
tong2so = firstNumber + secondNumber;
cout
em làm đc r
'gcc' is not recognized as an internal or external command,
operable program or batch file.
la sao a
mk cũng vừa bị vậy mãi k biết làm sao :((((
em lam giong nhu video ma bi loi nhu nay
gcc : The term 'gcc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
e bị lỗi này thì fix thế nào ạ
[Running] cd "c:\Users\ADMIN\OneDrive\Máy tính\Codepro\" && gcc tempCodeRunnerFile.c -o tempCodeRunnerFile && "c:\Users\ADMIN\OneDrive\Máy tính\Codepro\"tempCodeRunnerFile
'gcc' is not recognized as an internal or external command,
operable program or batch file.
NÓ BỊ SAO VẬY AH [Running] cd "c:\Users\DELL\Documents\khoa\C-CPP\" && gcc helloWorld.c -o helloWorld && "c:\Users\DELL\Documents\khoa\C-CPP\"helloWorld
'gcc' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.04 seconds
e thử add g++ vào trong Environmental PATH Variables của máy e xem sao nhé.
Trong windows, g++ nằm ở C:\mingw or C:\Program Files\mingw.
Nếu chưa cài g++, e có thể tải tại via sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Giải nén và cài đặt g++ (chạy file installer. > chọn For Architecture select x86_64 rồi click Next > Next > Next)
Cách add g++ vào Environmental PATH: click chuột phải vào biểu tượng This PC -> chọn Properties -> Advanced system settings -> Environment Variables.
Rồi trong phần Environment Variables > chọn System Variables > PATH và click on Edit.
Click New và click on Browse và tìm thư mục mà em cài mingw.
Khởi động lại VS Code và VS code sẽ tự động tìm g++
@@CodeXplore tải via trên mac thì làm sao ạ.
Mình muốn tạo thư viện .h thì phải làm sao ạ?