DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C++ (http://www.daniweb.com/forums/forum8.html)
-   -   Where to get C++ GUI prgramming tutorials? (http://www.daniweb.com/forums/thread78590.html)

Sturm May 20th, 2007 1:56 pm
Re: Where to get C++ GUI prgramming tutorials?
 
in my opinion gui programming is waste of time. Its not exactly easy to do it in c++. With gui programming you find yourself spending more time designing the gui then actually developing your programming.

~s.o.s~ May 20th, 2007 2:00 pm
Re: Where to get C++ GUI prgramming tutorials?
 
You are under the misconception that GUI programming implies placement of various graphical components. Its not that simple. For placing Graphical components, you can always use IDE's which offer the feature of drag and drop. GUI programming brings with it concepts like events, multi threading and what not.

And the ones you are referring to are called GUI designers, not GUI programmers.

Sturm May 20th, 2007 2:03 pm
Re: Where to get C++ GUI prgramming tutorials?
 
oh..never realized there was drag and drop gui development. The same applies to graphical programming in general, such as SDL or ALLEGRO.

~s.o.s~ May 20th, 2007 2:07 pm
Re: Where to get C++ GUI prgramming tutorials?
 
Again you are getting confused. The last time I checked, Allegro and SDL were more used for game development and are called game programming libraries / game programming API's, not to be confused with GUI libraries. They don't have the concept of 'drag and drop' as such.

The programmer uses those libraries since it provides a easy wrapper around the core DirectX / OpenGL API calls.

Sturm May 20th, 2007 2:14 pm
Re: Where to get C++ GUI prgramming tutorials?
 
yeah, but people also make gui applications with xlib. Allegro and SDL could be used for gui development.

Basically what I am saying is that non-console programming, whether it be gui or game development is not particularly fun or interesting as it seems at first.

~s.o.s~ May 20th, 2007 3:30 pm
Re: Where to get C++ GUI prgramming tutorials?
 
Game development is not fun !! You have got to be joking. And BTW, 'fun' doesn't fetch you revenue, if you must know that...

Sturm May 20th, 2007 4:02 pm
Re: Where to get C++ GUI prgramming tutorials?
 
I did not say game development was not fun.. I said graphical game development is not fun. Programming text based MUDs and nethack like games are extremely fun. After you have finished the text based base, then you can do you start the boring and tedious process of writing a front end for the game.

ongxizhe May 22nd, 2007 8:34 am
Re: Where to get C++ GUI prgramming tutorials?
 
Well, I'm still learning C++ console. Just planning to learn GUI after console. Maybe I'll try C# out. Beside, people says python isn't that useful. What's your opinion?

Sturm May 22nd, 2007 9:30 am
Re: Where to get C++ GUI prgramming tutorials?
 
python is soooo... easy compared to c/c++. I hacked this python application wifi-radar without any previous knowledge of python! You can do amazing games with python in a very short amount of time. Supposedly this kid from my local linux group made this pretty sweet galaga clone after learning python a month before! Try doing that with c++. But then again, pythons a bit slow....(though its nice not to have to compile)

ongxizhe May 22nd, 2007 9:47 am
Re: Where to get C++ GUI prgramming tutorials?
 
Do you mind to introduce python?


All times are GMT -4. The time now is 7:58 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC