Find Jobs
Hire Freelancers

C++ project

$50-100 USD

В роботі
Опублікований over 3 years ago

$50-100 USD

Оплачується при отриманні
I have a C++ example project (DLL) I need to add some code to it that I also have already completed: 1. Named pipe code (from MSDN and is ready to implement) 2. String splitting method I then need some basic functionality added in an event called from the named pipe code: 1. Split the received data/string 2. Have a few comparison's in there such as: if (strData[0] == "sendOrder") { account->SendOrder(....); } That's it. Pretty simple, but I am limited in my C++ experience so it's going to take a lot less time to hire someone than to sit here and fiddle with it
ID проекту: 27461546

Про проект

16 пропозицій(-ї)
Дистанційний проект
Активність 4 yrs ago

Хочете заробити?

Переваги подання заявок на Freelancer

Вкажіть свій бюджет та терміни
Отримайте гроші за свою роботу
Опишіть свою пропозицію
Реєстрація та подання заявок у проекти є безкоштовними
16 фрілансерів(-и) готові виконати цю роботу у середньому за $70 USD
Аватарка користувача
Hello Sir/ Ma’am We are a group of Software Engineers (Programmers) having 10+ years of experience. Expert in JAVA, C, C++ , C# , Python, MATLAB. Done 700+ projects here on FREELANCER.COM. The bid is negotiable and we can talk about the price. Please check my profile once for reference and expertise. https://www.freelancer.com/u/NovaSofts?w=f Thank you
$75 USD за 1 день
4,8 (387 відгуки(-ів))
7,8
7,8
Аватарка користувача
Hi, I have previous experience working with named pipes under Windows, so I might be able to help you. Will need to discuss further details. Thank you Serge
$55 USD за 5 дні(-в)
5,0 (142 відгуки(-ів))
6,2
6,2
Аватарка користувача
Hi, I guess this project is about Metatrader. I'm expert in Metatrader.
$100 USD за 7 дні(-в)
5,0 (25 відгуки(-ів))
5,6
5,6
Аватарка користувача
hi, it's not a difficult task for me and i can do it as required and on time . regards,
$75 USD за 2 дні(-в)
4,9 (57 відгуки(-ів))
5,0
5,0
Аватарка користувача
I CAN COMPLETE YOUR PROJECT EASILY Hello, I am programmer with enough experiences on C/C++ for 13 years. C/C++ is nice programming language and I am majoring on it for long years so I have confident to complete your project by C/C++. I can work by full time for your project and trying to satisfy the requirements. I am designing the project from scratch and structure it well. I am following the project's design process exactly, and if any error is found, fix it within 24 hours and provide maintenance free of charge for a month. Client's idea + Programmer's good coding is the perfect result, this is my idea. I want to keep long-term relationship for customer so I want to give the nice result. If you want the perfect result, please contact with me.
$100 USD за 7 дні(-в)
4,4 (17 відгуки(-ів))
5,9
5,9
Аватарка користувача
Within 5 hours. Please visit my portfolio and check algorithm certifications. Hello. I have full experience with C++/C#/Java/Python experience and all kinds of GUI programming. I am the right person for this job since I participated in ACM/ICPC contest and won good results. Please choose me and turn your dream into reality. Hoping we can meet over chat......Thanks.
$100 USD за 1 день
4,9 (7 відгуки(-ів))
4,9
4,9
Аватарка користувача
Hi, I will make all codes and reports and will provide you with quality notes. I' m a expert and have 10 years of experience in C++, c# , vb.Net. I' ll provide you quality work according to your project. Please award me the project so that we can discuss it more. Thanks! "Ilya"
$50 USD за 1 день
5,0 (13 відгуки(-ів))
4,8
4,8
Аватарка користувача
Hi. I can complete your project on time and within your budget. I have worked on similar projects to what you are looking for, and I am confident I can exceed your expectations. I can achieve the results that you are asking for. I am an experienced Thanks.
$75 USD за 5 дні(-в)
5,0 (7 відгуки(-ів))
3,1
3,1
Аватарка користувача
Hello I have an experience in C, CPP, TCP-IP, UDP, Semaphore etc... I have read your proposal, I will do your job with 100℅ satisfaction. If you are looking for a person who can do good job in timely manner then I am perfect choice. If you want to hire me then please contact me. Thank you. Regards Mahesh
$56 USD за 1 день
5,0 (8 відгуки(-ів))
2,9
2,9
Аватарка користувача
Hello. I am an old experienced C++ developer and I did lots of projects with C++ for 7 years. I have a deep knowledge about C++ main concepts and functionalities and so on. I can provide the best product for you and you will be happy with it. I hope I can get a chance to show you my products which are written in C++ Thanks Best Regards.
$75 USD за 1 день
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
hello i have expreince more than 5 years on C++ and i can make your project send me message.
$75 USD за 7 дні(-в)
0,0 (1 відгук)
0,0
0,0
Аватарка користувача
Hello! My name is Andrei Matei and I am new to freelancing, but I am interested in your project as I think I would do a great job with my skill set, and because I also need great portofolio pieces. This means that I would be more than happy to revise and polish your app as much as necessary to fulfill your expectations. I have extensive experience with C++ and algorithms, and my perfectionist nature would come in handy when completing the task. Thank you very much for taking me into consideration!
$50 USD за 1 день
0,0 (0 відгуки(-ів))
1,8
1,8
Аватарка користувача
Hello C++ client I am Freelancer Visual C++ who created skills C++ portfolio here at www.freelancer.com/u/francoDeveloper1 Yes please can you send me the Dll file and the project complete to add better these basic functions My budget is only $60
$60 USD за 7 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
I have very good experience of four years in C++ programming. so, If understood your Problem statement correctly, there is string data being called in an event and certain substring of this called string has to be compared with ("sendOrder" or some string like this). In case it matches the account number has to be saved in an array. sample code. int main() { x= function (); // which returns the value of this sought xxxxxsendOrderxxxx if (strData[0] == substring(x)) //basically have to use series of string function to extract sendorder for comparison { sendorder[] = accountnumber[][]; } else { // code based on functionality } } Would be happy to work with you on this,looking forward for this.
$60 USD за 7 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
Internee with Amazon with strong grip on data structures along with development skills . I believe , i m good match for this
$60 USD за 2 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0

Про клієнта

Прапор MOZAMBIQUE
Maputo, Mozambique
5,0
12
Спосіб оплати верифіковано
На сайті з лип. 13, 2020

Верифікація клієнта

Дякуємо! Ми надіслали на вашу електронну пошту посилання для отримання безкоштовного кредиту.
Під час надсилання електронного листа сталася помилка. Будь ласка, спробуйте ще раз.
Зареєстрованих користувачів Загальна кількість опублікованих робіт
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Завантажуємо для перегляду
Дозвіл на визначення геолокації надано.
Ваш сеанс входу закінчився, і сеанс було закрито. Будь ласка, увійдіть знову.