компилятор

Error when compiling any project in Code:: Blocks

I installed a new version of Code:: Blocks 12.11; I wanted to run the old project - and then I get an error! At first I didn' ... inutes, 0 seconds) ===| Who can tell you what the problem is??? I can't start anything!!! We have to sit on VS2012 for now.

Warning: implicit declaration of function ‘read’ ('write')

Hello. Please tell me why the compiler throws warning when using read and write? #include <stdio.h> #include <string ... translation, it is clear that an implicit function declaration occurred. It turns out that I'm missing some kind of include?

Machine code and compilation into it - how is it?

How does compilation to machine code work and how does it work? How do I make a machine code program myself? For example, ho ... to work with this, because I've always dreamed of trying to build .exe on my own, without the help of ready-made compilers.

Java program machine code

I need Get the machine code generated as a result of the entire path of my Java program in the form of a file, which you c ... puter through the JVM - in the form of a file, preferably txt, for proper opening in notepad in this Or in this View.

The difference between binary and byte code?

Guys, I honestly Googled(though from the phone) for 40 minutes. The binary code is (conditional example 0101110010) Bytecode ... a-> bytecode->machine code Question binary code and bytecode are the same thing???? If not...then more details please

Which compiler or environment to use for working with the book "Programming for Windows 95" by Charles Petzold"

At the moment, I'm reading a book by Charles Petzold, "Programming for Windows 95". When compiling the codes from the book, t ... p\cc8J0wBY.o:hellowin.c:(.text+0x1c4): undefined reference to `PlaySoundA@12' collect2.exe: error: ld returned 1 exit status

What do the commas in the cin and cout functions mean?

Today I accidentally wrote the following in cin : int h, w, r, c; cin >> h, w, r, c; A Runtime Error Occurred. It to ... actually output the first variable, and if so, why doesn't a compilation error occur? And why then does Runtime occur in cin?

Far as a compiler for C++

There is Visual studio 9.0. There is Far. The task is to make Far compile *.cpp, *.c files. How is this done?

Py2exe for Python 3.3.3

Good day to all. I would like to know if there is any program similar to py2exe for python 3.3.3 As far as I know, py2exe only supports python 2.7 Thank you in advance

Why is a program compiled in Delphi XE almost 2 times larger than in Delphi 7?

There is a very small program. When I compile it in Delphi 7, the size is 590 kb. It is worth compiling this same program in ... diately becomes 2 times larger in size - 1,200 kb. What does Delphi XE add to the executable file that it increases in size?

What is a good compiler for php - > exe? [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... od compiler for php under windows application. In Google, I typed "php compiler" but all defective =(. Is there more or less?

The difference between a compiler and an interpreter

What is the difference between a compiler and an interpreter? Can a programming language have both a compiler and an interpreter?

Compiler and interpreter. What's the difference?

Yes, yes. This is another question about the difference between a compiler and a YAP interpreter. Only the answers that are u ... the code. In short, what are the other differences and complexities of implementing a compiler as opposed to an interpreter?

Changing the code of an already compiled program

Hello! I just wondered: is it possible to change the code of an already compiled program(so that it works)? That is, having a ... does not smell there, but still, after studying the structure of the ехе file - can this be done, or is it complete nonsense?

Compiler for Java

Good time of day. I recently started studying Java. I was advised to download NetBeans. I downloaded the full version (200 me ... not suitable for learning language. Tell me, what is the simplest and most accessible compiler with code error highlighting?

Where can I set the keys for compilation in Visual Studio?

I read on habr that it is possible to reduce the compilation time, due to the parallel compilation key /MP. I don't see such ... A Google search yielded no results. Used by Visual Studio 2017. UPD. In particular, I am interested in C# for Windows Forms.

Which C++ compiler to choose for Windows and Linux?

Hello, C++masters. I would like to write security (cryptography, network security, etc.) in the global and local networks. It ... mpiler do you recommend for Windows and Linux? Of course, given the number of manuals on this compiler. Thank you in advance.

What is the difference between a parse tree and an abstract syntax tree?

Now I am studying Ullman's book "Compilers-principles, technologies, tools". The author introduced these two concepts, but I can't understand the difference.

inline term in the context of the C# / JIT compiler

Good afternoon. I came across such a question, namely, I want to clearly understand the definition of a term such as inline ... inline method " disappear). And the second part of the question,why is JIT preferable to inline methods for the compiler?

C compiler for win xp

I started learning the C language, could you tell me what kind of compiler I need to download in order to create programs lik ... hello world", I wanted to install Visual Studio, but I don't really want to install 10 gigs for the sake of a small compiler.