Sep 1, 2014 at 7:50pm UTC
Hi guys!
I want to implement a c++ compiler in a program.Can you please give me a link where I can download a c++ compiler,just the .exe file would be great.
Also some Java,C# and Lua compilers would be great if you give me the download link.
Thanks!
Sep 1, 2014 at 8:14pm UTC
Compiling languages like C++ is no easy task. Even the simplest compilers are thousands of files and hundreds of megabytes.
Last edited on Sep 1, 2014 at 9:43pm UTC
Sep 1, 2014 at 8:30pm UTC
Dev c++ is a IDE. It uses MingW or something like that.That's the program I want to create for my portofolio.
Sep 1, 2014 at 8:59pm UTC
MinGW is the result of the combined effort of thousands of highly passionate individuals. I don't think any one person can ever match that.
Sep 1, 2014 at 9:43pm UTC
I meant hundreds, whoops. Mine are usually around 500MB
Last edited on Sep 1, 2014 at 9:44pm UTC
Sep 1, 2014 at 10:13pm UTC
What are the main steps/processes taken during the compilation?
Aceix.