Forum: Java Feb 26th, 2009 |
| Replies: 6 Views: 6,439 I would go with the following logic:
if no integer portion is provided, check if decimal is given along with atleast one fractinal portion of the decimal, also forces user to give atleast one... |
Forum: JSP Feb 18th, 2008 |
| Replies: 0 Views: 1,786 Any idea how we can setup a progress bar or display speed by refreshing the jsp page to continuously show some of the variables probably read from a text or properties file showing the progress of a... |
Forum: C++ Oct 11th, 2007 |
| Replies: 24 Views: 62,009 What are the answers for you questions? |
Forum: C++ Oct 8th, 2007 |
| Replies: 9 Views: 17,839 while( *(outstr++) = *(instr++) );
that ; almost killed me... why do we need that |