How to Install XCode on Mac | Install XCode on macOS kzbin.info/www/bejne/fGe0i2WXqb-letkfeature=shared
@EmmaLI-s4v2 сағат бұрын
thank you so much! I followed vscode official instructions for c++ on mac and it did not work (saying program not exist!) but your tutorial works for me! thank you again for the sharing!
@LuisCarvajal-m9k2 ай бұрын
bro this video just helped me out so much. you da goat #LoveYou
@craveb76535 ай бұрын
Sometimes output does not work properly, like when using a scanf function, the fix is to just go to vscode settings (this is after already installing code runner) and search "run in terminal" then check "Whether to run code in Integrated Terminal." under "Code-Runner: Run In Terminal".
@gym49512 ай бұрын
thank you so much
@ashita-32808 ай бұрын
Thanks Bro i got a lot of helps.🎉
@JeanaTheGreat16 күн бұрын
Hello! Thank you very much for this short but informative tutorial! How do you debug if your code requires an input from console? I can't figure out where to enter my input when running my cpp program via VSCode.
@muradtechwizard2 ай бұрын
Bro you just. taught me more in 15min more than a cpp tutorial
@frogman15 ай бұрын
thanks for the thorough explanation!
@firdavssanakulov48210 ай бұрын
it gives me this error " clang: error: linker command failed with exit code 1 (use -v to see invocation)" how i can fix it?
@ashwanimishra7249 ай бұрын
yes I have also this problem please tell me how I can fix it
@lakshmanjasyal50328 ай бұрын
Same
@kllyncole8 ай бұрын
click the settings button next to the run button and the select either /C++: clang++ build and debug active file: This option also uses the Clang compiler (clang++) specifically for C++ code. It's similar to the first option but explicitly targets C++ code. or C/C++: g++ build and debug active file: This option uses the GNU Compiler Collection (g++) for building and debugging your active C++ file. g++ is a widely used compiler for C++ programs on Unix-like operating systems. Don't pick the first one
@steven-c8z4 ай бұрын
I also have the same problem, and I haven't solved it yet🥲
@Viswajeet182 ай бұрын
@@kllyncole i clicked then after this what to do next?
@JawadHussain-f3y10 күн бұрын
thanks man❤
@alejandrocaropreso5466Ай бұрын
Thank you my bro! Very helpful!
@AbhinandM-oc4qs2 ай бұрын
this video helped me a lot. thanks!!
@Computeraidedautomation3 ай бұрын
good one , thank you!!
@mdshahnawaz645Ай бұрын
thanks
@akshatagarwal10195 ай бұрын
i am facing a continuous problem, where if i use vector in my program the binary file is made but it never executes, it just continues to run without giving any output, but it runs in xcode. can you give me any possible solution.🥺
@brunosuperman6 ай бұрын
Thank you!
@AmitKumar-xw8rt4 ай бұрын
Thankyou bhaiya
@GeeteshJangra5 ай бұрын
thanks bro
@suryateja70782 ай бұрын
I followed the same process but when i try to write simple hello world program i am getting include errors for iostream header
@il_darkkarma_li88762 күн бұрын
have you figured out how to fix it yet?
@henrilulАй бұрын
i am having errors, that it doenst find the iostream
@rakshithajaganth6846Ай бұрын
Same problem
@hazelisme12Ай бұрын
Error " clang: error: linker command failed with exit code 1 (use -v to see invocation)" how to fix it ? my solution : cmd + space -> terminal -> "xcode-select --install" -> open vscode -> next to run button, click setting -> click "C/C++: g++ build and debug active file" -> Start Coding
@rakshithajaganth6846Ай бұрын
It is showing launch. Json
@rawanmohamed-o3e6 күн бұрын
its taking forever 131 hours to install software why is that
@hazelisme122 күн бұрын
@@rawanmohamed-o3e i don't know man what version of ur vsc
@АндрейПожиленков-и7с2 ай бұрын
India Wakanda Forever!
@hamzik225510 ай бұрын
Unrelated question is there away to use a chart in c# visual studio to show number of employees in each department?
@mohangabhale55559 ай бұрын
How to install on Ubuntu
@thrishulh98346 ай бұрын
problem with getting user input "Unable to perform this action because the process is running."
@shashwatseth79076 ай бұрын
Same problem.
@bittondb9 ай бұрын
The is reason to use Code Runner? Thanks.
@mudrad19306 ай бұрын
the arrow you see to run code wont be available without code runner, u'll have to user terminal to execute code .