Compilers. Programming Computer Science by tomtetlaw I've heard that compilers are built by compiling themselves? How can they possibly do this, how would you get it to compile itself? Re: Compilers. Programming Computer Science by tomtetlaw Thanks for the reply, it was helpful. But what I still don't understand is how bootstrap compilers work? Or how anything in a computer that is a bootstrap works, my mind has a hard time when it's thinking about things in a computer that load themselves. >.< Compilers for Windows 8 Hardware and Software Microsoft Windows by plang007 Has anyone found any compilers to work with windows 8 besides Microsoft studio? I have tried downloading Dev C++ and code::blocks but keep getting build errors? I have used both of those compilers on window 7 for multiple programming purposes. Re: compilers for mobiles Programming Software Development by mike_2000_17 … issue there. > borland and turbo? No. Borland / Turbo C++ compilers are not going be able to do that. For one… support much of anything other than a Windows desktop. The compilers used will be either GCC (all platforms imaginable), Clang-LLVM… Re: compilers for mobiles Programming Software Development by PrimePackster … exactly that the mobile is providing the evironment for the compilers..... Instead dosbox is creating one for them........ Yes! I have… that it will work for every handset. Whole point of compilers for Mobile thing: Someone asked a geek, if "They… compilers for c++ Programming Software Development by camelNotation … newbie c++ programmer so I don't know much about compilers.I have a c++7 and a bulit-in text… Re: compilers for c++ Programming Software Development by Dani …. C++ 7? What compiler is that? The Borland Turbo C++ compilers/ides are really nice, and a lot more straight-to… Compilers: Are variables stored i RAM when no calculations are made? Programming Computer Science by Bladtman242 … in the right forum :) I'm primarily concerned with C compilers and sun's JDK, but general info is more than… Re: Compilers: Are variables stored i RAM when no calculations are made? Programming Computer Science by Narue … in the right forum :) I'm primarily concerned with C compilers and sun's JDK, but general info is more than… Re: Compilers: Are variables stored i RAM when no calculations are made? Programming Computer Science by Bladtman242 …, I'm quite happy just having learned that "optimizing compilers" probably will optimize this. So, if I may lean… compilers for mobiles Programming Software Development by supanovabay.kebede Can mobile phones run c++ compilers such as borland and turbo? If yes pls do tell where i can download them thanks Re: compilers Programming Software Development by Dave Sinkula [URL=http://www.google.com/search?q=free+c%23%2Fc%2B%2B compiler]Google[/URL] or [url]http://www.compilers.net/[/url] come to mind. Re: Compilers Programming Software Development by Ancient Dragon …. And most *nix systems come with gnu gcc and g++ compilers installed, which I believe is the backend to Dev-C… Re: compilers.... Programming Software Development by ~s.o.s~ …] and lots more. And Dev C++ and CodeBlocks are not compilers but Interactive Development Environments (IDE). The compiler used in both… Re: Compilers. Programming Computer Science by Narue [B]>How can they possibly do this, how would you get it to compile itself?[/B] [LIST=1] [*]Write an initial compiler for your new language in an existing language (ex. the first Pascal compiler was written in Fortran). [*]Write a bootstrapping compiler for your new langauge with that initial compiler. [*]Your new language now compiles itself … Re: Compilers. Programming Computer Science by Narue A bootstrapping compiler is a compiler, nothing more, nothing less. It just happens to be written in the same language it compiles. [B]>my mind has a hard time when it's thinking about things in a computer that load themselves[/B] Then your problem is understanding what a compiler is. It's completely irrelevant what language a compiler is … Re: compilers in C Programming Software Development by FireNet Try [url]http://www.google.com[/url] and search for writing compilers.You will find loads of solid info on that.Also search for Lexical Analisis. Re: Compilers compatibility Programming Software Development by Ancient Dragon I don't know about gcc, but Microsoft compilers have an [URL="http://msdn.microsoft.com/en-us/… Re: compilers for java Programming Software Development by jimJohnson I also downloaded textpad and do not see the compilers in there as well Re: About compilers Programming Software Development by mike_2000_17 …, then it uses that compiler to compile all the other compilers from GCC (gfortran, g++, the Java stuff, Ada,… uses different languages, then you have to include those compilers in the bootstrapping sequence too. The idea of this … I think that GCC (and probably Intel compilers) have parts of their compilers written in Fortran. You are also pretty … Review of commercial C compilers Programming Software Development by Pierrot le fou … for a paper that reviews the currently available commercial C compilers, in order to choose one of them. My principal expectations… optimisation possibilities... So far, I selected more or less two compilers (Visual C++ and Borland 2007), but I cannot find any… Re: Review of commercial C compilers Programming Software Development by Narue …. But optimization is very good with the leading commercial compilers. Even the free compilers (such as gcc) are excellent at optimizing object… Starting C++, any suggestions on compilers? Programming Software Development by Sgt. Pepper … what it is trying to say when it is suggesting compilers. Can anyone give their feedback on the best… compilers for beginners? And also, C++ is the best place to … Re: Starting C++, any suggestions on compilers? Programming Software Development by Bench … to say when it is suggesting compilers. Can anyone give their feedback on the best compilers for beginners? [/QUOTE]I assume you… Re: Why different compilers for different OS? Programming Computer Science by eggmatters [QUOTE=Ancient Dragon;1024468]There are lots of different compilers for the same os too -- its called competition.[/QUOTE] …kernel-level operations. Another interesting thing to note is that, compilers [I]don't necessarily have to be tied to a… also why OpenGL runs system independantly. It's not that compilers [I]have[/I] to run on a specific OS,… Need compilers Programming Software Development by winonus … C++ for interest, and I am in search for better compilers. OpenWatcom doesn't have string input and output operators overloaded…. Can anyone name some [COLOR="#ff0000"]standard[/COLOR] compilers which compile and link [COLOR="#ff0000"]pure DOS… C++ Compilers for Windows 8 Programming Software Development by plang007 Has anyone found any compilers to work with windows 8 besides Microsoft studio? I have tried downloading Dev C++ and code::blocks but keep getting build errors? I have used both of those compilers on window 7 for multiple programming purposes Good IDE for web development with built-in compilers/debuggers? Programming Web Development by mysterious_1 …'t like that it doesn't come with built in compilers/debuggers. You have to manually go and add/link them… with PHP/MySQL, HTML/CSS, and Javascript/Jquery -comes with compilers/debuggers, or at least is easier than netbeans to link… Re: learning C, working around code for different compilers Programming Software Development by Narue There's a language standard that compilers are pretty much required to support if they want any …, so code that uses extensions will not be portable across compilers. The same goes with system APIs and third party libraries… Re: learning C, working around code for different compilers Programming Software Development by vegaseat … in the shop. Many schools teach on old and outdated compilers, often teachers are most reluctant to change and rewrite their… to most C++ standards with their GCC/G++ combination of compilers.