Click here to Skip to main content
16,004,686 members

Survey Results

What technologies do you mostly use to develop desktop applications?   [Edit]

Survey period: 24 Jan 2011 to 31 Jan 2011

Are you a drag-and-drop kinda developer, or do you prefer to code to the metal? (Thanks to Ravi Bhavnani)

OptionVotes% 
ATL836.32
Cocoa181.37
Delphi534.03
Java1057.99
MFC29722.60
Qt705.33
Silverlight1047.91
VB61098.30
Win3229422.37
Windows Forms75257.23
WPF36127.47
Other755.71
I don't develop desktop applications705.33
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (114 answers)


 
GeneralRe: Qt > * Pin
Nemanja Trifunovic26-Jan-11 16:38
Nemanja Trifunovic26-Jan-11 16:38 
GeneralRe: Qt > * Pin
xComaWhitex26-Jan-11 16:40
xComaWhitex26-Jan-11 16:40 
GeneralRe: Qt > * Pin
Indivara26-Jan-11 19:46
professionalIndivara26-Jan-11 19:46 
GeneralRe: Qt > * Pin
Pete O'Hanlon26-Jan-11 23:27
mvePete O'Hanlon26-Jan-11 23:27 
GeneralRe: Qt > * Pin
xComaWhitex27-Jan-11 5:07
xComaWhitex27-Jan-11 5:07 
GeneralRe: Qt > * Pin
John M. Drescher27-Jan-11 5:47
John M. Drescher27-Jan-11 5:47 
GeneralRe: Qt > * Pin
Nemanja Trifunovic27-Jan-11 6:06
Nemanja Trifunovic27-Jan-11 6:06 
GeneralRe: Qt > * Pin
xComaWhitex26-Jan-11 15:42
xComaWhitex26-Jan-11 15:42 
Also I forgot to tell you Qt has it's smart pointers that are based on Boost's/STL.

Also Qt doesn't really require smart pointers due to the fact it manages it's own memory using Parent/Children relationships. So when the parent is deleted, all the children are deleted also. I haven't had a memory leak in a long time.

Qt's MetaObject functional gives me more access than STL's sh*tty implementation of RAII does. If IIRC it doesn't even allow me to do introspection, creation of class instances from QMetaObject, etc.

Nothing stops you from using STL in Qt or even exceptions, it's all your choice to.
GeneralRe: Qt > * Pin
Emilio Garavaglia26-Jan-11 22:40
Emilio Garavaglia26-Jan-11 22:40 
GeneralWinforms + WPF +JUCE Pin
Praveen Raghuvanshi25-Jan-11 6:23
professionalPraveen Raghuvanshi25-Jan-11 6:23 
GeneralRe: Winforms + WPF +JUCE Pin
Nemanja Trifunovic25-Jan-11 6:57
Nemanja Trifunovic25-Jan-11 6:57 
GeneralATL, MFC and Win32 Pin
ShilpiP25-Jan-11 1:16
ShilpiP25-Jan-11 1:16 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe25-Jan-11 2:08
Anna-Jayne Metcalfe25-Jan-11 2:08 
GeneralRe: ATL, MFC and Win32 Pin
ShilpiP25-Jan-11 2:13
ShilpiP25-Jan-11 2:13 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe25-Jan-11 2:21
Anna-Jayne Metcalfe25-Jan-11 2:21 
GeneralRe: ATL, MFC and Win32 Pin
Ajay Vijayvargiya25-Jan-11 21:40
Ajay Vijayvargiya25-Jan-11 21:40 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe25-Jan-11 22:10
Anna-Jayne Metcalfe25-Jan-11 22:10 
GeneralRe: ATL, MFC and Win32 Pin
Ajay Vijayvargiya26-Jan-11 0:06
Ajay Vijayvargiya26-Jan-11 0:06 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe26-Jan-11 1:48
Anna-Jayne Metcalfe26-Jan-11 1:48 
GeneralRe: ATL, MFC and Win32 Pin
Ajay Vijayvargiya26-Jan-11 2:42
Ajay Vijayvargiya26-Jan-11 2:42 
GeneralRe: ATL, MFC and Win32 Pin
Nemanja Trifunovic26-Jan-11 5:09
Nemanja Trifunovic26-Jan-11 5:09 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe26-Jan-11 6:00
Anna-Jayne Metcalfe26-Jan-11 6:00 
GeneralRe: ATL, MFC and Win32 Pin
Ajay Vijayvargiya26-Jan-11 7:44
Ajay Vijayvargiya26-Jan-11 7:44 
GeneralRe: ATL, MFC and Win32 Pin
Anna-Jayne Metcalfe26-Jan-11 8:57
Anna-Jayne Metcalfe26-Jan-11 8:57 
GeneralXNA, just to leave the mainstream a bit Pin
CDP180224-Jan-11 21:00
CDP180224-Jan-11 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.