Gui's in microsoft visual c++

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Dec 2006
Posts: 13
Reputation: whoknows101 is an unknown quantity at this point 
Solved Threads: 0
whoknows101 whoknows101 is offline Offline
Newbie Poster

Gui's in microsoft visual c++

 
0
  #1
Mar 28th, 2007
I had posted a while ago about how to put a picture in a game to make it look a little more real. my friend said i should a gui. Does anyone know of a site or how to do this using microsoft visual c++?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Gui's in microsoft visual c++

 
0
  #2
Mar 28th, 2007
guis in c++ are very hard to make (many, many tens of pages of code) and should not be attempted if you are not a very good c++ programmer
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 254
Reputation: jan1024188 is an unknown quantity at this point 
Solved Threads: 2
jan1024188's Avatar
jan1024188 jan1024188 is offline Offline
Posting Whiz in Training

Re: Gui's in microsoft visual c++

 
0
  #3
Mar 28th, 2007
That all depends on C++ GUI API you select.

I know QT4 API, which is great for begginers and codelles API.
Affcourse you will need some good sources(books, tutorials), and time.

Second API I know about is WINAPI. Its true. The simplest window cration needs about 40 lines of code. Once you learn basics is easy to make a bit more complicated appz.

There is also GTK+, but I never tryed it.

So for begginer I reccomend you Qt4 API, but you will need to include tons of libs (if you dont buy licence).
If you are developing for windows choose WIN32 API.

I am posting that including my personal experience,

Jan
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Gui's in microsoft visual c++

 
0
  #4
Mar 28th, 2007
yeah. i did a standard win32 window in VC5 and it took 3 - 4 pages of code. Using MFC takes about half of that
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 13
Reputation: whoknows101 is an unknown quantity at this point 
Solved Threads: 0
whoknows101 whoknows101 is offline Offline
Newbie Poster

Re: Gui's in microsoft visual c++

 
0
  #5
Mar 28th, 2007
Originally Posted by jbennet View Post
yeah. i did a standard win32 window in VC5 and it took 3 - 4 pages of code. Using MFC takes about half of that

ok but how do i make it? like i have never before.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Gui's in microsoft visual c++

 
0
  #6
Mar 28th, 2007
unless you know c++ very well dont go there
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Gui's in microsoft visual c++

 
1
  #7
Mar 28th, 2007
>ok but how do i make it?
Here's a good starting place:

http://www.winprog.org/tutorial/

But if you have trouble understanding a lot of it, don't come running here for help. You need to be decent with C++ first.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 254
Reputation: jan1024188 is an unknown quantity at this point 
Solved Threads: 2
jan1024188's Avatar
jan1024188 jan1024188 is offline Offline
Posting Whiz in Training
Join Date: Aug 2006
Posts: 254
Reputation: jan1024188 is an unknown quantity at this point 
Solved Threads: 2
jan1024188's Avatar
jan1024188 jan1024188 is offline Offline
Posting Whiz in Training

Re: Gui's in microsoft visual c++

 
1
  #9
Mar 29th, 2007
I learn WinAPI for half month now, and it doesnt make problems to me.

Affcourse I have a good intermediate C++ knowlege.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 7362 | Replies: 8
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC