IDE in C++ - How to?

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2005
Posts: 15,343
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1458
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: IDE in C++ - How to?

 
0
  #11
Mar 17th, 2009
MFC has about a year's learning curve to learn it well, but you can get a basic program going in just a day or so. I assume OpenGL and wxWidgets is several months too. In all cases you need a pretty firm grasp of c++ fundamentals.

You could use pure win32 api functions -- here's a tutorial.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 309
Reputation: NicAx64 will become famous soon enough NicAx64 will become famous soon enough 
Solved Threads: 17
NicAx64's Avatar
NicAx64 NicAx64 is offline Offline
Posting Whiz

Re: IDE in C++ - How to?

 
0
  #12
Mar 17th, 2009
Originally Posted by Ancient Dragon View Post
MFC has about a year's learning curve to learn it well, but you can get a basic program going in just a day or so. I assume OpenGL and wxWidgets is several months too. In all cases you need a pretty firm grasp of c++ fundamentals.

You could use pure win32 api functions -- here's a tutorial.
Yes agree ! I still learning the MFC. and win32 learning gets even more time.

Anyway I got a new idea , what about using SDL ?
http://www.libsdl.org/

one of my friend make a CAD program in months using that library.
unlike win32 or MFC or OpenGL that SDL is easy and cross compatiable across many OSes.

Just an idea , just take a look at SDL too.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 476
Reputation: nucleon has a spectacular aura about nucleon has a spectacular aura about 
Solved Threads: 91
nucleon's Avatar
nucleon nucleon is offline Offline
Posting Pro in Training

Re: IDE in C++ - How to?

 
1
  #13
Mar 17th, 2009
This is a straightforward program to write with basic WinAPI functions. No MFC (that would be a waste of time unless you know it already) and certainly no OpenGL!
You can either use GDI or the newerGDI+.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 40
Reputation: seanhunt is an unknown quantity at this point 
Solved Threads: 6
seanhunt seanhunt is offline Offline
Light Poster

Re: IDE in C++ - How to?

 
0
  #14
Mar 17th, 2009
OpenGL is supported on almost all platforms as well, and there is a utility library (GLUT) which is built on top of OpenGL that is pretty easy to use, and handles windows and messaging, etc. in a cross-platform library. OpenGL is nice in that it is a standard that is already built into most platforms, so it is stable and you probably won't have to deal with a 3rd party library.
That being said, it really depends on what the requirements are for the project. Depending on a 3rd party library may be fine for what you are planning.

Thanx,
Sean
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 40
Reputation: seanhunt is an unknown quantity at this point 
Solved Threads: 6
seanhunt seanhunt is offline Offline
Light Poster

Re: IDE in C++ - How to?

 
1
  #15
Mar 17th, 2009
Ah, I just noticed a bit on the SDL site; the video portion is implemented via OpenGL ;P

The GLUT (openGL Utility Toolkit) library simplifies window management, and drawing within the window, mouse input, etc. One of the other things about SDL is that it looks like it contains you don't need, such as audio.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 476
Reputation: nucleon has a spectacular aura about nucleon has a spectacular aura about 
Solved Threads: 91
nucleon's Avatar
nucleon nucleon is offline Offline
Posting Pro in Training

Re: IDE in C++ - How to?

 
0
  #16
Mar 17th, 2009
It sounds like GLUT may be easier than GDI(+).
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 309
Reputation: NicAx64 will become famous soon enough NicAx64 will become famous soon enough 
Solved Threads: 17
NicAx64's Avatar
NicAx64 NicAx64 is offline Offline
Posting Whiz

Re: IDE in C++ - How to?

 
0
  #17
Mar 17th, 2009
different ppl knows different types of graphics libraries and how to use them.
>>
For the windows GUI professional's they can see it's easy to slove this problem using win32 API or MFC.

>>
For the game programmers , they can think this is easy easy with OpenGL.

>>
for a open source person , they can think this is easy with the SDL.

This is the way those Greek ppl looking at a problem. Let's english please.
hmm , so I cannot say this will be easy for you. Just take a look at all and select your choice. But my advice is learning win32 , MFC or OpenGL got around at least 3 months ( assuming that you're very smart). So use a simple library. No matter it's third party or not.
finally it's up to you to choose.
Reply With Quote Quick reply to this message  
Reply

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



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC