As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i wanted to create a software which conforms to the following structure:
A GUI window , and many Qt dynamic libraries , which exports function interface.
So two things to clear out , how to make a plugin for Qt apps , and how to load them , load the exported function by them.
Many thanks !
How to Create Qt Plugins
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd like to know what is the best and faster way to write a GUI in C++.
In the past I've created my GUI with just Windows API.
Now I'd like to read some suggestion about other libs like GTK , MFC , QT ecc.
Thanks :)
Use Qt. It's powerful and easy to use, also, it's cross-platform. If I need a GUI for C++, I always go for Qt.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am making a 3D renderer using Win32 and GDI and currently working on importing .obj files.
What is the best way to display a file explorer where the user can choose an .obj file and close the dialog. ( and store the file name/location in a string for me to use) ?
You can use good old GetOpenFileName function: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646927%28v=vs.85%29.aspx. For Vista and later you can use Common Item Dialog: http://msdn.microsoft.com/en-us/library/windows/desktop/bb776913%28v=vs.85%29.aspx
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Are there any TagLib tutorials, how-to's, examples, etc. for Taglib with C++ (Qt)? I only found the API Documantation with its very very basic example. But it is hard to find more examples.
Take a look at the examples provided with the source code of the library. They are not Qt based, but is enough to start programming with Taglib and Qt.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I've read the source code of a few popular open source projects like apache, nginx...
All of them are written in C, is there one written in C++?
It should be run-able program, not framework...
KDE
and up, to 30 characters and beyond.
Mozilla Firefox is written (mainly) in C++.
You may want to check out this list : http://www2.research.att.com/~bs/applications.html
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm developing an Android application and I need to use a render engine to show some objects that I made with Blend.
I'm wondering if there is a C++ game engine or render engine to show my models.
Is there anyone?
Thanks.
Yes. Take a look at http://www.cuteandroid.com/open-source-android-2d-or-3d-game-engine-for-android-developers-plus for game engines.
Just for rendering, it looks like this might help: http://www.rozengain.com/blog/2010/05/17/loading-3d-models-with-the-min3d-framework-for-android/