Since 4/3/2012 7:40:02 AM, mrb_16 has written 6 articles and participated in 0 conversations. mrb_16 signature: mrb_16
mrb_16's articles:
Items(6) /1
Synchronized3101 (3/14/2007 3:38:36 PM) comp.lang.java.programmer In my application I have two methods which can be run by an infinitenumber of threads, the operation of the method is to output an arrayof contents one line at a time. If I use the keyword synchronized onthe D... Mr
Date problem589 (3/12/2007 4:10:18 PM) comp.lang.java.programmer Hi all,I've been trying in vein to work this out but i simply can't find away of doing it. I'm trying to compare a date stored to the currentdate, but I want to find out whether or not a date is 2 days olderth... Mr
Concurrency problem685 (3/12/2007 10:41:20 AM) comp.lang.java.programmer Hi,I'm developing an application that uses a Collection class to store anarray of objects which specifies several operations, such asaddtoCollection, deletefromCollection, displayCollection etc. Theproblem is,... Mr
Problems with c++ templates1266 (10/21/2006 8:51:52 PM) comp.lang.c++.moderated Hi all, I'm currently studying templates in C++ and i'm really puzzled by why the compiler doesn't like my code!!! I think I understand the concept. I have created a Stack class which has a pointer to a Node c... Mr
CGI script form to email314 (6/5/2006 10:27:05 PM) comp.lang.php Hi all, I am desperately seeking some guidance/help for this project. I have designed a form using html and it is designed to collect feedback from a user. It is now on a web server, but I don't know how to ... Mr
CGI scripts163 (6/1/2006 9:35:45 PM) comp.lang.javascript Hi all, This is going to sound like such a rookie question I know but I am completely clueless about this! As part of a disertation i need to collect information from a companys customers and I have decided to... Mr