Is it somehow possible to catch data-alignment faults even on i386? Maybe by setting a i386 specific machine register or something like that.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to learn assembly using Dr Paul Carter\'s pcasm book: http://www.drpaulcarter.com/pcasm/ The author doesn\'t packaged Mac OS X samples, then I\'ve started using from linux sources. Here i
I am starting to ship Qt applications built using MinGW and have a question about debug logs.When using code compiled with MSVC, if my app were to crash a l开发者_Go百科og file or mini-dump could be c
I assumed that std::wstring and std::string both provide more or less the same interface. So I tried to enable unicode capabilities for our application
I am designing an exception hierarchy in C++ for my library. The \"hierarchy\" is 4 classes derived from std::runtime_error. I would like to avoid the slicing problem for the exception classes so made
My main interest is with moving code from header files to source files (for decoupling), but keeping the same performance for the inlined stuff.
I am trying to link something I wrote to an existing shared library. I using gcc 3.2.3 on RedHat 3. When I get to the link phase I get an error that says:
I am doing parallel programming with MPI on Beowulf cluster. We wrote parallel algorithm for simulated annealing. It works fine. We expect 15 time faster execution than with serial code. But we did so
I have a p开发者_JS百科roject that uses log4cxx, boost, etc. libraries whose headers generate lots of (repetitive) warnings. Is there a way to suppress warnings from library includes (i.e. #include &l