GUI C++ Library

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
yannsavoye

GUI C++ Library

Post by yannsavoye »

HI !!!!!!


DO YOU KNOW HOW TO CREATE A GUI C++ LIBRARY ?
DO YOU KNOW TO CREATE A GUI FOR AN OS ?


PLEASE HELP ME !

[email protected]
www.YANNSAVOYE.com
Tim

Re:GUI C++ Library

Post by Tim »

YES. BUT I WON'T TELL YOU IF YOU KEEP SHOUTING AT ME. :)
yannsavoye

Re:GUI C++ Library

Post by yannsavoye »

ok escuse me ....


could you help me so ?
Schol-R-LEA

Re:GUI C++ Library

Post by Schol-R-LEA »

yannsavoye wrote: could you help me so ?
<waits patiently for yannasavoye to finish question>

Hmmmn...

Well, I don't know how one would 'so', but we may be able to help you if you have any programming questions, and we will certainly try. Do you have any other questions? 8)

Seriously, there are a number of people here who have some experience in GUI programming and design, but we'll need a bit more detail about what sort of help you want. This is especially true with a subject as broad as GUI design, which encompasses look and feel design concepts, hardware driver programming, API design, and more.

You may also find it useful to scan through the archives first, as there are a large number of previous threads on this subject. Many of your questions may have already been answer once before.
yannsavoye

Re:GUI C++ Library

Post by yannsavoye »

well I would like to know all in order to create a GUI for OS in C++

: I would like a tutortial about _ API
_ GUI library ( how to create a )
_ how to link a GUI t oan OS
Tim

Re:GUI C++ Library

Post by Tim »

It's doubtful you'll find a whole tutorial telling you exactly how to write a GUI, since it's such a large and complex subject. The best you could do would be to study existing GUIs, and their source code if possible.
yannsavoye

Re:GUI C++ Library

Post by yannsavoye »

well , ;( it's all lot of work to do so !!
Tim

Re:GUI C++ Library

Post by Tim »

Yes, that's right. Maybe you could do the learning yourself, and, when you become an expert, you can write a tutorial to help beginners.
whyme_t

Re:GUI C++ Library

Post by whyme_t »

yannsavoye wrote: API
I don't really know what kind of tutorial you want for API, but here is a link to a definition. http://www.apitechnology.com/whatis.htm
GUI library ( how to create a )
Some links to pages on designing/internals of GUI APIs :-
http://www.gamedev.net/reference/programming/features/gui/
http://www.wxwindows.org/
http://rapidsvn.tigris.org/
http://pages.infinit.net/pain/opengui/opengui.htm
http://www.llp.fu-berlin.de/baum/graphics-GUI.html
how to link a GUI to an OS
It depends on which suite of tools you use to develop your OS, and how your OS handles libraries.

http://bioinfo.mshri.on.ca/tkcourse/session1/1024/sld039.htm
http://www.delorie.com/gnu/docs/libtool/libtool_9.html
http://www.delorie.com/gnu/docs/libtool/libtool_14.html
yannsavoye

Re:GUI C++ Library

Post by yannsavoye »

thank you to you all .........

i'll try hard with your advice ...
Post Reply