I can only make console programs... and everyone I find on Google is poorly explained or outdated and wont work...Making GUI in C++ tutorials?
Code::Blocks has a built in wxWidgets editor and code templates. I'd reccomend it.Making GUI in C++ tutorials?
If you have not done so already, I suggest you download Microsoft C++ express (it's free). You can create GUI forms quite easily using this, its as simple as dragging a ';control'; to the form, the code is automatically added to the form header file.
You should find tutorials by searching for ';C++ express tutorials';.
If you want to use a GUI in Windows/linux and stuff, try the TK GUI.
Google for the C++/TK GUI. It's easy to implement and far more easy than other GUI's out there.
(www.tcl.tk)
http://cpptk.sourceforge.net/
Tutorials on TK: www.tkdocs.com
ya u r right i have tried it before ,but in vain
No comments:
Post a Comment