Find Jobs
Hire Freelancers

C Code Assignment

$15-25 USD / hour

Cerrado
Publicado hace alrededor de 6 años

$15-25 USD / hour

I want a C Code that takes 16 digit number as input and add 30 to individual digit. After that it is converted to hexadecimal digit and send as output. For example if the user enters 1234567890123456 as input then it should do 1+30, 2+30, 3+30 ,,,,,,,,,,, and then convert 31,32,33 ,,,,,,,,,,,,,,,, as hexadecimal and send as output.
ID del proyecto: 16914585

Información sobre el proyecto

53 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
53 freelancers están ofertando un promedio de $19 USD /hora por este trabajo
Avatar del usuario
Hello, I'm Smile Song, developer in China. I'm interesting your project very well I'm a Good C#, Python, .Net, MVC, Website Design, Angular.js, ASP.NET expert. I m quite well experienced in these jobs. Let's go ahead with me I want to service for you continously. Thanks
$22 USD en 40 días
4,9 (1020 comentarios)
9,3
9,3
Avatar del usuario
Hi there, I went through the initial requirements and I would like to have further details on this project. Let me know if you are interested so I can have complete specifics.
$22 USD en 40 días
4,9 (1048 comentarios)
7,7
7,7
Avatar del usuario
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on server side, using c++ under Linux environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$20 USD en 6 días
4,9 (215 comentarios)
7,4
7,4
Avatar del usuario
Hi There, I am Full Stack C Developer. I can write the code for you take 16 digit number as input and add the 30 to individual digit and then i can convert into hexadecimal and send it for output. I am ready to start your work right now. Would you can come to chat for project discussion? Thanks
$16 USD en 40 días
4,8 (39 comentarios)
7,3
7,3
Avatar del usuario
Hi, I can write the program you requested. Please tell which C compiler you´d prefer to to use Thank you
$22 USD en 40 días
5,0 (146 comentarios)
6,2
6,2
Avatar del usuario
Hi, I am interested in working with you on this project and can have it done in less than an hour. I have more than a decade of experience with C/C++, Data Structures, and Object Oriented design. I know how to take input, and parse the individual characters or numbers in the input. I can create a program for you in C or any language that can take any 16 digit number, add 30 to each digit, and then convert it to hexadecimal (base 16). It can then display the result to the screen. I am a freelance Software and Web Developer with several years experience working with various programming and scripting languages, including Java, C/C++, Perl, Python, and PHP. I am also a full LAMP stack developer (Linux, Apache, MySQL, and PHP). I have an Associates Degree in Computer Science and I plan on eventually completing my Bachelor's in CS with a possible minor in Mathematics. I've worked at least 6 years as an Independent Contractor for a company called Boomdizzle (a social music hip-hop website). I helped maintain their servers, create static and dynamic web pages, and custom themes based on designs they gave me. My Resume, as well as Employment History and Reviews from other clients that I've worked with (100% positive reviews), can be found on my phave donerofile. Please reach out so that any questions you may have or that I may have about this project can be answered. I look forward to working with you on this project. Thank you for taking the time to consider my bid.
$16 USD en 5 días
5,0 (30 comentarios)
5,1
5,1
Avatar del usuario
Here is the code: #include <stdio.h> int main() { int a[16],i; unsigned long long x,t; printf("Please insert the 16 digit number: "); scanf("%llu",&x); t=x; for(i=15;i>=0;i--) { a[i]=(t%10); t/=10; } for(i=0;i<16;i++) { a[i]=a[i]+30; } for(i=0;i<16;i++) { printf("%X",a[i]); } } I would really like a first review from a technical skill set. I don't mind agreeing to return the money by me creating a project which you accept. I just want a review for my C skills.
$15 USD en 1 día
5,0 (1 comentario)
4,8
4,8
Avatar del usuario
Hi...! i understand everything and i can convert this within 1 hour. you have to discuss it via chat please contact via clicking chat
$15 USD en 40 días
5,0 (9 comentarios)
4,3
4,3
Avatar del usuario
A proposal has not yet been provided
$22 USD en 10 días
5,0 (6 comentarios)
3,7
3,7
Avatar del usuario
Hey how are you? I can do this project in one hour for $20 Send me a message please we can discuss the details!
$22 USD en 5 días
5,0 (12 comentarios)
3,7
3,7
Avatar del usuario
Hello, I have been making embedded electronics products since 5 years. I have worked on C, C++, python, etc.. on Microchip, Atmel, ST micrcocontrollers. I have also made approx 100 projects on Raspberry pi, Beagle bone, etc.. ARM boards. I have done projects like home automation, industrial automation, touch switches, security systems, analog designed SMPS, wireless networks, IOT based solutions, RFID based solutions, NFC based solutions, etc.. Share your project details so we can discuss further
$24 USD en 40 días
5,0 (2 comentarios)
3,5
3,5
Avatar del usuario
A proposal has not yet been provided
$15 USD en 1 día
3,9 (5 comentarios)
3,8
3,8
Avatar del usuario
Hi, I am Embedded Firmware Developer. I have good Experience with Embedded C. I can do this. please let me know when we can start and which platform are you using? Thanks.
$17 USD en 20 días
5,0 (2 comentarios)
2,9
2,9
Avatar del usuario
Dear sir I read your description very carefully Your problem is used big num and algorithms I can solve your problem for an hour. I ever done similar your problem in university I took part in acm ICPC in university so I know many algorithms I have full experience of c++ and algorithms I am full confident to complete your project and I do my best if you let me bid on yours. I focus on client's credit than money. I want to discuss more in detail. Thank you.
$38 USD en 40 días
5,0 (8 comentarios)
2,6
2,6
Avatar del usuario
I have done multiple C and C++ projects for my Software Engineering course, ranging from a simple binary tree to a fully-fledged graphics engine. I can create the code and I'll leave detailed comments.
$15 USD en 40 días
5,0 (2 comentarios)
2,3
2,3
Avatar del usuario
I am proficient in C and C++. I have worked on such a question in my assignments and have experience with it.
$15 USD en 40 días
5,0 (1 comentario)
1,4
1,4
Avatar del usuario
I have finished the task. I can send you the code for 10 dollars only. Sample Testcase: input: 1234567890123456 output: 310x1F, 320x20, 330x21, 340x22, 350x23, 360x24, 370x25, 380x26, 390x27, 300x1E, 310x1F, 320x20, 330x21, 340x22, 350x23, 360x24
$15 USD en 40 días
5,0 (1 comentario)
0,6
0,6
Avatar del usuario
I have been studying computer Science for 9 years. I have done Masters in Computer Science. I am topper and favorite of teachers because of my codding logic. I am very good at codding c language. It is my passion. i have very good logic. I have also been teaching students programming . I can write code without getting fed up. you can avail my services by contacting me. I will love to work for you. Regards, Sehrosh
$24 USD en 30 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I have developed such software during my both my academic and professional projects, I can deliver the software in couple of hours for a fair price if we agree in terms. Basically, the user will enter as many as numbers that he wants then presses enter, (+30) the hexadecimal numbers will appear on the screen and I can make it write to a file as well.
$16 USD en 40 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
i love programing and this kind of problem is my favorite i'll be very happy if you choose me
$16 USD en 7 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
United States
0,0
0
Miembro desde feb 25, 2017

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.