![]() |
| ||
| Where to get C++ GUI prgramming tutorials? Hey all. Does anyone knows where to get some good tutorials of programming C++ Graphical User Interface? If so, please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Use third party API's if you want your application to be platform independent or use the Win32 API if programming under windows. If using Windows, using C# would be more like it if there is no compulsion on using Win32 API or MFC. Here is one of those third party API. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? What do you mean? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? If you are using Windows, then you can use the Windows API to complete your task. Otherwise, for cross platform GUI Programming (for Linux/UNIX/Mac) use something else like Tcl/Tk or Qt4. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Okay. Thanks. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? No problem. I hope you become good at GUI C++ programming. We need more C++ programmers... |
| ||
| Re: Where to get C++ GUI prgramming tutorials? why do you want to become a gui or graphical programmer? Its really not as fun as it initially sounds.. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? in c++, yeah it sucks in c# it's rewarding, and useful in the real world. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Well, I'm still a novice in IT programming world. If you say so, I would like to try that out. But people says C++ is more useful. Anymore suggestion? Maybe I should learn both. Now I'm currently learning C++ console programming, but I still haven't got the basis of it. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? IMHO, C++ is not exactly an ideal language for someone starting out with programming. Starting out with Python would be more like it. Once you start getting a hang of how things work, jumping on to C/C++ would be more rewarding. Not to mention Python makes it easier for one to develop GUI applications -- easier than C++. |
| ||
| 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. |
| ||
| 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. |
| ||
| 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. |
| ||
| 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. |
| ||
| 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. |
| ||
| 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... |
| ||
| 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. |
| ||
| 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? |
| ||
| 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) |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Do you mind to introduce python? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? I mean more specifically. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? I dont really know it python.......but it looks like this: def run( self ):thats a code snippet from wifi-radar. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? And what did you mean by "It's nice not to have to compile it"? Did you mean something like after typing codes and straight away save as type executable file format? Or other type of "compilation"? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Yes something like that. Python is basically a scripting language which means it is an interpreted language. You don't need to compile the program. Just type and run it !! Thats why Python is used for quick prototyping of small projects. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? its kind of nice. With big projects compiling can take a while. But with python your ready to go! But alas, like all scripting languages is not what you would call a "high performance langauge." At least its portable ;-) |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Its a misconception among many people. They always talk about performance without knowing the actually implications of what they are saying considering 80% of the people who cry about performance run no real test or profile their code. Come on, I mean there has to be some difference between C and Python. But think of it this way, I would rather write a small text based RPG game in Python in one week and have 95% performance than spend 3 weeks writing it in C and have 100% performance benefits. With the kind of benefits Python offers over its fast counterparts, its kind of acceptable. I mean, you can't have everything, can you ? ;-) |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Well, thanks. Any suggestion about some must-know or must-do or must-learn before starting python? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Quote:
Quote:
They see "c/c++" as the hardcore programming language and anything other language short of assembly and maybe lisp noobish. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Well, lots of people say that C/C++ is more useful. That's why I am learning. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? it is in the "real world" |
| ||
| Re: Where to get C++ GUI prgramming tutorials? > Well, lots of people say that C/C++ is more useful. That's why I am learning. All languages are useful in real world. Think of them as tools for achieving a given task. Want to do embedded programming, dig up on C. Need quick GUI's, look up Python, Java, C#, VB .NET and the likes. Interested in AI development, look up Lisp. Interested in the field of Mathematics, learn up Haskell. Knowing a host of languages is what differentiates a programmer from a good programmer, though the language with which you start is an important decision. Python, Perl, Java are the few languages which are known to be good language for beginners. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? I would not recommend java! Its syntax is much like c++ except that it is slow. heres a good quote: Quote:
|
| ||
| Re: Where to get C++ GUI prgramming tutorials? Not to mention it would blow away the brains of a first timer... ;-) Writing the whole code in Cambridge prefix notation is not a pretty sight. I still vote for Python or Java. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Quote:
smalltalk would rank very high among good languages for beginners; it is arguably the best language for beginners. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Quote:
|
| ||
| Re: Where to get C++ GUI prgramming tutorials? Well, it's true that every programming languages are useful. But many people always say that C/C++ is more common and more like "multi-functioned", something like it gives access to most parts of the computer. My friend who is studying in NUS (National University of Singapore) also suggested to me to learn Java first and he also said that there'll be some problems if I'm starting with C++ but he said that if I want to learn C++ first wouldn't be imposible, what I mean is he said that I must really put effort on it if starting with C++. Do you all have any other opinion for this? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? C++ is not a good option to start with. Like I said in my previous posts, Python and Java would be better choices. Plus you have got nothing to lose since both of them are mainstream, commercially hyped and used languages. |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Well, if I wanna change to learn Java, what should I know first? And which tutorial's the best? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? |
| ||
| Re: Where to get C++ GUI prgramming tutorials? Thanks ya! |
| All times are GMT -4. The time now is 8:03 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC