Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@RazorSh4rk I became enlightened today. Love to MinGW for making the job easy
-
willol13898yRelying on an IDE for compiling is the worst thing ever :/ that's why a lot of people don't advise the user of IDE for beginners
-
By the way, try devc++ or codeblocks, they are both lightweight, have a bunch of compilers and are actually useful unlike vs
-
Hultan704668y@willol what? To not use an IDE seems to be a way to make me want to kill myself... I do not know what you are talking about in this thread... ☺️
-
willol13898y@Hultan70 I'm all for using an IDE for being more productive, but you'll need to be able to compile your projects with the command line! You should be able to work on your project using only nano and the command line (you won't do it obviously, but it means that you understand what you're doing and master the tools you're using)
-
Hultan704668y@willol ok, I am starting to understand what you are talking about now, but I will still never go back to using command line to compile. I am old enough to have been forced to write code in a text editor and compile with command line compilers and I will never go back ☺️
-
Hultan704668y@Duckman In visual studio you can build things in several different languages, and for several different platforms. I am sure Microsoft COULD do one big install file for every language and platform, and all other dependencies, but I would not want to be here every day and listen to all the people whining about how VS is uninstallable because it is so huge (ever heared about bloatware in the same sentence as Windows?). And when a dependency has been installed by VS, it can be risky to remove that dependancy when VS is uninstalled, since you might have installed other programs that also uses that dependancy. And also, if you need the disk space, I sugggest that you buy a new hard drive...just saying...
-
Hultan704668y@Duckman How about clicking "Microsoft Visual Studio Professional 2015 with upgrades" in the control panel/Uninstall a program? I thought you where refering to not everything being uninstalled when uninstalling Visual Studio, but your comment where obviously even more weird than that...:-)
-
drRoss49148yFor those whining about long uninstall times for VS...
https://github.com/Microsoft/...
The latest Visual Studio has improved this anyway.
I am so glad I found a way to compile c++ for personal projects without using MS VS. Time to relieve my machine from this burden :D
undefined
bye bye vs