Forum: Java
Jul 4th, 2005, 1:46 AM
|
|
Replies: 2
Views: 255
|
Forum: Java
Jul 3rd, 2005, 11:57 PM
|
|
Replies: 2
Views: 255
Interface design?
As a simple practice in the interface mechanism for a new java programmer, I am implementing interfaces for the following classes including requirements:
1. Bats and sparrows can fly (a possible...
|
Forum: Other Scripting Languages
Jun 19th, 2005, 2:22 AM
|
|
Replies: 1
Views: 415
Lisp help needed
I was hoping to get some help with a couple of problems I am working on.
On both problems I am working with a list of form:
(setf jane '((jane (address
(number 1201)
...
|
Forum: C
Apr 30th, 2005, 8:11 PM
|
|
Replies: 1
Views: 302
threaded merge sort help
I am working on a merge sort of two files of integers, and am fuzzy on some of the logic\syntax. I need two threads, each of which will open a file, read its contents into an array, and then sort...
|
Forum: C
Apr 27th, 2005, 4:52 PM
|
|
Replies: 0
Views: 291
Instant Messaging App Help
I was hoping someone could assist me on a text-based instant messaging client(using UDP) I am working on. I have the network communication basics already in place but, specifically, needed some...
|
Forum: C++
Mar 11th, 2005, 4:44 PM
|
|
Replies: 0
Views: 180
Finding largest file?
I was hoping to get some assistance with this C program(Linux env.) I am working on. The goal is to find the largest file in the current directory and then display this filename along with the...
|
Forum: C++
Feb 27th, 2005, 3:57 PM
|
|
Replies: 0
Views: 238
TCP Header for Echo Communication
I am attempting to construct a TCP header for a simple echo server program using header fields: type, reserve1, reserve2, data length, sequence number, and data. Type will be a char variable whereas...
|