A
A
Artemy2021-01-28 23:29:13
IDE
Artemy, 2021-01-28 23:29:13

Is it true that a beginner is better off using Visual Studio rather than CLion?

For example, when I had a choice on what to start learning C ++ on, I decided to try Clion from cool Brains, but I couldn’t even compile Hello World until I installed Visual Studio and Clion (as I understood it) started compiling through VS.

And what other tricks can be on the way for novice developers, if you choose the "wrong" IDE?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Roo, 2021-01-28
@xez

It is better for a beginner to use a notepad and your example is a good confirmation of this.

C
coder, 2021-08-10
@RomanSamets

Buddy, install vim, gcc and start programming, then you can install anything. Clion did not compile the file because it wanted you to set up the cmake configuration file.

D
Daniil Maslov, 2021-01-29
@s0xzwasd

What IDE you will use at the initial stage does not matter. You need to understand the basic aspects, preferably using the CLI, and the IDE makes it easier for developers who understand all the nuances of the language / compilation / etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question