portability
How to tell whether an executable was compiled for the present machine?
I have some c code that I compile and run, in a directory that is accessible from many different unix computers (various linux and mac, occa开发者_StackOverflowsionally others), with different OS\'s o[详细]
2023-02-24 06:12 分类:问答Compiling C++ into portable linux binaries
Ok, this question is about portable as in no dependencies (i.e. \"I can put the binaries in a USB key and bring it with me everywhere, e-mail them to friends etc\").[详细]
2023-02-22 23:10 分类:问答boost-spirit numeric parsers and getting the desired synthesised attributes
--edit -- Solved the question : a comment on the last sidenote would be helpfull. Also comments on phoenix::bind overload handling would be helpfull (in my answer).[详细]
2023-02-22 16:51 分类:问答Composite Primary Key Not getting updated correctly with with EclipseLink. Where as with hibernate, it does. Why?
I posted all the code and an issue with selection here. Now I am going to ask one more problem I have seen with eclipselink which I havent seen with hibernate.[详细]
2023-02-22 01:46 分类:问答Writing wrappers for libraries
I\'m trying to write a wrapper for the third-party graphics library I\'m using. I\'d like to make it general enough you I could switch libraries easily if I decide to port it over to another platform[详细]
2023-02-19 06:07 分类:问答What is an operating system independent way to open file with associated program from C++?
What is an operating system independent way to open a file with associated program from C++? Is there a solution in Boost, or something like it?[详细]
2023-02-18 05:18 分类:问答how portable is end iterator decrement?
开发者_Go百科Just encountered decrement of end() iterator in my company source codes and it looks strange for me. As far as I remember this was working on some platforms, but not for the others. Maybe[详细]
2023-02-17 15:38 分类:问答.Net implementation of standard java classes
Does anyone know of a .Net assembly that contains classes with the same functionality of the typical java types:[详细]
2023-02-17 03:49 分类:问答Development shell in ASP.NET
I write a lot of code, most of it I throw away eventually when I am done with it; recently I was thinking that if I just kept every small piece of utility script I wr开发者_Go百科ote, named it, tagged[详细]
2023-02-16 21:25 分类:问答Deciding which standard header files to #include
Suppose i am editing some large C++ source file, and i add a few lines of code that happen to use auto_ptr, like in the following example.[详细]
2023-02-16 14:42 分类:问答
加载中,请稍侯......