User Profile

Collapse

Profile Sidebar

Collapse
Slowjam
Slowjam
Last Activity: Nov 3 '06, 11:18 AM
Joined: Oct 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Slowjam
    started a topic simple java sender/listener program
    in Java

    simple java sender/listener program

    I'm doing C++ and Computer Networking courses and having a hard enough time but have to write a short java program to test a batch file we had to create.

    What I want to do for now is just make a server that listens to connections
    through a port, and accepts it's connections from the client. In other words, I need to creat a primitive messaging service to test on my computer via DOS.

    I don't know much about java...if...
    See more | Go to post

  • Slowjam
    started a topic Bubble sort for anagrams/words
    in C

    Bubble sort for anagrams/words

    How do I correct the program below to search all the anagrams in a given file.

    First, for each word, build another word (its key) with all its letters sorted. For instance, build "dorw" for "word", or "eelttr" for "letter".
    Build an array of all the keys, and sort it using a bubble sort. I have to write a modified version of bubble sort that maintains also the array of the primary words....
    See more | Go to post
No activity results to display
Show More
Working...