Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Portable C++ IDE [closed]

I want a portable C++ IDE for general development, and too to develop basic Windows GUI applications.

In my research, I've found this (with latest version date):

  • CodeLite IDE (2010-04-02)
  • Ultimate++ (2010-03-16)
  • Qt Creator (2010-02-01)
  • NetBeans (2009-12-10)
  • Code::Blocks (2008-02-28)
  • Bloodshed Dev-C++ (2005-02-22)

But I don't know if some these IDE's supports Windows GUI development (or Cross Platform GUI development) or if can be portable (NetBeans can be portable).

EDIT: Reading the replies and doing more research, I'm near to choose between NetBeans or Qt Creator. But Qt Creator is 287mb (big for portable development). So sad looks that NetBeans, even being small (c++ is near to 30mb) needs Qt library for GUI (278mb)...

like image 588
Click Ok Avatar asked Apr 23 '10 22:04

Click Ok


1 Answers

Qt Creator is a good choice if you want to code cross platform GUI programs. Qt is an excellent cross platform GUI library.

like image 158
bitc Avatar answered Oct 12 '22 20:10

bitc