I have made the following code and when I try to compile it I skip the error "hide.cpp :(. text + 0x5f): reference to 'operator delete' without defining" I would like to know how to solve it.
Code (C ++):
#pragma warning(disable: 4996)
#in...
I have a project that I'm doing in visual studio, with vb.net, the detail is that I use files like images, audios or executable exemptions in .exe that I call by Process.
My question is how can I put all of that internally in the .exe, regard...
Hi, I had this error in the eclipse IDE
Here all the code of the program:
package paquete;
import java.util.Random;
import java.util.Scanner;
public class Programa {
Scanner entrada = new Scanner(System.in);
Random aleatorio...
In my programming class we were asked to make a simple program and compile it, run it and create a .jar from the CMD in windows (WITHOUT IDE); which I still do not know how to do, because I always used Netbeans.
The file path is:
C: \ J...
Errors in Fortran when compiling the program that works with .dat or .txt files.
Program
Program liga
Implicit none
integer :: i,j,suma
integer, parameter :: N = 4, M = 20
real:: A(i,j), p(j),u(j)
u(3)=...
It's my first time at Stackoverflow and I hope you can help me. I'm in Java courses and we're in the list creation part, I have this class (List.java) which contains the following:
public class Lista{
Node inicio;
int tamanio=0;
/** se...
For some time now I have Linux (Parrot OS based on Debian), and every time I want to compile (mostly drivers) the terminal reports this error:
/usr/src/linux-headers-4.16.0-parrot5-common/scripts/Makefile.build:329:
failure in the instru...
I have a problem running node-gyp rebuild
I already have my python environment variables set
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp info spawn C:\Users\Usuario\.windows-b...
Good morning, in advance thank you for taking the time to read my question.
I am modifying some reports with ireport 4.1.3 (if it is very old) however it is the only one that let me compile the reports that I do, now I have changed my PC and...
this is the config.xml file
already added the line of windows 10
I already have visual studio 2017 installed on my machine with the accessories I do not know what else to do thanks for your contributions
<platform n...