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:
Sort: Rank
C question
What is the difference between: myObj *x = new myObj[100]; delete x; and myObj *x = new myObj[100]; delete [] x; 2009-07-16, 5484👍, 0💬
Sort: Rank
Popular Posts:
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...
When should the register modifier be used? Does it really help? The register modifier hints to the c...