Click here to Skip to main content
15,908,115 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 15:23
Nemanja Trifunovic26-Jan-11 15:23 
GeneralRe: Qt > * Pin
xComaWhitex26-Jan-11 15:36
xComaWhitex26-Jan-11 15:36 
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 
xComaWhitex wrote:
Who cares about exceptions? Qt uses return error codes. Exceptions just bloat code.


I personally dislike exceptions and only use them when the error is critical. The biggest reason I don't like them is a failure in a function does not have to be a fatal/critical error. There are many cases in my programs that failure return code can be dealt with through the software and in these cases exceptions do not seem to add anything but to make the code less clear by nesting levels of try{} catch() blocks and rethrowing. Not to say that I am thrilled about return codes either but I do use both in an application.
John

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 
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 

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.