Tagged Questions
5
votes
2answers
175 views
Is There Support for std::thread in Mingw32? [closed]
Possible Duplicate:
How to enable experimental C++0x concurrency features in MinGW?
my version of mingw32 (gcc version is 4.5.2) does not come with the class std::thread.
Is there a ...
1
vote
1answer
80 views
MinGW C++: expected primary-expression before '/' token
This is my first question here, and the first time I haven't been able to find a solution to a C++ problem online by just looking around. I'm relatively inexperienced in this area, and am not sure ...
1
vote
2answers
76 views
Mingw32 std::isnan with -ffast-math
I am compiling the following code with -ffast-math
#include <limits>
#include <cmath>
#include <iostream>
int main() {
std::cout << ...
0
votes
5answers
362 views
Create symbol libraries from DLLs for use with MINGW32
I'm developing an application at work using C++, Qt, Mingw32 and Netbeans. I need to use an in house API that has been developed by the software group in the company.
I have the symbol libraries .lib ...
0
votes
2answers
117 views
Basic compile issue with QT4
I've been trying to get a dead simple listing from a university textbook to compile with the newest QT SDK for Windows I downloaded last night. After struggling through the regular nonsense (no ...