Using boost 1.4.2 asio in a c++ app and getting linux compiler warnings i don\'t grok. still here? The app i\'m working on needs a \"socket\" that might be an ssl socket or a regular tcp socket so we
In general, I want warnings of unsigned vs signed. However, in this particular case, I want it suppressed;
I\'m using Ubuntu Server 9.10 AMD Phenom 2 cpu g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1 trying to run the application pftp-shit v 1.11, which runs successfully until the remote file list is going to be save
If I dump the code generated by GCC for a virtual destructor (with -fdump-tree-original), I get something like this:
I\'ve got a compiler error but I can\'t figure out why. the .hpp: #ifndef _CGERADE_HPP #define _CGERADE_HPP
g++ compiler complains about conversions between related types (from int to enum, from void* to class*, from const char* to unsigned char*, etc.). Compiler handles such convertions as errors and won\'
What does #if _LFS64_LARGEFILE-0 mean to the C Preprocessor for g++?Is that a minus zero or is that part of the sym开发者_高级运维bol?If it is minus zero, how does that affect whether the #if is trigg
This might be a silly question, but... I\'ve been writing a number of classes that utilize non-copyable members.T开发者_运维百科hese classes are never initialized via the copy constructor in my sourc
I am building using zlib.h which I have a local copy to v1.2.5, but in /usr/include/zlib.h there is v1.2.1.2.
I try to compile and link my application in 2 steps : Compiling: g++ -c -o file1.o file1.cc general_header.h