How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
C++ Trees + Nodes
By kljw5 on Mar 20
Max Bid: Open to fair suggestions


Online Food Ordering System
By matrixnyc on Mar 20
Max Bid: $300


Oracle programs
By Dawa on Mar 20
Max Bid: $50


Simple invoice system
By tkc11 on Mar 20
Max Bid: $250


C# and MSScriptControl problem
By zubok32 on Mar 20
Max Bid: $5


Simple Invoice Program
By tkc11 on Mar 20
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(150 open)
   Access 
(63 open)
   MySQL 
(102 open)
   Oracle 
(7 open)
   SQL Server 
(50 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(28 open)
Game Development 
(31 open)
Graphics / Art / Music 
(43 open)
   Graphics 
(48 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(18 open)
   Music 
(8 open)
   3d Modeling 
(8 open)
Language Specific 
(92 open)
   ASP 
(69 open)
   C# 
(40 open)
   C++ / C 
(117 open)
   Cold Fusion 
(7 open)
   Delphi 
(39 open)
   Java 
(68 open)
   Perl 
(45 open)
   PHP 
(98 open)
   XML/XSL 
(26 open)
   Visual Basic 
(164 open)
   Visual Basic .Net 
(69 open)
   Other 
(64 open)
Misc 
(51 open)
   CAD 
(2 open)
MultiMedia 
(35 open)
Network 
(35 open)
   Network Design 
(6 open)
   Network Implementation 
(9 open)
Platforms 
(52 open)
   Windows 
(152 open)
     MS Exchange 
(6 open)
     MS Office 
(14 open)
     Other 
(9 open)
   Internet Browser 
(46 open)
   Linux 
(38 open)
   UNIX 
(31 open)
   Hand Held/PDA Programming 
(11 open)
Requirements 
(13 open)
Security 
(32 open)
Testing / Quality Assurance 
(13 open)
Web 
(168 open)
   Page Design 
(93 open)
   Flash 
(53 open)
   Web Services 
(75 open)
   Web (Other) 
(86 open)
Training 
(10 open)
   Computer Based 
(15 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

c program using ointers, malloc free, file operations, printf and scanf
Bid Request Id: 13264
Bookmark in my 'To Do' list
Posted by: nothing (3 ratings)
(Software buyer rating 10)
('Non-action' Ratio: Very Good - 20%)
Posted: Apr 11, 2002
7:43:58 PM EDT
Bidding Closes: Apr 25, 2002
7:54:38 PM EDT
Viewed (by coders): 100 times
Deadline: 4/2/2013
(Approx. 3666 days)
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C, UNIX
Enter chat room for this bid request
(0 active users at Mar 20, 2003 12:02:50 PM EDT)

Description:
Part A
In this part you are to write a C program which mimics the functionality of a friends list. A
friends list is often used by users on hosts to identify if any friends are logged on at the same
time.
A friends list should always report the name of the friend, the username of the friend, the time
the friend logged onto the host, whether or not the friend accepts talk sessions and where the
friend is logged on from (normally the name or address of a computer). An example piece of
output would be:
UserID Name Talk Login Time Location
joey Joe Blogg No Mon 9:20 wumpus.its.uow.edu.au
fish Fish Man Yes Mon 0:30 yoshi.cs.uow.edu.au
To generate this friends list you are going to use the program finger. The output from the finger
program should be taken and piped into your program. Using this information as the basis you
perform the following steps.
Step 1.
Write a C source file and header which is used to implement a linked list. The files should be
named linkedlist.c and linkedlist.h. Your linked list should only need an insert and find/search
function. The find/search function will print nodes and associated data for keys that match. The
key is username.Each node of the linked list should contain the following information deemed essential to solve
the friends list problem.
struct linkednode
{
char* realname; // the person real name from the NAME field
char[9] username; // the person username from the LOGIN field
int talk; // does the person accept talk sessions
int idle_time; // the idle_time in minutes from the IDLE field
char* where; // the persons location from the WHERE field
char* logintime; // The login time from the WHEN field.
};
Each node should also contain information essential to the management of the list (think about
how linked lists are represented in code).
Once you have implemented your linked list, using a similar node structure to the one above,
write a simple driver program called main.c, which populates the list with arbitrary data and can
search the list for a particular user (search is based on the username). The search should report
ALL nodes which are related to that user and all information kept in them. The search is
performed on the key username. You do not need to submit this main.c file.
Step 2.
The finger program generates the following output;
$ finger
Login Name TTY Idle When Where
david David Wilson *console 4:04 Wed 14:09
dma Donna Ashelford pts/1 16 Sat 12:24 tolchok.uow.edu.au
yi

Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

Complete copyrights to all work purchased.


program should run under unix environment

Platform:
unix and c


Must be 100% finished and received by buyer on:

Apr 2, 2013 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
i need this done within a day

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Paul Belov
(32 ratings)
in Scott, Arkansas
United States
Bid id: 147,081
This coder is certified! Click here for transcript
 
$45 (USD) Apr 11, 2002
8:25:54 PM EDT
 10
(Excellent)
   
Ready to START ASAP!

I find this project very nice. I just love pure 'C' programming for Unix. And if you look at my projects list (in resume) you'll see that I do projects of exactly this kind!

It will be done (coded & tested) by 1:00 am (this night).

As usual I will send you fisrt available alpha version so you can review coding style, density of comments and stuff like that.

Sincerely yours,
  Paul

 
 
 
 
  See 2 private reply(ies)
to/from Paul Belov.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 86 jobs 
Securenext
Rated a 9.98 on 77 jobs 
Codman
Rated a 9.97 on 129 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Michael Sharp
Rated a 9.98 on 156 jobs 
RNA
Rated a 9.92 on 33 jobs 
Buddies
Rated a 9.81 on 61 jobs 
markesh
Rated a 10 on 21 jobs 
hernest
Rated a 10 on 91 jobs 
Andrei Remenchuk
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through it's parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.