Installing programs from Github Programming Software Development by Audun Hi I downloaded Tkinter Designer, but there´s no exe there. I´ve used Thonny as a "compiler" for running scripts, and I used it to "make" a a simple program, but I don´t know how to save as an exe, and I don´t know how I would put these files into Thonny. Am I even using the right program ? Re: GCC Fails to Recognize Parameters Programming by toneewa While I haven't used DJGPP for a couple decades, I decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "os_support.h" #include "avformat.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" #… Re: Installing programs from Github Programming Software Development by rproffitt > Python is an interpreted language, which means the source code of a Python program is converted into bytecode that is then executed by the Python virtual machine. As such the .exe would be the Python virtual machine and not your Python apps. Re: Installing programs from Github Programming Software Development by Reverend Jim Further... Python gets converted to byte code which is then cached in a sub-folder. As long as the source code and packages have not changed there is no need to reconvert so subsequent runs should start faster. Also, I strongly recommend that you look into wxpython as a much better alternative to tkinter. Wxpython is a wrapper for wxwidgets … 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 design: why oh why??? Programming Computer Science by TrustyTony … this differently. If software engineering does not cover compiler design (even the formulation was quite undecipherable), then… it would mean compiler is not software. This is clearly contradiction, so… the claim is wrong, compiler is a big program (even with current history … Re: Compiler design: why oh why??? Programming Computer Science by JeffGrigg … compilation procedure?[/B] [I]>>>elaborate on the compiler design part NOT on the Structure/Concept of Programming language…. Different compilers for the same programming language often have different compiler designs. Consider the many FORTRAN compilers that have been written… Compiler design: why oh why??? Programming Computer Science by marco1497 [B]Why are programming languages dissimilar even if they go after the similar compilation procedure?[/B] [I]>>>elaborate on the compiler design part NOT on the Structure/Concept of Programming language side<<<[/I] Re: Compiler design: why oh why??? Programming Computer Science by marco1497 The question came from nowhere. I just wonder on how and why part – of the question. Write actual code for a compiler?! Nope, not yet. The question is general is all about the compiled programming languages. Any answers or related articles -- [I]why are programming languages dissimilar even if they go after the similar compilation procedure?[/I] Re: Compiler design: why oh why??? Programming Computer Science by Narue … language) or directly into machine code depending on how the compiler is designed. So your question about differences in programming languages… Re: Compiler design: why oh why??? Programming Computer Science by JeffGrigg … compilation procedure?[/B] [I]>>>elaborate on the compiler design part NOT on the Structure/Concept of Programming language… Compiler Construction : State Transition Diagram Programming Computer Science by nadiam Hello. I'm taking subject compiler construction. and there is a question and the answer that … 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??!! 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.