Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old May 15th, 2007, 3:53 PM   #9
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,009
Rep Power: 5 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by Eric the Red
ROFL, some of the jobs are completely easy money look at this
Quote:
Budget "$30 - 100"
This is a C project that requires a program to read a text file and count how many words exist in the text file. The program needs to detect if unique words are used more than once and count them accordingly. The program must be able to read any text file passed to it and count all word instances in it.
If you ask me, it looks like some homework assignment for some kid who's got more money than brains. Of course, this might explain why the requirements are so sketchy. For example, imagine the file contained the following:
The quick brown fox jumps over the lazy dog.
Does that count as nine words? Ordoes it instead count as eight words, because there are only eight distinct (unique) words, given that 'the' is repeated? Rather than returning a single number, should it return output that counts occurrences of all the words? For example, like this:
2 the
1 quick
1 brown
1 fox
1 jumps
1 over
1 the
1 lazy
1 dog
I'm assuming in all three scenarios that it performs in a case-insensitive manner; should this not be correct, it will change the requirements yet again.

If I were to attempt this 'job', I'd be drawing up a detailed list of requirements, and I'd then get the client to sign off on it before doing any of the actual coding. Even then, if doing this requirements analysis is too involved, you need to ask yourself if it's worth your time; after all, the client may opt for another programmer, and you might have something more productive to do.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming Contest Site - Feedback Appreciated Shane Coder's Corner Lounge 0 Jan 22nd, 2007 5:02 AM
Good C++ Books MrMan9879 C++ 3 Oct 19th, 2005 12:13 PM
I think I found a decent site for learning VB Firebirdracer14 Visual Basic 1 Aug 1st, 2005 2:02 PM
extracting info from a remote site. scorpiosage PHP 1 Jul 8th, 2005 4:41 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:35 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC