python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Different Compiler Different Results- C++ program result variation with MinGW and Cygwin
Problem 1:
I have tried to print the value of PI upto n-th digit after decimal pointer in C++. But in MinGW after a certain-th digit the rest of them are showing 0s. But this is not happening with Cyg...

Archisman Karmakar
Votes: 0
Answers: 0
Cannot add multiple .ned directory when running omnet++ from its own shell
I want to run my simulation without opening the IDE. I checked the manual and follow the steps but I got stucked.
I am using omnetpp v5.6.2. I run mingwenv.cmd in the directory where my *.ini is and ...

İpek
Votes: 0
Answers: 1
Undefined reference to (Quickmail)
I am looking for how to install quickmail.
I put quickmail.h here: C:\Program Files\CodeBlocks\MinGW\include, the .a and .la here: C:\Program Files\CodeBlocks\MinGW\lib.
I linked these .a files by add...
user18227572
Votes: 0
Answers: 1
How To Link External Dlls And More Specifically How To Manually Compile SDL?
Recently I stopped using IDEs in an attempt to learn more about the infrastructure of programming; I started compiling my C++ and C code with MinGW's compilers(g++.exe and gcc.exe accordingly) and the...
Ivan Gyulev
Votes: 0
Answers: 1