Click here to Skip to main content
15,913,055 members

Survey Results

What types of code are you writing these days?   [Edit]

Survey period: 5 Dec 2011 to 12 Dec 2011

OptionVotes% 
Native 32bit46939.44
Native 64bit19516.40
Native (other)373.11
JIT compiled (eg Java, .NET)81968.88
Scripted / interpreted29524.81
Mixing managed and native in the same application (eg C++/CLI)14211.94
Embedded1189.92
Other504.21
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (51 answers)


 
GeneralRe: No idea, but... Pin
bosedk4-Dec-11 20:43
bosedk4-Dec-11 20:43 
GeneralRe: No idea, but... Pin
Sander Rossel4-Dec-11 23:34
professionalSander Rossel4-Dec-11 23:34 
GeneralRe: No idea, but... Pin
Wendelius4-Dec-11 22:30
mentorWendelius4-Dec-11 22:30 
GeneralRe: No idea, but... Pin
Sander Rossel5-Dec-11 20:26
professionalSander Rossel5-Dec-11 20:26 
GeneralRe: No idea, but... Pin
Rob Grainger4-Dec-11 22:47
Rob Grainger4-Dec-11 22:47 
GeneralRe: No idea, but... Pin
Sander Rossel5-Dec-11 20:24
professionalSander Rossel5-Dec-11 20:24 
GeneralRe: No idea, but... Pin
Nagy Vilmos4-Dec-11 23:52
professionalNagy Vilmos4-Dec-11 23:52 
GeneralRe: No idea, but... Pin
Sander Rossel5-Dec-11 20:27
professionalSander Rossel5-Dec-11 20:27 
I needed 10 minutes to get it to work. I did it in 3 Cool | :cool:
It's an OO world.
C#
public class Naerling : Lazy<Person>{
    public void DoWork(){ throw new NotImplementedException(); }
}

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.