Darron

4,459
reputation
3171 views

Registered User

name Darron
member for 1 year
seen Nov 29 at 15:41
website
location US
age 48
I've been a professional software developer since 1980.

Assembler (8080, z80, 6502, 6800, 6809, 680xx, x86)

C, C++, Objective-C, Perl, Java, and many others to a lesser extent. Even a little COBOL.
Sep
27
awarded  Yearling
Jul
4
comment Assigning to const int *
You can get past the casting limitation with a temporary variable. Having to do this should make it even plainer that you're doing something less than ideal.
Jun
17
answered What is the difference between ‘==’ and ‘=’ ?
Jun
16
answered How to find all naive (”+” based) string concatenations in large Java codebase?