Should I use VStudio 19 or VStudio 22?

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
DatMattser1902
Posts: 2
Joined: December 31st, 2021, 4:03 am

Should I use VStudio 19 or VStudio 22?

Post by DatMattser1902 » January 1st, 2022, 2:51 am

Recently Microsoft released Visual studio 22. I've been wanting to start doing chili's beginner c++ video series tutorials. Would it be better to use visual studio 22 or Visual studio 19 for the tutorials?

hey
Posts: 5
Joined: December 13th, 2021, 8:58 pm

Re: Should I use VStudio 19 or VStudio 22?

Post by hey » January 2nd, 2022, 7:39 pm

You can check out the differences between both versions in this link made by Microsoft: https://docs.microsoft.com/en-us/visual ... w=vs-2022
Last edited by hey on April 10th, 2022, 9:22 pm, edited 4 times in total.
nenuytnfyuntfe

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Should I use VStudio 19 or VStudio 22?

Post by albinopapa » January 3rd, 2022, 5:09 am

I'm still using VS2019 for a while until bugs have been worked out of VS2022.

To be transparent, I was using VS2017 up until about 3 months ago. I have been doing this since VS2010 and each time upgrading ( 2013, 2015, 2017, 2019 ) each one has had their quirks for the first few months. The most memorable for me was going from VS2015 to VS2017. I really liked how fast 2015 was and easy navigating around the editor was. VS2017 was slower on my computer when it first was released and navigating the editor was slightly different. After a few complaints from the community ( not just me ) VS2017 became just a better VS2015. VS2019 has become pretty similar, I don't even notice it's not VS2017 or VS2015 anymore, with the exception that it handles the newer C++17/20 features a lot better than VS2015/17.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

DatMattser1902
Posts: 2
Joined: December 31st, 2021, 4:03 am

Re: Should I use VStudio 19 or VStudio 22?

Post by DatMattser1902 » January 4th, 2022, 4:00 am

Thanks everyone. Ive just decided to download VisualStudio 22 and it seems to work pretty great. The framework still works pretty great.

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Should I use VStudio 19 or VStudio 22?

Post by albinopapa » January 4th, 2022, 5:36 am

Glad to hear it. Good luck with the tutorials.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

FirepathAgain
Posts: 30
Joined: March 20th, 2021, 3:01 am

Re: Should I use VStudio 19 or VStudio 22?

Post by FirepathAgain » February 1st, 2022, 4:20 am

Yeh I've been using 2019 for a while - I think since 2020. It's great. It was either 2015 or 2017 that was a turd. I think 2015 and 2017 fixed that up and 2019 is just better again. I imagine 2022 should be good.

Post Reply