How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
VB DLL bug fix and demo(repost)
By style-sheets on Jul 15
Max Bid: $50


T1 (repost)
By RAUSEL on Jul 15
Max Bid: Open to fair suggestions


convert the pdf data to excel
By kmtai on Jul 15
Max Bid: $30


Web Design with Flash Work
By bd_coding on Jul 15
Max Bid: $200


printing codes and format
By waliwiz on Jul 15
Max Bid: $100


Optimize my website to be found by Search Engines
By MichaelDWeber on Jul 15
Max Bid: $40


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(141 open)
   Access 
(46 open)
   MySQL 
(83 open)
   Oracle 
(11 open)
   SQL Server 
(49 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(16 open)
   Language (Human) Translations 
(1 open)
Data Entry 
(24 open)
Game Development 
(24 open)
Graphics / Art / Music 
(50 open)
   Graphics 
(47 open)
     Adobe AfterEffects 
(5 open)
     Adobe Photoshop 
(20 open)
     Adobe Premiere 
(6 open)
     3d Animation 
(16 open)
   Art (Misc.) 
(17 open)
   Music 
(11 open)
   3d Modeling 
(11 open)
Language Specific 
(98 open)
   ASP 
(52 open)
   ASP .NET 
(38 open)
   C# 
(35 open)
   C++ / C 
(106 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(9 open)
   Delphi 
(38 open)
   Java 
(57 open)
   JSP 
(11 open)
   Perl 
(43 open)
   PHP 
(87 open)
   XML/XSL 
(30 open)
   Visual Basic 
(140 open)
   Visual Basic .Net 
(61 open)
   Other 
(55 open)
Misc 
(25 open)
   CAD 
(4 open)
MultiMedia 
(37 open)
   Video Editing 
(5 open)
Network 
(32 open)
   Network Design 
(4 open)
   Network Implementation 
(6 open)
Platforms 
(76 open)
   Windows 
(151 open)
     MS Exchange 
(5 open)
     MS Office 
(12 open)
     Other 
(7 open)
   Darwin 
(2 open)
   Internet Browser 
(43 open)
   Linux 
(59 open)
   UNIX 
(26 open)
   Hand Held/PDA Programming 
(10 open)
Requirements 
(12 open)
Security 
(35 open)
Testing / Quality Assurance 
(17 open)
Web 
(147 open)
   Page Design 
(78 open)
   Flash 
(46 open)
   Web Services 
(64 open)
   Web (Other) 
(62 open)
Training 
(12 open)
   Computer Based 
(8 open)
Other
 
Other Sites

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

C programming
Bid Request Id: 48595
Bookmark in my 'To Do' list
Posted by: tamireac (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 40.00%
Buyer Security Verifications: Good
Approved on: Feb 17, 2003
9:40:51 AM EDT
Bidding Closes: Feb 19, 2003 EDT
Viewed (by coders): 77 times
Deadline: 2/19/2003
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C
Enter chat room for this bid request
(0 active users at Jul 15, 2003 11:03:36 PM EDT)

Description:
Introduction: The exec system call overlays a new program into a process. The fork and exec combination is used very frequently in UNIX to spawn a new process and to overlay a new program. A common example is trying a shell command at a shell prompt. The shell forks a new process which starts with a shell image, then makes an exec call to overlay the shell image the shell command. Complete the following skeleton C program for spawning a process and starting a new program. /*This program reads a command line from the terminal and executes it*/ #include<stdio.h> /*declare functionm protocols here*/ /*the main fuction is given as follows main() { char*line [132]; char*command; char**argv; int pid; while(1) { if(gets(line)==0)exit(0); if(strlen(line)==0)continue; parse_command(line, command, &argv); pid = start_command(command, argv); if(pid>0)wait(0); } } /*Your job is to complete two functions: parse_command, start_command, and child*/ /*1. write a function to parse command*/ void parse_command (char[] line,char*command, char**argv) { } /*2. complete the start_command function*/ int start_command(char*command, char**argv) { int pid; /*return value of fork call //Create child process ....... if(pid==0){ /* invoke the child function here*/ } else if (pid<0){ /*print out fork error message*/ } return pid; } /*3. Complete child function*/ void child(char*command, char**argv){ int status; /*status will store the return value of an execvp system call*/ /*EXEC new command in child process by invoking execvp system call*/ ...... /*If exec was successful, this code will not be executed.*/ if(status<0){ /*print error message: a wrong command*/ } exit(0); }

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

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bi request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
C programming only

Must be 100% finished and received by buyer on:
Feb 19, 2003 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.


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!
HErcuLese
(58 ratings)
in Banglore, Karnadaka
India
Bid id: 523,542
 
$8 (USD) Feb 17, 2003
9:23:31 PM EDT
 9.59
(Excellent)
   
I can do this now itself , I will be online for next 16 hours .. So you can ask any doubts or questions.

See my old works(mainly assignments. I am a teacher.

http://www.rentacoder.com/RentACoder/SoftwareCoders/showBioInfo.asp?lngAuthorId=562592

 
 
 
 
  See 1 private reply(ies)
to/from HErcuLese.
 




Quick Bid Request 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.
 
Top Coders.

Anuj Gakhar
Rated a 9.97 on 102 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.83 on 81 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
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 its 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.