Anybody can help me with compiling mp4开发者_StackOverflow中文版v2 on Mac OS X?I\'ve tried configuring and compiling as per the instructions but I got a lot of errors originating from the C++ headers.
After a lot of internet research I implemented a small assembler routine in my C++ program to get the CPU\'s L1 cache size using cpuid.
I have a C++ application compiled in debug (using MinGW and Qt) but I\'ve lost some major changes because someone 开发者_开发技巧in my team forgot to commit his changes in the source control manager a
I am running Windows 7 with gcc/g++ under Cygwin. What would be the Makefile format (and extension, I think it\'s .mk?) for compiling a set of .cpp (C++ source) and .h (header) files into a static lib
I try to compile an application with kdevelop 3.5.4 on Ubuntu 10.04, but it fails with the following errors:
I am running a very simple C++ program: #include <list> #include <vector> int main(int argc, char **args) {
When building my C++ program, I\'m getting the error message undefined reference to \'vtable... What is the cause of this problem? How do I fix it?
I\'m trying to learn templates and I\'ve run into this confounding error.I\'m declaring some functions in a header file and I want to make a separate implementation file where the functions will be de
How do I get the POSIX strerror_r instead of GNU version? I\'m compiling with g++ on Ubuntu 8.04 with glibc version 2.7 ( based on what\'s in).
I am a beginner at c++ and figured the only way I am going to learn is to get dirty with some code. I am trying to build a program that connects to a mysql database. I am using g++, on linux. With no