Gaurav Faujdar

Greenhorn
+ Follow
since Apr 11, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Gaurav Faujdar

I feel that pair programming is about discussing and solving your problem together rather than only sitting together on a computer, where one person is typing away and the other is plainly watching.
Of course, once you have a algorithm for you problem there is hardly any point sitting together but when you are still in the primitive stages of your solution I have experienced that it helps if two people are sitting together and charting out a roadmap to solve it.
I am still a beginner in this field so pardon me if I dont get the hang of pair programming the way its meant to be.
just loop through the array count the occurances of 1's or 0's and fill the array. you should have sorted array in O(n)
17 years ago
i dont think jxl allows you to embed other objects...might want to have a go at openoffice api.
you should use another constructor of the Timer which allows you to set it as a deamon. Also, look at other schedule methods of Timer class.
17 years ago
try something like

to know where you program is trying to read the file from.
[ August 01, 2007: Message edited by: Gaurav Faujdar ]
17 years ago