HI
Is it possible to get an VCL framework to DevCpp (gcc3.2)
like Borland C++ Builder and Visual C++ so I dont need
the hard raw C programming in connection with the API?
Christian Drivsholm
Aarhus
Denmark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe some use things like OPENGL and GLUT but I for one hate frameworks. You lose all control over the API.
I suggest getting the Win32 API (use vUpdate) and a good book and then building your own wrappers.
The internet is also a great resource. If you wish to learn C++ Win API programming use this resource:
Some really excellent stuff there. I had been programming C++ for 10 years and I learnt a tonne of good stuff from that superb site.
Many people on this forum can also suggest fantastic programming sites and have done so before. May I suggest you have a search on the forum before asking people to repost their links.
BlakJak :]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI
Is it possible to get an VCL framework to DevCpp (gcc3.2)
like Borland C++ Builder and Visual C++ so I dont need
the hard raw C programming in connection with the API?
Christian Drivsholm
Aarhus
Denmark
As I just said to Julie, read the FAQ's.
http://www.bloodshed.net/faq.html
I believe some use things like OPENGL and GLUT but I for one hate frameworks. You lose all control over the API.
I suggest getting the Win32 API (use vUpdate) and a good book and then building your own wrappers.
The internet is also a great resource. If you wish to learn C++ Win API programming use this resource:
http://www.relisoft.com/
Some really excellent stuff there. I had been programming C++ for 10 years and I learnt a tonne of good stuff from that superb site.
Many people on this forum can also suggest fantastic programming sites and have done so before. May I suggest you have a search on the forum before asking people to repost their links.
BlakJak :]
Amen to that.
Kip