Find Jobs
Hire Freelancers

c program debug

$10-30 AUD

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

$10-30 AUD

完了時にお支払い
hi guys i need a c programming expert to do a simple debug jobs should take a pro 5-10 [login to view URL] and message me
プロジェクト ID: 5056810

プロジェクトについて

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

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
この仕事に31人のフリーランサーが、平均$18 AUDで入札しています
ユーザーアバター
Hello. I think there is chance to help you with debug of C app? What is target platform, windows or linux? thanks
$13 AUD 1日以内
5.0 (275 レビュー)
6.1
6.1
ユーザーアバター
I'm interested in your project. Could you please provide more details like code or exe to be debugged? Thank you Serge
$20 AUD 3日以内
5.0 (69 レビュー)
5.5
5.5
ユーザーアバター
HI I am a professional c/c++ developer and reversing engineer. I can debug any project. I can help you. Thank you.
$24 AUD 0日以内
5.0 (4 レビュー)
5.0
5.0
ユーザーアバター
Hi! I am professional C/C++/C#/Java programmer. I can do this project with highest quality. Best Regards, Szymszteinsl
$30 AUD 1日以内
5.0 (14 レビュー)
4.5
4.5
ユーザーアバター
A proposal has not yet been provided
$30 AUD 0日以内
5.0 (10 レビュー)
3.9
3.9
ユーザーアバター
Hi Sir, I have worked on many project using c and c++. These are my favourite programming languages. Please give me more information about the project and let me know immediately to start. i will do it in less time. thanks
$25 AUD 0日以内
5.0 (7 レビュー)
2.5
2.5
ユーザーアバター
I'm a C programmer with 8 years' experence, I hope we can have a detail discuss about this job. Thanks! Li
$10 AUD 1日以内
5.0 (2 レビュー)
1.6
1.6
ユーザーアバター
I can start ASAP. I currently work on a daily basis with C/C++ and I do use debuggers (gdb/sunstudio/ddd/Borland and IBM CPP) a LOT. So I'm qualified to do the job properly. I´ll also send you a small report with the bug corrected describing what happened and was supposed to happen I'll do it very cheap because i'm used to and i need the positive feedback. Please send me more details if interested.
$10 AUD 1日以内
5.0 (1 レビュー)
1.1
1.1
ユーザーアバター
I am good in Linux programming and use GDB regularly to find my bugs. Tell me more about your project. I have good skills in networking and multithreading.
$20 AUD 1日以内
5.0 (1 レビュー)
0.0
0.0
ユーザーアバター
I have great experience with C programming language. If you want clean simple with comments and error handling program you found your man. Contact me for more.
$10 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I am Bachelor of Engineering in computer Science. I have about 10+ years of software development experience. I have about 5 years of C++ development experience. I am IBM certified Solution Designer Object Oriented Analysis and Design. Please provide more details
$12 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
A proposal has not yet been provided
$20 AUD 3日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
A proposal has not yet been provided
$30 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I have worked as c programmer for more than 3 years. Now I am working as a matlab programmer. I can debug c programs. So please send me details about this work.
$25 AUD 3日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I was a TA for Data Structures, a class that was taught using C++, at my university so I am very good at reading and understanding other people's code. I enjoy being the extra set of eyes for someone to catch the usually simple solution to fix. I can work with you via call/text/email if you want to understand the mistakes I find, or I can simply fix the code and get it back to you, whichever you prefer. Thank you for your consideration, I look forward to working with you. Zachary W. Stubbs
$15 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hi, I am placing the bid under the assumption that only some debugging needs to be done on the C code for you(not for embedded systems). I have extensive experience in coding in C and would be working in late hours local time (UTC+5:30) on your project if it is awarded to me.
$20 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hi! See my portfolio, I am experienced in C debugging, as I program C. Best regards, Kosta *****************************************************************************
$15 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I am a computer science graduate who is willing to do it in a very efficient manner. I am sure you will really get what you wanted to have.
$15 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hi Psinkula, I just placed my bid. I assure you that if I shall get chance to work with you, then I will strive really hard to meet best of your expectations. I am copy pasting one sample C++ code along with its documentation that we recently delivered to one of our esteemed SL clients for your kind review. Looking forward for a long term symbiotic relationship. Thank You // ************* // Program: Monthly Payment Calculator // Description: This Program Calculates Monthly Payment Amount to fully Amortize a Loan // ************* /* Include Header Libraries */ #include <stdio.h> #include <float.h> #include <math.h> #include <stdlib.h> #include <ctype.h> #include <string.h> /* Maximum length of input string. */ #define COUNT_MAX 100 /* Variable in which input number are stored. */ char ReadLine[COUNT_MAX] ; /* Function Declarations */ /* The below function verfies that the input is number */ int VerifyInput( char *ReadLine ) ; /* The below function initialises the input buffer string. */ void initializeReadLine(char *ReadLine) ; /* Variable to store the return value of function */ int retVal = 0 ; int main() { /* Function Declaration for the function which calculates the Equal Monthly Payment */ int CalculateMonthlyInstallment(void) ; int isLoop = 0 ; /* Conditional Variable that keep track whether to recalcualte Mortgage or not..based on use
$10 AUD 3日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hello, Thanks a lot for considering me for this work. I am working as an Senior Embedded Engineer in India with 5 years of overall experience. I had experience in working on C, Embedded, QNX RTOS, Algorithms, Electronics, Microcontrollers, OrCAD, Pspice, Communication Protocols like CAN, I2C, SPI etc. I can finish the work in 10 to 15 days. I can complete your work with 100% accuracy & in time. So, please consider me for this project. Waiting for a favorable reply. Thanks - gtbtech.
$25 AUD 3日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

AUSTRALIAのフラグ
Sydney, Australia
4.8
9
お支払い方法確認済み
メンバー登録日:7月 10, 2012

クライアント確認

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