Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Reducing the Final Size of an Executable File
How to reduce the final size of an executable file?
✍: Guest
Size of the final execuatable can be reduced using dynamic linking for libraries.
2007-02-26, 8567👍, 0💬
Popular Posts:
How can I show HTML examples without them being interpreted as part of my document? Within the HTML ...
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...
What is PMP(project management plan)? The project management plan is a document that describes the p...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...