08-28-2025 01:32 AM
I see some people use clang from time to time but thats not really the point of the question. Unlike with other languages, I haven't met or seen a person yet who just uses a text editor, not fancy ide stuff. Heck, I've watched a conference recently where a guy who is litteraly on the C language board, and he says that the only reason why he's on windows is cuz of VS.
I don't get it. Why and how is VS so above doing things by hand? is there something that is extremely tedious to do by hand that VS does for you? sorry still a newbie so thats why im asking
10-02-2025 02:10 AM
@w1ataru wrote:
I see some people use clang from time to time but thats not really the point of the question. Unlike with other languages, I haven't met or seen a person yet who just uses a text editor, not fancy ide stuff. Heck, I've watched a conference recently where a guy who is litteraly on the C language board, and he says that the only reason why he's on windows is cuz of VS.
I don't get it. Why and how is VS so above doing things by hand? is there something that is extremely tedious to do by hand that VS does for you? sorry still a newbie so thats why im asking
Copied from: https://www.reddit.com/r/cpp_questions/comments/1m986c9/why_does_everyone_use_visual_studio_for_cc/
10-09-2025 08:37 AM
Hello w1ataru,
To answer your question there are three main arguments that are going in the direction of Visual Studio being best:
Have a good day,
Hugo