• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling what is the best compiler?

djtuca

Technical Support
Joined
Jun 25, 2011
Messages
198
Reaction score
3
Location
Brazil
the times I've been wondering what would be the best ( IDE )compiler and still have questions :


* Dev Cpp
* CodeBlocks
* Visual Studio

Example :
Distro compiled in Dev Cpp = 6MB
Same distro compiled in CodeBlock = 4MB

Distro in Dev Cpp = duplicate item does not appear when you start
Compiled in CodeBlock = duplicate item appears when you start

Tested on 0.3.7 and 0.2.14

Have explanation?
 
Last edited:
djtuca, don't use dev-cpp, it is out of production and is completely outdated.
Only the fan-base is updating it, I just find the whole IDE totally unreliable.

I can't say much about CodeBlocks, I've never used it. Though, it is still being used today.

Personally, I would recommend Microsoft Visual Studios, there's enough tutorials for compiling under MSVC.
 
djtuca, don't use dev-cpp, it is out of production and is completely outdated.
Only the fan-base is updating it, I just find the whole IDE totally unreliable.

I can't say much about CodeBlocks, I've never used it. Though, it is still being used today.

Personally, I would recommend Microsoft Visual Studios, there's enough tutorials for compiling under MSVC.

Thanks Evan.
Rep++

Diath too
 
Well, a compiler can't really determine the "bugs" of an application (unless you compile the wrong way), but it can improve efficiency of the outputted application. Thus, newer compilers are usually better but I doubt it matters a lot.
 
Well, a compiler can't really determine the "bugs" of an application (unless you compile the wrong way), but it can improve efficiency of the outputted application. Thus, newer compilers are usually better but I doubt it matters a lot.

Thanks Yoshi

I go test Visual Studio
 
Back
Top