@Acer fuck hungarian notation. If you have a good IDE and/or well laid out code it should never be needed
is Visual Studio a good IDE?
Visual Studio Code is not Visual Studio.
I just downloaded VS 2019 community version.
Thank you. I am trying to do c++ with win32. I hope I have other options.
@Acer I coded win32 via C++/C wayyyyyy back in the day. Its been a long time. It wasnt a pleasant experience by any means IMO.
That said if you are coding win32 applications specifically using raw C/C++ win32 libraries then the closed source visual studios suite might be a decent choice simply because there arent that many choices specific to that niche that I know of.
But take that witha grain of salt because I havent touched windows specific code in many years now.
@Acer If you are talking about the closed source visual studios, then no its crap. I havent personally used it in years but everyone I hear from says its still crap. the open source VSC seems to be more liked.