I have been working on an API for SC DHEC using Borland C++ Builder 5.0. I came across a strange bug on my system where the compiler would error out on a variable named:
STATUS_PENDING. To get the file to compile I changed the static constant variable name to STATUS_PEND and everything compiled without issue. It took two full days to figure out why this file was throwing compiler errors as it was not very specific and simply kept telling me I was missing a ')' or right parenthesis.
AJAX, SOAP, NoSQL, EJB--All Wrong Acronyms
-
Most of the popular acronyms are wrong:
1. SOAP (Simple Object Access Protocol): is neither simple nor object
oriented. "SOAP originally stood for...
3 days ago
