Find Jobs
Hire Freelancers

Need a c project done

₹100-400 INR / hour

Terminado
Publicado hace casi 6 años

₹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 del proyecto: 17091938

Información sobre el proyecto

6 propuestas
Proyecto remoto
Activo hace 6 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
hi, I am interested to do project with you.
₹444 INR en 2 días
5,0 (1 comentario)
0,2
0,2
6 freelancers están ofertando un promedio de ₹344 INR /hora por este trabajo
Avatar del usuario
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 en 40 días
5,0 (4 comentarios)
2,3
2,3
Avatar del usuario
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 en 40 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 10 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de INDIA
Bangalore, India
4,8
228
Forma de pago verificada
Miembro desde ene 29, 2011

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.