Discussion:
GUI
Tyler Fenby
2005-11-28 03:06:35 UTC
Permalink
Hey all, I'm pretty new to C++ but I've got things like classes and
pointers and such down, but I've yet to find out how to create a
Graphical User Interface in C++. Is it even possible?








------------------------ Yahoo! Groups Sponsor --------------------~-->
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~->
Ray Devore
2005-11-28 13:43:56 UTC
Permalink
Post by Tyler Fenby
Hey all, I'm pretty new to C++ but I've got things
like classes and
pointers and such down, but I've yet to find out how
to create a
Graphical User Interface in C++. Is it even
possible?
What operating system? What compiler? In Linux/Unix
look at curses or ncurses. In Windows using Visual
C++, look at MFC or ATL. There are others, but this
will give you a start.

Ray





__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com


------------------------ Yahoo! Groups Sponsor --------------------~-->
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~->
Brett W. McCoy
2005-11-28 13:58:54 UTC
Permalink
Post by Tyler Fenby
Hey all, I'm pretty new to C++ but I've got things like classes and
pointers and such down, but I've yet to find out how to create a
Graphical User Interface in C++. Is it even possible?
Of course it's possible, virtually every GUI toolkit out there has
bindings for C++, or was written in C++... what platform are you
interested in developing on?

If you want to start off with a GUI toolkit that is easy to learn, is
natively written in C++ (i.e., not a wrapper over a C API) and is
cross-platform, I recommend FLKT (Fast Light Toolkit):

http://www.fltk.org/

-- Brett
--
Programmer by Day, Guitarist by Night
http://www.chapelperilous.net
http://www.alhazred.com
http://www.revelmoon.com


------------------------ Yahoo! Groups Sponsor --------------------~-->
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~->
chetan verma
2005-11-28 14:33:50 UTC
Permalink
definitely it is possible...havn't you ever heard of VC++.
you can design gui in vc++ on windows platform or if you are using linux platform you can use qt, gtk, tcl/tk or any of the other available libraries to develop gui.

Tyler Fenby <tyler-***@public.gmane.org> wrote: Hey all, I'm pretty new to C++ but I've got things like classes and
pointers and such down, but I've yet to find out how to create a
Graphical User Interface in C++. Is it even possible?








To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-***@public.gmane.org>.



SPONSORED LINKS
Basic programming language C programming language Computer programming languages Programming languages Java programming language

---------------------------------
YAHOO! GROUPS LINKS


Visit your group "c-prog" on the web.

To unsubscribe from this group, send an email to:
c-prog-unsubscribe-***@public.gmane.org

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------






-chetan verma
final year B-Tech(CSE)
Indian School of Mines
Dhanbad
India

verma.chetan-***@public.gmane.org
chetanism-/***@public.gmane.org

+919835108609

---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
Anand Vardhan Mathur
2005-11-28 17:38:18 UTC
Permalink
Does any one has any PDF or link for GUI development with VC++ and SDK.


Anand
tianeh03
2005-12-05 11:25:27 UTC
Permalink
Post by Anand Vardhan Mathur
Does any one has any PDF or link for GUI development with VC++ and SDK.
Hi, you want tutorials on VC++ ,well you can take a look at
Programmers Heaven (www.programmersheavn.com) or MSN .





------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/EbFolB/TM
--------------------------------------------------------------------~->
Loading...