Hi everyone. I'm new here. I'm using Code::Blocks now.
I want some advices about which compiler is the best for learning C++ and make good programs.
Thank you!
This is a discussion on I want a hint within the C++ Programming forums, part of the General Programming Boards category; Hi everyone. I'm new here. I'm using Code::Blocks now. I want some advices about which compiler is the best for ...
Hi everyone. I'm new here. I'm using Code::Blocks now.
I want some advices about which compiler is the best for learning C++ and make good programs.
Thank you!
C::B comes with MinGW, which is a port of the very good GNU GCC compiler.
So I'd suggest you use that.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Ok. Thank you for hint.