Find Jobs
Hire Freelancers

Need a c project done

₹100-400 INR / hour

Opravljeno
Objavljeno pred skoraj 6 leti

₹100-400 INR / hour

For this project you will be designing and implementing a system, in either C or C++, to help a party of adventurers manage their equipment. Each party member has some collection of equipment in their pack and you will need to identify the total set of items the party has access to, which items there are duplicates of, which items only one member has, and which items they are lacking. In the first part, you should describe your design process. Did you work out the algorithm on paper or a whiteboard before hand? Did you draw UML diagrams of the system? Did you create a small prototype? Did you simply start coding away and then recode once or twice with newfound understanding? In a few paragraphs, describe in detail how you went about designing the system, and be sure to provide sufficient justification of your methodology. For the second part, you should describe the data structures you used in your system. What, if any, objects or structs did you create to store data? How did you organize and manage them? What types of formal data structures did you make use of (trees, graphs, arrays, hashes, etc)? In a few paragraphs, describe in detail how you stored the various data elements in your system, and be sure to provide sufficient justification of your methodology. For the third part, you should describe functionality of your system. How is data moved and transformed? How is it read in? How is it output? What are the various major functions you constructed and how do they work? In a few paragraphs, describe in detail how your system works, and be sure to provide sufficient justification of your methodology. You might also consider including diagrams to more easily visualize how all of the pieces fit together. Implementation Your program must provide the following functionality and adhere to the following constraints: ï‚· Allow the user to choose the file describing party they want analyzed (should not require recompilation) o The first line of the file will be the comma delimited universal set o All subsequent lines will have the party member’s name followed by a colon and then the comma delimited set of their equipment o All input files (except the bonus) will be formatted in this manner ï‚· Each member’s set of equipment must be stored as a bit vector o Either a binary integer (0,1) bit vector or a Boolean bit vector is acceptable ï‚· All resulting sets, such as the set of items the party has access to, must be generated via set operations ï‚· You may not use any of the set containers or set operations/algorithms provided by C or C++ o Examples: bitsets, sets, multisets, set_union, set_intersection, set_difference ï‚· Your program should alert the user if an item that is not in the universal set is in a party members equipment ï‚· Your program should output o The universal set of items o Each party member’s name followed by their set of items o The set of items the party as a whole has access to o The set of duplicate items o The set of items owned by only one party member o The set of items the party is lacking ï‚· The output should be provided to the user in an easy to read and understand format. Outputting a string of only 1’s and 0’s without any description of what each 1 and 0 means, is not easy to read or understand for users unfamiliar with your system. ï‚· Your code must be well commented. ï‚· You must provide a short README file which includes your name and explains how to compile and run your program. ï‚· Additionally, you may write a makefile if you want your code to compile with additional flags.
ID projekta: 17091938

Več o projektu

6 ponudb
Projekt na daljavo
Aktivno pred 6 leti

Želite zaslužiti?

Prednosti oddajanja ponudb na Freelancerju

Nastavite svoj proračun in časovni okvir
Prejmite plačilo za svoje delo
Povzetek predloga
Registracija in oddajanje ponudb sta brezplačna
Dodeljeno:
Avatar uporabnika
hi, I am interested to do project with you.
₹444 INR v 2 dneh
5,0 (1 ocena)
0,2
0,2
6 freelancerjev je oddalo ponudbo s povprečno vrednostjo ₹344 INR/uro za to delo
Avatar uporabnika
Hi, I have a lot experience with C and C++, I created a basic design -shared code below- and I can improve it after getting project. Best, Mehmet #define MAX_NUMBER_OF_USER_PER_PARTY 256 //can be updated //This enum represents equipment list //we can represent each member with one number enum Equipment { equipment1 = 0x00000001, equipment2 = 0x00000002, equipment3 = 0x00000003 } struct User { std::string userName; Equipment equipment; //We can convert this to array, ,if equipment list is bigger }; struct Party { std::string partyName; User users[]; } //This class parse comma delimited file Universel set //and fill Party, User and Equipment sets class UniverselSetParser { }
₹333 INR v 40 dneh
5,0 (4 ocen)
2,3
2,3
Avatar uporabnika
Hello there, We've read your requirement and understood that you want us to build a C/C++ app as described. We are Infraveo, having 25+ Full stack developers (including Android Developers), 15+ system admins often doing these kind of works. Hence, I think we can better help you with! Regards, Anand Sharma -Infraveo
₹400 INR v 40 dneh
0,0 (0 ocen)
0,0
0,0
Avatar uporabnika
Hi .I have 2yrs experience in manual testing .Working web and windows based project.I have best knowledge of testing .I have strong knowledge of regression integration Functional testing............
₹277 INR v 10 dneh
0,0 (0 ocen)
0,0
0,0

O stranki

Zastava INDIA
Bangalore, India
4,8
228
Plačilna metoda je verificirana
Član(ica) od jan. 29, 2011

Verifikacija stranke

Hvala! Po e-pošti smo vam poslali povezavo za prevzem brezplačnega dobropisa.
Pri pošiljanju vašega e-sporočila je šlo nekaj narobe. Poskusite znova.
Registrirani uporabniki Skupaj objavljenih del
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Nalaganje predogleda
Geolociranje je bilo dovoljeno.
Vaša prijavna seja je potekla, zato ste bili odjavljeni. Prosimo, da se znova prijavite.