I\'m using boost::filesystem for cross-platform path manipulation, but this breaks down when calls need to be made down into interfaces I don\'t control that won\'t accept UTF-8. For example when usin
I am attempting to write a file using java.io, where I am trying to create it at the location \"some/path/to/somewhere/then-my-file\". When the file is being created, any of the directories on the pat
For a variety of reasons, we\'re in the market for a cross-platform widget library.We\'re in the somewhat rare situation of not being tied to a particular programming language at this stage, so we get
Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run o
I need to execute a program and retrieve its stdout output in c++. I\'d like my code to be cross-platform too.
Hello I want to build a project with intel compiler. With default gcc I usually run: cmake -DCMAKE_CXX_FLAGS=-I/some/path/path/to/project
I\'m trying to port some Windows 开发者_开发问答code to Linux, ideally through platform-independent libraries (eg boost), however I\'m not sure how to port this bit of event code.
I have developed a number of classes which manipulate files in Java. I am working on a Linux box, and have been blissfully typing new File(\"path/to/some/file\");. When it came time to commit I realis
Is there a way to modify the PATH environment 开发者_开发技巧variable in a platform independent way using python?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.