Questions tagged as 'compilador'

1
answer

Error compiling typescript with visual studio code

I'm trying to start in typescript and I have some problems. First of all some data: I have installed version 1.11.2 of the Visual Studio Code And I'm running Node 6.5.0 along with typescript in version 2.2.2 The problem I...
asked by 04.05.2017 / 15:17
1
answer

How to compile a program from the visual studio console

Hello my question basically is if I have a file for example main.cpp it is possible to compile it from the console with the compiler and if that is how it would be since opening and closing visual studio is sometimes a bit slow. So that's basica...
asked by 17.11.2016 / 19:26
1
answer

C ++ error: 'bool operator () (std :: pairNode &, float, std :: pairNode &, float)' must be a nonstatic member function

I'm using a priority queue consisting of a pair of an object of a class called Nodo and a value of type float (I chose it instead of double, thinking it takes up less bytes). The error I get is in the comparison operator >...
asked by 09.11.2018 / 16:45
1
answer

error expected primary expression before

I get an error that I do not understand when compiling a code, this is the code: (the function is private) void gr_simplificada::erase_epsilon(set<char> h){ set<produccion>::iterator it; set<char>::iterator i...
asked by 13.11.2017 / 11:59
1
answer

How to make an .exe in linux and qt

Last mistake I get when doing make: I've already done the mxe root and the make thing but when doing the make it gives me this    make [1]: i686-w64-mingw32.static-g ++: The program was not found   Makefile.Release: 333: failure in the instru...
asked by 15.12.2016 / 03:42
1
answer

Points and commas in Golang, recommended at performance level?

I know that the use of; in GOlang, but for the compiler of Golang that is more efficient, what should we say or not?     
asked by 02.11.2018 / 17:43
0
answers

Undefined reference when I call a function in ARM from C

.extern tratar_excepcion .global exception_data_abort exception_data_abort: mov r0, #1 b tratar_excepcion In the first file what I do is to clear the function in assembler that is going to deal with the interruption and what it is going to d...
asked by 12.11.2018 / 16:53
0
answers

Run command from java

I have the following code: String java(){ try { Process process; String file="If"; process = Runtime.getRuntime().exec("java -verbose If < codigo.txt ",null,new File(ruta)); //process.waitFor();...
asked by 01.10.2018 / 04:21
0
answers

AAPT2 problems

I am trying to make a test application in Android Studio and it does not let me run it because of an aapt2 error. The application is very simple and I already checked that the code did not have any errors. Also look on the internet how to solve...
asked by 14.06.2018 / 22:52
2
answers

Why can not I correctly compile my app in visual studio 2015? can not find .dll

When I want to recompile my app so that you can take recent changes that I may not have taken with the simple modification, I get the following errors: Severity Code Description Project File Line Suppression State Error CS0006 M...
asked by 10.05.2018 / 18:55