Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Luckychap ; Forum: Java and child forums
Forum: Java Jun 3rd, 2009
Replies: 11
Views: 506
Posted By Luckychap
A simple solution:


int draw()
{
int pat[7][7] = { 1, 0, 0, 0, 0, 0, 1,
0, 1, 0, 0, 0, 1, 0,
0, 0, 1, 0, 1, 0, 0,
0, 0,...
Forum: Java May 23rd, 2009
Replies: 4
Solved: Linked List
Views: 377
Posted By Luckychap
Where are you adding first node (head)?
If addValue() is suppose to add new nodes then head should also be added in this function. But it seems you are adding is manually something like this:

...
Forum: Java Jul 10th, 2008
Replies: 3
Views: 1,027
Posted By Luckychap
Its all about JDBC.
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC