Find Jobs
Hire Freelancers

Need a c project done

₹100-400 INR / hour

完了済み
投稿日: 6年近く前

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

プロジェクトについて

6個の提案
リモートプロジェクト
アクティブ 6年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
hi, I am interested to do project with you.
₹444 INR 2日以内
5.0 (1 レビュー)
0.2
0.2
この仕事に6人のフリーランサーが、平均₹344 INR/時間で入札しています
ユーザーアバター
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 40日以内
5.0 (4 レビュー)
2.3
2.3
ユーザーアバター
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 40日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
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 10日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

INDIAのフラグ
Bangalore, India
4.8
228
お支払い方法確認済み
メンバー登録日:1月 29, 2011

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。