Most voted "compilers" questions
A compiler is a computer program (or a group of programs) that, from a source code written in a compiled language, creates a semantically equivalent program, but written in another language, object code.
Learn more…63 questions
Sort by count of
-
0
votes1
answer43
viewsVisual studio runtimelibrary error
This shows the following runtimelibrary error: Error LNK2038 Mismatch Detected for 'Runtimelibrary': value 'Md_dynamicrelease' doesn’t match value 'Mdd_dynamicdebug' in Aimbot.obj INDIGO C:…
-
0
votes1
answer84
viewsBasic doubt in C# (Sounds)
I am new in the forum and new C# programmer also. I made a basic software for college; a coffee maker. and in it I used sounds, but I indicated the sound in ("C:/users/...") the path on my PC. When…
-
0
votes0
answers250
viewsWhat is the difference between assembler and compiler?
Well what I wanted to know is what’s the difference between compiler and assembler? Since both generate a binary file and translate a human-readable language to binary. You could also show me what…
-
0
votes0
answers25
viewsHow does a compiler work?
I’ve been studying and I feel a little confused when there’s a question. In certain explanations, it is said that the most modern compilers translate high-level code into low-level code, Assembly…
compilersasked 3 years, 9 months ago brunohenriquef 1 -
0
votes1
answer104
viewsUse of the getline() function in C with Mingw
I created code for a library collection using Linux/GNU, and it’s working perfectly. However, I need to Compile code on Windows using GCC, and wanted to know if there is a method to use this…
-
0
votes0
answers107
viewsError when compiling program with Curl library in C++
Hello, I’m a beginner in C++. My mission is to successfully include the Curl library, from static form without DLL (code must be included in . exe). After a lot of research, trial and frustration…
-
0
votes1
answer185
viewsWhen is an operating system created the compilers of ASM, C language, CPP must be created as well or are portable?
1 - AHTAH! Another crazy wanting to re-invent Microsoft - Because this me$#%%$#$ question? To give a little context to my doubt: I have always programmed in high-level languages, to solve…
-
0
votes1
answer54
viewsHow to compile C programs in Visual Studio 2019 without opening a project or solution?
I’m new to programming and I’m trying to use Visual Studio 2019 to write C codes. But for that I need to create a project/solution within the IDE, Something that does not suit me because I am at all…
-
0
votes0
answers34
viewscode::Locks not copying Ubuntu 20.04.2?
I use Ubuntu 20.04.2 and have always used Visual Studio Code to program. However, in the c language, I need to use the <Allegro library. h>, and then I need to use the code::Blocks. However, I…
-
-1
votes1
answer95
viewsproblems after compiling C++ with the G++ compiler
I have a problem here after compiling a program in C++ using the compiler g++, after compiling everything, I try to open the executable file, then open my windows cmd (using windows 10)When the…
-
-1
votes1
answer286
viewsIs it possible to compile C/C++ from Windows/Linux for Macos?
In a hypothetical environment where I don’t have the system or how to emulate, would it be possible to compile an application in c++? (properly compatible) I’ve already found some cross-compilers…
-
-1
votes1
answer986
viewsProblems running on VSCODE
I am able to compile my file in . C, it is written correctly (it is a simple Hello World), but when I run it, it appears this error message, it finds the.exe file, but fails to run it. I did…
-
-2
votes3
answers611
viewsCode does not run in C on Vscode
I followed 2 tutorials, installed the Vscode and the compiler Mingw, put all necessary extensions, C/C++ Compiler run, among others. And I put the Mingw path in the PATH of the environment…