You are here:

Programming

Recent Answers

2009-11-23 Perl & CGI - Can't find string terminator "END_HTML" anywhere before EOF:

I personally recommend swapping out the <<END_HTML tag with the qq tag, as follows: print qq~ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www

2009-11-23 Java - static class loading vs dynamic class loading?:

Izzzz - Static class loading occurs when the name of the class to be loaded is known to the Java compiler, and the full name can be placed in the class file. The JVM will use the name in the class

2009-11-23 C++ - c++:

Hello Annabelle I think the common words are supposed to be ignored, just like numbers and punctuation. So, you need to read the common words file into a STL set. A set is like a map, but easier. Then

2009-11-23 C - Reverse satck .:

Canno, I don't have much time right now to look at your problem. I will look at it later today. But I repeat that you should remove all redundant code referring to stack node 1 Remove struct stackNode1

2009-11-23 VB.NET - VB Express 2005 variable file name extention:

you will have to append an extension at the end as well if the user is not providing extension with the file name e.g. Dim textFileStream As New IO.FileStream("C:\Documents and Settings\adam\Desktop\

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.