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...
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...
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 >...
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...
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...
.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...
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();...
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...
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...