Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Overriding Defined Macros
How do you override a defined macro?
✍: FYIcenter
You can use the #undef preprocessor directive to undefine (override) a previously defined macro.
2007-02-26, 6998👍, 0💬
Popular Posts:
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
How To Check the Oracle TNS Settings? - Oracle DBA FAQ - ODBC Drivers, DSN Configuration and ASP Con...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
Can two catch blocks be executed? No, once the proper catch section is executed the control goes fin...
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...