Visual Studio Code not working on Mac?
Why can't I output the C++ code? I always get an error message. Can someone please tell me what this means? I have X Code installed as the compiler.
Why can't I output the C++ code? I always get an error message. Can someone please tell me what this means? I have X Code installed as the compiler.
Isn't it true that many sites like tryhackme or the Hackbox are in English? So did all hackers in Germany learn hacking in English and not in German? There is
What do you think about CS2 (formerly CS:GO) mappers? I've made several CS2 maps, and I'm particularly proud of this one because I spent several months working on it, all by myself, in 2016. What do you think about it? https://www.youtube.com/watch?v=8m15pAkL21c
Hi, I recently joined a programming class and now have to solve the following task as homework, but unfortunately I can't do it 🙁 Task: – Declare 4 variables: "max" = maximum number of people who are allowed to receive a fixed place. "fix" = number of people who have a fixed place "waiting" =…
Hello Community, I've been writing a chess computer in Visual Studio for some time now. At the beginning, I planned some configuration options and created many buttons and text fields in the designer. Now I've deleted some of them, and when I start the program, it no longer responds to any buttons or input. What's…
using System; namespace NeuArray { class Programm { static void Main() { string[,] products = new string[2, 5]; products[0, 0] = "Senf"; products[1, 0] = "1.99 Euro"; products[0, 1] = "Smartphone"; products[1, 1] = "Preis: 1299 Euro"; products[0, 2] = "Schokolade"; products[1, 2] = "2.99 Euro"; products[0, 3] = "Obst"; products[1, 3] = "1.49 Euro";…
Hello, I'm currently creating a program with C# that inserts data I enter into Excel. To use Excel, I installed the EPPlus NuGet package. There were some issues with access (data protection). Therefore, I wanted to insert the Excel file directly into Visual Studio and edit it directly. To do this, I went to the…
Try to save (Command + s)
before performing the program.
I feel a bit stupid but that was actually the problem 😂
Isn’t it bad, how do you know?
The explanation for the error: The compiler (the program that translates your program for the computer) does not find the symbol “_main”. This is, just explained, the beginning of your program. But if the file has not been saved, it doesn’t find anything, it’s logical.
Much joy continue to learn during programming 😊 And beautiful Christmas.
As in the message, a -v would not be wrong to see the complete linker call. If a symbol cannot be resolved, then perhaps because something is missing from the linking and if necessary a necessary object will not be transferred.
Visual Studio has been discontinued on Mac since the end of August, use another IDE. And apart from that, I advise you to learn from C++
I use Visual Studio Code. That should actually work. Unfortunately, I need this for my studies and I can’t choose the programming language.
Don’t worry, there’s hardly a better language than C++ if you really want to learn.
You can’t even do the legendary Rust rewrite of existing projects if you don’t understand the code in existing projects.
Rust would be recommended