Similar Posts
My laptop won't turn on, why?
I left my laptop charging for a few minutes and everything was fine, but when I tried to turn it on the next day, it wouldn't turn on. I plugged it back in with the charger, but it didn't indicate that it was charging and it wouldn't turn on. The same thing happened to me…
Samsung Odyssey G70B which HDMI version?
I'd like to get the monitor, but unfortunately, the product information doesn't even say whether it's HDMI 2.1 or 2.0. My PC doesn't care; it gets DP. Only my Xbox Series X would like HDMI 2.1 for 120Hz. https://www.samsung.com/de/monitors/gaming/odyssey-g70b-g7-28-inch-ips-144hz-1ms-uhd-4k-ls28bg700epxen Does anyone have any idea? Maybe the same monitor?
How can I program a random generator?
I would like to create a random generator that selects and displays a random text from a list when a button is pressed.
ChatGBT plugins not working?
Byposcher
I have ChatGBT Plus, but when I enable plugins, there's no button to activate them. Why?
Integrate image into website?
ByMax1236
I want to embed an image into a website. My problem is that I don't know where to upload the image so the website can access it. I'm currently using Infinity Free to host my website. If you have any better recommendations for hosting a small website for free, please let me know. Is there…
Arduino code I don't get it?
ByKaraboko
So the following code should be executed. The idea behind it is that at a voltage of 3.6V – 3.8V an LED lights up (pin 13), but this also lights up permanently at 1V. What did I do wrong? int readPin = A5; int readVal; float V2 = 0.00; int delayTime = 500; int A13…
I had developed C++ and C# in Visual Studio (without code). IDE didn’t really convince me that.
I’m a big fan of Jetbrains IDEs. This started mainly with Java and IntelliJ. For C or C++ there is Clion (paid). As a student, I have free access.
We started studying with assembler and then continued with C (without ++). Because of the hardware connection we were allowed to use Keil uVision. There is no recommendation.
As soon as you have discovered, the Toolchain (Compiler, Debugger, …) can also be used with Visual Studio Code. I did that too. That went very well, I can also recommend.
On 1st place I see CLion, which I would also use if there are no special hardware (microcontroller) requirements. 2nd place is Visual Studio Code.
Even though I have used more C and no C++ lately, IDE support between languages should be very similar.
VSCODE: powerful supporting plugins that need to be configured
IntelliJ IDEA: This is also very powerful, but consumes many resources
Source Insight: This is a very simple and powerful IDE, but not supported by DEBUG
Eclipse or if it should be special for Windows Visual Studio
Visual Studio under Windows, but I don’t use it so often.
Virtual operating system:
What does this have to do with the question of a development environment?
c++ Installation is necessary to use the Virtualbox at all.
A development environment is not the operating system but the platform in which you develop your application. e.g. an IDE or, depending on the language, a text editor with separate compilers