Welcome! Log In Create A New Profile

Advanced

Dev cpp framework

Posted by valkeye 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar Dev cpp framework
September 19, 2009 12:57PM
Hey guys,

This year we've been using QIde with the Qt framework and the mingw compiler.
In previous years we've used dev cpp with the mingw compiler. What is the framework we were using?

Is it just called the C framework, or Standard, or what?

Thanks

-Valkeye
avatar Re: Dev cpp framework
September 20, 2009 01:08AM
DevC++ is only an IDE. It is nothing more than a fancy editing program. QIde is the same thing, just made to handle Qt project files. The compiler is the same throughout, that being MinGW.

Qt is a framework, just like .NET is and the Java stuff. They are not necessary to build programs but make things a lot easier. In previous years, we were making programs without a framework, only using the STL (standard template library)
avatar Re: Dev cpp framework
September 23, 2009 10:53AM
Ah, thats it.

Thanks Rob

-Valkeye
Sorry, only registered users may post in this forum.

Click here to login