cross-platform
What's a good, cross-platform way to concatenate paths in C?
At the moment, I have a path_concat(char* path_fragment_a, char* path_fragment_b) function, which simply concatenates together path_fragment_a, PATH_DIVIDER, and path_fragment_b. (PATH_DIVIDER is #def[详细]
2023-04-11 01:10 分类:问答Create a C++ GUI/API for Mac [closed]
Closed. This question needs to be more focused. It is not currently accepting answers开发者_如何学JAVA.[详细]
2023-04-11 00:19 分类:问答Cross Language Standard Libraries? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-10 11:56 分类:问答How to determine + key down?
Using jQuery, how do I determine that user has pressed \'+\'. I know that by matching keycode in the keydown event is the way to go, but that is apparently not cross platform. Since, the keycodes vary[详细]
2023-04-09 23:52 分类:问答Cross platform build system with IDE? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-09 23:43 分类:问答Mobile platform communicating directly to database or via web service?
I see two ways of going about feeding data to and from a mobile application. First would be to directly connect to the database and perform queries directly.[详细]
2023-04-09 03:06 分类:问答How to read a std::wstring written in linux into windows
We have a program which runs on Windows and Linux. It writes out std::wstrings in binary to a file. We need to be able to read in files written from linu开发者_StackOverflowx into windows. We write ou[详细]
2023-04-09 00:36 分类:问答What are the best cross-platform application development tools? [closed]
Closed. This question is opinion-based. It 开发者_StackOverflowis not currently accepting answers.[详细]
2023-04-08 15:54 分类:问答How to create, open, save and close a file or directory in javascript?
Is there a cross-pla开发者_如何学编程tform way to do these actions? Or only open files, the user download the files. I want to make a mmo side-scrolling game, and it needs to save maps, sprites and mu[详细]
2023-04-08 11:28 分类:问答Linking multiple times a single cross platform object file?
If I compile a cross-platform piece of code into an object file, will it be possible to use the linker to create separate platform-dependent execu开发者_开发百科tables (.exe,.bin) from that single bin[详细]
2023-04-08 09:33 分类:问答