Tagged Questions
3
votes
2answers
186 views
What does this compiler build statement mean?
I am a programming student in my second OOP class, which is taught in C++, and I am using Visual Studio 2008.
I keep encountering this weird statement when I build my project in VS, my project builds ...
2
votes
2answers
441 views
“Cannot Open a.exe” Error in C++
I'm trying to compile my C++ program, but when I press the "Build" button, it displays the following error message:
c:/gnat/2010/bin/../libexec/gcc/i686-pc-mingw32/4.3.6/ld.exe:
cannot open ...
1
vote
1answer
2k views
Build Error:Undefined symbols for architecture x86_64:
I am completely new in programming with c++ using the Xcode IDE. What I do is I created a Hashtable myself, and clicked the build button, and I got compilation errors as such. Does anyone have ideas ...
1
vote
1answer
402 views
asm/atomic.h compile error
I have an old C++ project and I'm having problem building it. For a certain file I receive the following kind of errors:
error: ‘atomic_t’ was not declared in this scope
And others for other ...
1
vote
4answers
2k views
VC ++ express, how do I fix this error?
I have experience programming in C#, but I'm taking a C++ class this semester, and I'm writing my second project, but I keep getting this error when I try to build a debug configuration of my program.
...
0
votes
7answers
685 views
Strange Eclipse C++ #define behaviour (resolved)
(A case of over relying on an IDE)
I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment.
...