python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I'm getting a type error while building snfit-2.4.2
For my research study, I need to fit some Supernovae Light Curves (LC). For this purpose, there are some templates available to fit the SNe lightcurves. One such LC template fitter is the snfit-2.4.2 ...
gautam bhuyan
Votes: 0
Answers: 1
many .cpp file are creating .o files containing the destructor for a boost::optional<myPosition> despite they are not referencing it
I've counted how often certain weak symbols occur in some project. I'm doing this to reduce build time. It was standing out that a certain destructor for boost::optional<myPosition> was created ...
Frank Puck
Votes: 0
Answers: 1
gcc.exe vs cpp.exe vs g++.exe
I am using Visual Studio Code for the coding and for C/C++ I uses MinGW. When I click on configure default build task then I can see various options like C/C++:cpp.exe build active file(compiler: C:/M...
Nikhil
Votes: 0
Answers: 2
building c++ file with gcc throwing error while with g++ not
I am exploring vscode. when i am building file with gcc then is is throwing error while with g++ it is successfull.can anyone explain the reason.below is with g++
Starting build...
C:\MinGW\bin\g++.ex...
Nikhil
Votes: 0
Answers: 1