cross-platform
Qt cross-platform development?
I just have a little question about running Qt created apps on different operating systems. As a normal user do i have to install Qt framework to ru开发者_JS百科n Qt apps ?[详细]
2023-04-01 06:07 分类:问答Is there a cross-platform solution in C++ for creating an unique process?
I 开发者_如何学编程need to make my program only one process on several platforms. I have known it can be solved with mutex on Windows, but I don\'t know how are other plat-forms like Linux. Mutex is n[详细]
2023-04-01 04:02 分类:问答switch between writing to file and stdout
I want to switch between writing to the file and to the stdout I can\'t use fprintf, but only printf and freopen[详细]
2023-03-31 16:23 分类:问答Cross Platform NPAPI Interfacing/Integrating
I would like to use Google Earth in one of my cross platform C++ applications, and the only way I can see that would allow me to integrate it nicely into my GUI and interface to it usin开发者_StackOve[详细]
2023-03-30 14:03 分类:问答cross platform gui..which tool to use?
I am developing a python program (my nat开发者_开发技巧ive platform is Ubuntu) for which I would like to build a simple gui. I would like the GUI to be cross platform.I came across python-gtk/wxpython[详细]
2023-03-30 10:17 分类:问答What is the most popular cross-platform ink-capturing and displaying technology?
I need to develop a simple application that allows the user to write some text and save 开发者_JS百科it in the DB. It needs to be reasonably secure.[详细]
2023-03-29 20:15 分类:问答C vs C++ - cross-platform
I have a very quick question to which I havn\'t fo开发者_开发问答und an answer for. Are there any major platforms (Windows, MacOS, unix, linux, Android, iOS, etc....) out there that supports C but not[详细]
2023-03-29 13:30 分类:问答Cross Platform Development Suggestions
Im working on a project in java that will eventually run on linux and windows machines and maybe mac.My program installs/configures开发者_开发技巧 vnc server so I\'m looking for suggestions on how I s[详细]
2023-03-29 05:10 分类:问答cross-platform SQL DB API c/c++ [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-03-28 16:01 分类:问答Compiler independent C++ properties
Microsoft 开发者_Python百科Visual C++ compiler has the property declaration construction __declspec( property( get=get_func_name, put=put_func_name ) )[详细]
2023-03-28 03:31 分类:问答