Forum: C Jan 4th, 2008 |
| Replies: 11 Views: 1,152 you should take the
int i=0 ;
int j=0;
int counter =0 ;
before clrscr(); |
Forum: Java Dec 29th, 2007 |
| Replies: 1 Views: 562 container ? like array,vector,arrayList,or you can make a new container base on java.util.*; |
Forum: Java Dec 29th, 2007 |
| Replies: 3 Views: 864 hi reading from file is not hard. <<Thinking java>> may give you some help. |