Microsoft Launches Visual Studio 2019 For Windows and Mac (venturebeat.com)
An anonymous reader writes: Microsoft today announced that Visual Studio 2019 for Windows and Mac has hit general availability — you can download it now from visualstudio.microsoft.com/downloads. Visual Studio 2019 includes AI-assisted code completion with Visual Studio IntelliCode. Separately, real-time collaboration tool Visual Studio Live Share has also hit general availability, and is now included with Visual Studio 2019.
No free version is available. Visual Studio Community is quite different from Visual Studio Express.
Interestingly, VS becomes abandonware the same time Apple dies, which is the year of Linux on the desktop!
On a macintosh or a linux machine, I can type gcc my_program.c -o my_program and I'm done
I myself being a person who favors Unix can definitely attest to how much I like how easy simple things can be done on these systems. That said, if compiling a single C file is what you're attempting to do, Visual Studio is absolutely not the correct tool for you. Microsoft's Visual Studio is a tool that is refined to develop Microsoft style development on Microsoft stacks. It works okay for other styles and stack, but this IDE is finely crafted, honed, and a juggernaut in sheer power for development in Microsoft land. If Microsoft isn't your bread and butter, yeah, you'll find better tools out there by the dozens. But if your shop is eyebrows deep in Mircosoft, there's few things that compare to this IDE.
Get the right tool for what you need always. VS is tool that shines best for a select number of use cases that all in one way or another favor Microsoft's thinking for development and their stack of development/deployment. Don't fool yourself into thinking that there is any one single tool that rules them all and does everything the absolutely best way possible.
I know there are a lot of haters here, most of whom I'm sure have never used it, but I believe that that the last really usable IDE from Microsoft that allowed for true rapid application development for desktop apps was Visual Basic 6.
Sure it didn't force you to do certain things, like declare variables, but that doesn't mean you can't declare them properly. Show me another language that lets you create a multi-dimensional array of database objects, or do true debugging of both the user screens and code from one place. Microsoft made a big mistake abandoning it - an no vb.net is not a replacement. If you think it is then you haven't used either.
I do not belong to the church of the lowercase 'i'
So happy that I don't have to deal with this Microsoft garbage anymore. Now a days, I use Linux with Qt and can deploy my apps literally everywhere. Tablets, phones, Windows, Mac, Linux, it doesn't matter, my same code works everywhere.
What if I already have a makefile that works fine on every other platform?
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Every time they come out with a new version I try it for mobile app development and every time I end up trashing it. This version:
- Crashed immediately on first launch.
- Once relaunched I created a new Android project in F#. Changed nothing except selected my device to run it on. Compile produced 12 errors.
- Closed the project and created a brand new one with a different name but going through exactly the same steps. Compile produce 4 completely different errors.
I have Android studio and Xcode installed and working just fine. There is no way that I'm investing my time in a tool that breaks out of the box.
I am not interested in articles about life extension advancements.
I've tried over the years to use Microsoft IDE because people keep raving about it but they've never used JetBrains' suite of products or even simply Eclipse. Especially if you're more than just .NET (most enterprises work in mixtures of .NET, Java, HTML and PHP). They've also worked on Mac and Windows and Linux for a really long time.
Also, their support sucks whereas JetBrains has a direct-to-engineer support. If you're going to pay for something, at least look around.
Custom electronics and digital signage for your business: www.evcircuits.com
https://docs.microsoft.com/en-...
Or you could look at what's actually changed
I love to bash MS just like the next /. reader, but compare apples to apples:
Now compare how you display STL container or string in GDB and Visual Studio.