Find Jobs
Hire Freelancers

University assignment C programming

$10-30 USD

クローズ
投稿日: 10年以上前

$10-30 USD

完了時にお支払い
I have attached the task on the assignment. Its very simple. submission must be within at most 5 hours.
プロジェクト ID: 5001856

プロジェクトについて

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

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
この仕事に38人のフリーランサーが、平均$26 USDで入札しています
ユーザーアバター
Send you in 30 mins. I am very efficient in c++. I have 15 years c++ programming experience now, and have worked for 5 years. My work is online game developing, and mainly focus on server side, under linux OS, i used c++ to make many great projects, for example, i made the tools which can convert PWScript(a script language created by our company for easy used by the game designer) to c++ files. I made our own mobile games and i am mainly resoponsible for the server side. I can even show u the client. Please let the expert help you.
$26 USD 0日以内
4.9 (94 レビュー)
6.7
6.7
ユーザーアバター
Dear Sir, I am C/C++ Professional Software Developer, I am Linux Advanced Developer, I am Database Developer and designer. I can Handle your job and do everything extremely Grate. Regards,
$59 USD 4日以内
5.0 (15 レビュー)
6.3
6.3
ユーザーアバター
Hi. I can help you on this program. it is very simple and I will implement it in less than 2 hour if you award me. Thank you.
$25 USD 0日以内
5.0 (61 レビュー)
5.6
5.6
ユーザーアバター
Its easy I can do it in next 2 hrs I can start now let me know if you need my services :) Regards, Ali Arshad
$29 USD 3日以内
5.0 (1 レビュー)
5.1
5.1
ユーザーアバター
Dear Sir, I am ready to start working on the project. I can write this program using Microsoft Visual Studio. I have a lot of experience and you can be sure you will receive a perfect program. Best regards, Drago
$28 USD 0日以内
5.0 (67 レビュー)
4.9
4.9
ユーザーアバター
Hello 20+ years of C/C++ experience, 10 years as freelancer 300+ projects completed. > I´ll send you a full tested and documented program (in code). No external documentation. > Unlimited cycles of revision in the agreed time period. > Full advice about the best way to do the implementation. Please contact me to discuss the details. Thanks.
$25 USD 1日以内
4.8 (29 レビュー)
4.9
4.9
ユーザーアバター
Hello Ready to start now. I have been working as an IT consultant and Analyst Programmer more than 9 years. I became graduated in the field of Computer Engg. both B.SC. Engg and M.Sc. Engg with MBA major in MIS. I can send you send samples. Pls check my profile I
$30 USD 0日以内
5.0 (9 レビュー)
4.2
4.2
ユーザーアバター
Hi... I can do this. I will complete it on time. I have did similar project before. Please let me know to start immediately. thanks
$25 USD 0日以内
4.9 (24 レビュー)
4.3
4.3
ユーザーアバター
Hello I have lots of experience with C/C++ I can do this assignment easily. Looking forward to hear from you. Regards
$25 USD 1日以内
5.0 (12 レビュー)
4.3
4.3
ユーザーアバター
salam.. let me help you brother.. i am programming with c for more than 15 years.. I am looking forward to hearing from you soon.
$33 USD 3日以内
5.0 (7 レビュー)
4.3
4.3
ユーザーアバター
let expert do this https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html
$30 USD 1日以内
5.0 (11 レビュー)
3.8
3.8
ユーザーアバター
Hi, I am ready for the project. Delivery will be on time and support will be provided for the finished solution. Thank you
$25 USD 1日以内
5.0 (6 レビュー)
3.8
3.8
ユーザーアバター
Hi.. I have good knowledge in C and would be able to complete it without any issues. Looking forward to working with you in this project. Thanks.
$25 USD 1日以内
5.0 (5 レビュー)
3.3
3.3
ユーザーアバター
can i help you sir need more details for the project, i can do it i have experience in .NET, C#, JAVA, php and many other language
$25 USD 0日以内
5.0 (5 レビュー)
3.5
3.5
ユーザーアバター
Loud and clear, let me do it ..................................................................................................................................
$30 USD 3日以内
5.0 (2 レビュー)
1.3
1.3
ユーザーアバター
Ready with the code for the problem you have mentioned. Just need to confirm few minor details. Waiting for reply.
$25 USD 1日以内
4.6 (1 レビュー)
1.2
1.2
ユーザーアバター
This assignment appears to be very simple. As this is a university assignment, am I correct that a program written to run under LINUX using the POSIX API will be acceptable? In the solution I provide, .... 1. It will be fully commented. 2. The user will have the option of specifying 'N' as an option from the command line. 3. The arrays will be dynamically allocated. 4. If any failure occurs, such as invalid input, inability to allocate memory or create the threads, an appropriate error message will be printed to STDERR and it will return a non-zero value. 5. Mutexes will not be needed as each thread accesses a unique array element. 6. An appropriate POSIX API will be used to wait for all the threads to finish. This will NOT be a time delay. 7. When the program succeeds, it will print the output to STDOUT and return 0. 8. There will be instructions on how to build it from the command line using GCC. Peter Mitsis
$15 USD 1日以内
5.0 (1 レビュー)
0.6
0.6
ユーザーアバター
Humm, I got the point. you need 3 integer arrays of size n. Take an expample with the value of n is equal to 10. int A[10],B[10],C[10]; Now you want a main thread which will initialize the array A and B, after this it will create 10 threads to add up each element. For ex. 1st Thread: C[0] = A[0] + B[0]; 2nd Thread: C[1] = A[1] + B[1]; 3rd Thread: C[2] = A[2] + B[2]; .............. 10th Thread C[9] = A[9] + B[9]; And finally print the 3 Arrays A,B and C. There is a question - What would be the MAX SIZE of n ??? Thanks Sumit SaS Technologies
$30 USD 1日以内
5.0 (2 レビュー)
0.5
0.5
ユーザーアバター
Hi, Hope you are well. After going through your job description, I am confident that I can accomplish the task to satisfy your requirements. I have expertise in the specific field of technical and research based writing; I have a number of articles published in International peer reviewed journals. I hold UK University degree in Computing and Information systems, and in Electronics and Communications Engineering - I welcome you to see my profile and portfolio. I look forward to discuss further on the task, should you decide to work with me. Kind Regards Monjur
$100 USD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
lets do it .i will send u the code in a few hour .i have great skill in quite a few programming language like c,c++,python c, basic,pic basic and assembly.i have allready made ur assignment just pm me and get ur code
$20 USD 0日以内
0.0 (0 レビュー)
3.8
3.8

クライアントについて

SAUDI ARABIAのフラグ
Dhahran, Saudi Arabia
5.0
5
メンバー登録日:2月 28, 2013

クライアント確認

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