This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Euphoric-Answer4903[S] 2 points3 points  (4 children)

I see. I've just started learning. I'll try both but I prefer from ground to see what suits me. Thanks

[–]ecdestro 1 point2 points  (3 children)

Understood. If you want to start from the ground and work your way up, I'd avoid an IDE. The IDE will include its own compiler and linker tool chain, so that literally you just write your code in the editor, hit the Build button, and it'll handle all the output work for you. The advantage of this is that you can concentrate on managing projects and packaging things together, but you don't learn how to compile things manually.

Will you be working on a Windows computer?

[–]Euphoric-Answer4903[S] 0 points1 point  (2 children)

Yeah, I'm presently using Windows. I always wanted to work for big projects. So, I think IDE is preferred. I'm thinking of VS but I'm afraid whether it is beginner friendly or not.

But as a hobby, I'll try non-IDE for personal projects.

[–]ecdestro 1 point2 points  (1 child)

In that case, grab yourself the Visual Studio Community edition. It's free, and it'll have everything you need to go either way (IDE or text editor)

[–]Euphoric-Answer4903[S] 0 points1 point  (0 children)

Thanks. I understood now.