C don’t want to run program properly
So i(a total beginner) tried to run c file on vs code(mac os). By using magic I somehow accessed terminal(i was using debug console before, and it was pain in …). But now it won’t work properly, it’s just stop after i enter first number
Here the code
ld: symbol(s) not found for architecture arm64 on Apple Silicon M3
I’m brand new for C++, and I met the bug bother me for few days and desperatly for the answer:
How to fix removed shell command on visual studio on mac?
I wanted to install visual studio on mac and accidently clicked on “shell command: uninstall ‘code’ command from PATH” in visual studio. Now when I am searching shell command there is nothing on visual studio. Shell command
tempCodeRunnerFile.cpp:85:42: error: expected expression sort(indices.begin(), indices.end(), [&](int a, int b) {
I tried running my code but I got an error.
How do I configure the play and debugger launch buttons for C++?
I’m trying understand the interaction between the C/C++ extension, Code Runner, and the VS Code buttons to build, run, and debug my C++ code. I’m running MacOS Sonoma 14.4.1 and my VS Code details are listed at the end.