Advertisement
Wheemangga

VSCode Error G++ MinGW

Dec 10th, 2020
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1. PS C:\Users\User> cd "d:\Documents\VSCode\[C++] Supermarket Billing\" ; if ($?) { g++ new billing.cpp -o new billing } ; if ($?) { .\new billing }
  2. cd : Cannot find path 'd:\Documents\VSCode\[C++] Supermarket Billing\' because it does not exist.
  3. At line:1 char:1
  4. + cd "d:\Documents\VSCode\[C++] Supermarket Billing\" ; if ($?) { g++ n ...
  5. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.    + CategoryInfo          : ObjectNotFound: (d:\Documents\VS...market Billing\:String) [Set-Location], ItemNotFoundException
  7.    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement