+ 7
Which Compiler Is Convenient And Best For C++?
8 ответов
+ 8
Thanks Rahul Siloniya
+ 7
Thanks aklex but what about Code:: Block
+ 6
Rahul Siloniya : I Have GCC Installed In My PC But I Am Using Notepad++ For Coding And I Don't Know How To Configure GCC In Notepad++!
+ 3
If you are on windows, visual studio. No other compiler matches its intellisense and amazing debugger
+ 2
gcc compiler is also good for c++.
+ 2
code::blocks is downloaded with its compiler from its official site.
+ 2
1)Install code::blocks with GCC compiler.
2)Open it and then click on "make a new project".
3)A setup like page (wizard) will open.
4)Once it will ask you to choose your compiler and show the lists of compiler on the screen choose GCC.
that's it.
+ 2
good luck