Hi...when I started Code::Blocks, I got a window that said that it detected GNU GCC compiler. Logic says that I already have it installed what I'm looking for.
So, is that correct?
PS:- Sorry for showering you with such stupid questions.
Is codeblocks an ANSI compiler compatible with gcc/g++/gpp (the GNU C/C++ Compilers)?
CodeBlocks isnt a comiler itself. Its an IDE which (optionally) comes bundled with MinGW (a windows port of the GNU g++ compiler). G++ itself is ANSI compliant.
There is nothing stopping you from using Code::Blocks with another compiler etc... though - e.g you could use it with the MS c++ one from the Platform SDK.
APLX is a very complete implementation of the APL programming language from MicroAPL. The company stopped producing it in 2016 and it has been taken over by Dyalog. While Dyalog ...