I have started to use Code Block software for coding. but it is giving problem that compiler is missing. I tried
1. given available path of compiler
2. Download Microsoft VC++ software and give this path.
I have started to use Code Block software for coding. but it is giving problem that compiler is missing. I tried
1. given available path of compiler
2. Download Microsoft VC++ software and give this path.
Hmmm, try to acess settings>compiler and select GNU GCC Compiler, This one I know is compatible with C and C++, but you can try anothers. Also be sure if you are creating a file SOURCE with C++ language.
Cheers pal