up vote -1 down vote favorite
share [g+] share [fb]

Title says it all...

link|improve this question

feedback

closed as not a real question by random Aug 12 '11 at 12:06

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ.

2 Answers

up vote 7 down vote accepted

Because coders target 32-bit systems as they are the most commonly used desktop architecture. A 64-bit variant could be (and probably already has been) made. It's like the age old question of why there are more viruses for Windows based systems. You'd be foolish to not code for the most popular systems out there if you had malicious intent.

link|improve this answer
2  
What does marketing and virii have in common? They usually like to target the largest demographic. :) – Darren Hall Dec 11 '09 at 0:28
haha, you're exactly right :) – John T Dec 11 '09 at 0:34
Oh ok thanks +1 and best answer. – Notorious Arab Dec 11 '09 at 0:46
feedback

The apocryphal quote comes to mind, supposedly said by Willie Sutton (he never actually said it, but ignoring that), when asked why he robbed banks: "Because that's where the money is".

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.