Programmers for Hire
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgrammers for Hire

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 15th, 2003, 09:05 AM
Arial Arial is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: South Africa
Posts: 1 Arial User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Project help!!!

Hi, I hope someone can help me. I have a project to complete and I don't know where to start. I have to design a recruitment agency solution that has both asp.net and windows forms and both should access a database through a web service. Any help would be appreciated!!!

Reply With Quote
  #2  
Old November 18th, 2003, 06:58 AM
odonovanpm odonovanpm is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 5 odonovanpm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
help

what do you need to know?

Reply With Quote
  #3  
Old March 23rd, 2004, 11:56 PM
pleasehelp pleasehelp is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 pleasehelp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anyone write this program

please email me cyprien@cox.net

The Program

You will write a program which will prompt the user to enter a string and accept the string using service 8. It will then count the number of occurrences of each character in the user's input and display the count. Running the program may look like the following (user's input is in italics):
-> I regret that I have but one program to write. : 9.: 1I: 2a: 3b: 1e: 5g: 2h: 2i: 1m: 1n: 1o: 3p: 1r: 5t: 6u: 1v: 1w: 1
Internals

You will create a "count" array of 128 bytes, one for each ASCII character. Initialize this array to all 0s. After you read input using service 8, go through the input array and for each character in the array add one to the position in the count array which has the current character's ASCII code for its index. For example, if the current character is 'A' you will increment position 65 in the count array. To display the counts run a loop reading the count array from position 32 to position 127 and whenever the value found is greater than 0 display the character having the ASCII code of the current index and display the count found in that position of the array.


You must make significant and appropriate use of procedures in your program. Your program should show a clearly thought-out design and good organization.

Notes:

You will need a character array for user input. It should be at least 80 bytes long.

When displaying the counts you can skip positions 0 through 31 in the count array since these correspond to ASCII codes for non-printing characters. When you read or write to the count array remember that you are reading or writing bytes not words.

Reply With Quote
  #4  
Old March 23rd, 2004, 11:57 PM
pleasehelp pleasehelp is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 pleasehelp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I hope someone can help me with this program as soon as possible

please email me cyprien@cox.net

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgrammers for Hire > Project help!!!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway