Re: Show computer name on a label Programming Software Development by Salem …` implementation, who knows (we don't). What version of the compiler are you using? As a test, does this compile without… Re: Buggy career talk :-P Programming by Reverend Jim … comma into the sequence area it was ignored by the compiler. The code still compiled, but now all the parameters following… Re: compiler Programming Software Development by Narue …need to define your own language to keep this compiler simple enough, because pretty much any posted grammar out…for the parts of a compiler without making any of them especially difficult. A compiler is technically just a …linear language. [1] Unless you want to write a compiler for Brainfuck, or some other esoteric minimalist language. [2]… Re: compiler Community Center by mike_2000_17 … is there a possibility to write such a common compiler? Most compilers out there are written as a front… code that targets a given architecture (CPU). Most compiler suites share the same back-end for all languages,…each language. This is the case for GCC (GNU Compiler Collection), ICC (Intel Compiler Collection), Clang / LLVM, etc... So, yes,… Re: compiler Programming Software Development by mike_2000_17 …is really expecting you to write a "real" compiler in the sense that is produces machine code, because that…than a theoretical idea of the inner workings of a compiler, it requires to know very low-level details about how… print the value of b to the console. Your "compiler" should probably just parse / tokenize the code and then… Re: compiler Programming Software Development by programing … is really expecting you to write a "real" compiler in the sense that is produces machine code, because that… than a theoretical idea of the inner workings of a compiler, it requires to know very low-level details about how… write in c++ .. she give just idea . waht should our compiler do .like : a=a+b or combiler to solve linear… Re: Compiler Programming Software Development by Onlineshade [QUOTE]What do you mean by which compiler.? Since it is a java code , you need java compiler.. [/QUOTE] I know that a java code needs a Java compiler.How to run it in Java compiler? Re: compiler Community Center by Ancient Dragon … a browser plugin? Yes, you can write your own compiler, but plan to spend several years doing it. Go …to amazon.com and [search for compiler books](http://www.amazon.com/s/ref=nb_sb_noss_1?url=search…-alias%3Dstripbooks&field-keywords=compiler&sprefix=compil%2Cstripbooks&rh=i%3Astripbooks%2Ck%… Re: compiler Programming Software Development by Lardmeister … uses MinGW which is a port of the GCC compiler. The GNU Compiler Collection is what you'll find in GNU/Linux…] A free C++ IDE for Windows and Linux for MinGW compiler. [COLOR=#008000]www.bloodshed.net/[B]devcpp[/B].html - 15k… Compiler Please Programming Software Development by web_master …++ n i dont know where to get a decent C++ compiler..... i have tried "Borland C++ 4.5" n… HERE PLZ TELL ME WHERE CAN I FIND A FINE COMPILER...I REALLY WANNA LEARN IT....PLZ HELP ME......BEFORE I… Re: Compiler Please Programming Software Development by Ancient Dragon I think you need to get a newer compiler that supports current c++. Dev-C++ is free and used by many people. Also VC++ 2005 Express is free and actually a better compiler, but a little more difficult to learn how to use. There are several other compilers too. compiler Programming Software Development by programing hi i hope you to help me . my teacher in introduction to programming concept course ask me to make a small realy small compiler that i did not study before .. i don't have any idea about compiler never if you can give me tutorial about it ..plz i don't know where the starting point Re: compiler Programming Software Development by Narue [QUOTE]oooh my goad compiler realy a difficult thing ..[/QUOTE] Compiler development is second only to operating system development as far as difficulty goes, in my opinion. compiler Programming Software Development by programing waht the steps to make c++ compiler my compiler is to define - ,+ * / mathematical expresstion ? how i can make it plz :) i realy need help Re: compiler Programming Software Development by tkud Writing a compiler?? That defines just 4 basic math operators??? A compiler??!! Compiler Hardware and Software by NeerajRaghavendra Is There Any Compiler like a Cross Compiler Which Can Generate Machine/Executable Code That Can Be Executable On Different OS ? Re: compiler Community Center by Ancient Dragon I suppose it would be possible, but the compiler would probably be too huge to fit in memory. That'…. If you want more than one language, then write a compiler for each language, then write a wrapper program to call… the appropriate compiler for the desired language. Microsoft Visual Studio is such a… Re: compiler Programming Software Development by asqueella … advices to use (Microsoft's, I guess) The compiler itself is not enough. You may also need additional files (… Re: compiler Programming Software Development by Narue … programs as well? Why don't you pick out a compiler first, then try to install it yourself. Then if you…, so even something as simple as [I]suggesting[/I] a compiler is impossible. Re: compiler Programming Software Development by Aia [quote=Lardmeister;450447]I think it also works with Windows or Linux OS.[/quote] Dev-C++ is only for MS Windows. It uses MinGW which is a port of the GCC compiler. The GNU Compiler Collection is what you'll find in GNU/Linux flavors. Re: compiler Programming Software Development by Narue I think you need to go back to your teacher and get some details. Asking you to create a compiler, regardless of size, in an intro to programming course is a little excessive. Re: compiler Programming Software Development by mike_2000_17 No doubt, the easiest language to write a compiler for is [URL="http://en.wikipedia.org/wiki/Brainfuck"]Brainf*ck[/URL]. Writing an interpreter for this language is probably gonna require less lines of code that the "Hello World" program in Brainf*ck. Re: compiler Programming Software Development by rubberman …=mike_2000_17;1528640]No doubt, the easiest language to write a compiler for is [URL="http://en.wikipedia.org/wiki/Brainfuck… Re: compiler Programming Software Development by programing … this for me .. how i can run it in c++ compiler .... Re: compiler Programming Software Development by frogboy77 [QUOTE]No doubt, the easiest language to write a compiler for is Brainf*ck. Writing an interpreter for this language is probably gonna require less lines of code that the "Hello World" program in Brainf*ck.[/QUOTE] That's pretty strange. Then again so is [URL="http://en.wikipedia.org/wiki/Fractran"]this[/URL]. Re: compiler Programming Software Development by programing … didn't understand .. how i can run it in c++ compiler Re: compiler Programming Software Development by programing i will use c++ language .. my idea is make a compiler for a simple calculater .. i will back Re: compiler Programming Software Development by mike_2000_17 … using the C++ language as the language that your "compiler" will interpret (C++ is essentially the hardest major programming… Re: compiler Programming Software Development by programing … idenifier i think i lost very much oooh my goad compiler realy a difficult thing .. Re: compiler Programming Software Development by mike_2000_17 [QUOTE=Narue;1529614]Compiler development is second only to operating system development as far as difficulty goes, in my opinion.[/QUOTE] I concur.