Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
11–20 of 48 posts
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#12I'm not a C/C++ dev, so forgive my ignorance. Is Visual Studio [Community] not the standard anymore?
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#13I'm not a C/C++ dev, so forgive my ignorance. Is Visual Studio [Community] not the standard anymore?
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#14C++ is back
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#15I'm not a C/C++ dev, so forgive my ignorance. Is Visual Studio [Community] not the standard anymore?
VSC is really, really great. Meanwhile, the previous free VS's were not as full-featured, none of them run on OSX or Linux, and some Windows users still prefer GCC for various reasons.
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#16I'm not a C/C++ dev, so forgive my ignorance. Is Visual Studio [Community] not the standard anymore?
I use QtCreator: It's pretty solid and has good and fast code completion.
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#17C++ is back
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#18C++ is back
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#19Earlier quoted context omitted.
VSC is really, really great. Meanwhile, the previous free VS's were not as full-featured, none of them run on OSX or Linux, and some Windows users still prefer GCC for various reasons.
Your comment suggests that current VS runs on OSX? I'll have to check that out!
However there is an Atom-like code editor called Visual Studio Code that is multi-platform running on Windows, OS X and Linux. I believe VSCode is built on the same platform (Electron?) as Atom although I might be wrong.
Re: Code Blocks: open-source, cross-platform, free C, C++ and Fortran IDE
#20I'm not a C/C++ dev, so forgive my ignorance. Is Visual Studio [Community] not the standard anymore?
Some people/projects prefer to use MinGW-W64 builds with an IDE such as Code::Blocks, CodeLite, QtCreator, etc.
With VS Community coming out last year it has given more people/projects access to a full Visual Studio environment which is very nice IMHO. I have not seen many FOSS projects switch to using Visual Studio and MSVC (the short name for the Visual C++ Compiler) over MinGW-W64 though. I suspect this is just down to "if it ain't broke" though more than anything.