Hello everyone, I want to teach myself C++ and I'm still a complete beginner?
Every time I try to start my program I get this error message:
and another one in my code:
I hope someone can help me, thanks
Every time I try to start my program I get this error message:
and another one in my code:
I hope someone can help me, thanks
So to be more precise, I'm looking for a site that's free so I can't do a survey but just write a text. The idea behind it is to have a QR code made from the site (I know how) and when you scan it you basically get to the page with my text. Do…
This is the path for the file: "C:\Users\user1\Downloads\pjproject-2.14\pjproject-2.14\pjlib-util\include\pjlib-util\xml.h" I include the following path in Visual Studio 2022: "C:\Users\user1\Downloads\pjproject-2.14\pjproject-2.14\pjlib-util\include" In the cpp file, this is referenced with the following line: "#include <pjlib-util/xml.h>" I get the error: "cannot open source file "pjlib-util/xml.h" " Is the error perhaps due to the use of slash instead of backslash, since…
I have programmed a window with a menu bar using Tkinter in Python, but there is an option in the dropdown menu where the entire menu is displayed again in a separate window. How do I remove the entry?
I would like a code that outputs the MC chat to the WIN cmd line, but not everything, just text with certain keywords, like if someone's text says cat and cat is a keyword, then this text is sent to the cmd line.
Hey, I wanted to ask about this named file (ScriptHookV.h), as I'm currently working on a GTA 5 script in C++. But here's what I'm getting (I'm still working with Visual Studio Code): #include <ScriptHookV.h> is displayed as an error. I assume I need the ScriptHookV.h (header) for that. Also: #include <natives.h> Also as an…
Hi, I have a batch file that always outputs the same text after one second: Wait 1 second. Press any key to continue… The text repeats every second. How can I make the text appear permanently or not at all? I have inserted the script. @echo off setlocal set "ExcelFilePath=Path.excel.xls" set "DestinationFolderPath=C:\Users\User\Desktop" start "" "C:\Program…
The error in the second picture means that the standard libraries are apparently not properly linked. From the picture I would say that you use Visual Studio Code. There you can adjust everything manually.