
Suljettu
Julkaistu
I have a working C++ application that currently relies on hard-coded values; I now need that logic moved into a subroutine capable of reading the same data from an external file instead. Your job is to extend the existing subroutine so it accepts file input, integrates the data seamlessly into the program’s current flow, then compile and run the whole project on a free Red Hat Enterprise Linux environment (Fedora, CentOS Stream or any other RHEL-compatible distro is fine). You will receive: • The current source tree and a brief note on where the new functionality plugs in. • A sample data file that illustrates the expected format. What I expect back: • Updated source code with clear in-line comments that show where changes start and end. • A Makefile (or [login to view URL] if you prefer) that builds cleanly with g++ on RHEL using the standard repos. • A short README describing the file input format, any additional libraries you used (preferably standard C++17 only), and the exact commands you ran to compile and execute. • Proof of execution: either a terminal capture or a small screencast demonstrating the program reading the sample file and producing the correct output. I am ready to share the code as soon as we agree on timing, so let me know how soon you can turn this around.
Projektin tunnus (ID): 40298948
20 ehdotukset
Etäprojekti
Aktiivinen 29 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
20 freelancerit tarjoavat keskimäärin ₹2 421 INR/tunti tätä projektia

Does the hard-coded data currently sit in one function, or a few places? Will the sample file always have same format, or should I handle small variations too? Do you want Makefile only, or CMake also ok on Fedora/CentOS? I’ve done similar small C++ changes before, mostly moving constants to file input and making sure build works on Linux. I went through your description carefully and this looks straightforward, just needs clean handling so existing flow doesn’t break. Hi, this is Ambar Shome, I work independently but also run Shome & Associates for larger projects. Plan is simple. I keep the current subroutine, add file reader using std::ifstream, no extra libs. Parse line by line, split tokens safely, ignore empty lines. Put values into a struct instead of hard-coded vars, easier to pass. Add basic validation so bad file won’t crash program. Keep default values if file missing (helps during compile tests). Write Makefile with g++ -std=c++17 using only standard repo packages. Add small console print showing file loaded, useful for proof run. README will show exact commands I use on RHEL compatible system and sample run output. Should the file be read only once at start, or every time the routine is called?
₹1 250 INR 40 päivässä
7,3
7,3

Hello, i will start the work right now, and finish it at the earliest. I have earlier worked on similar user input from file related C++ projects earlier, i can do the work fully according to your requirements. Reply me to discuss on this project. Thanks. - Munish Gaurav
₹1 500 INR 40 päivässä
5,5
5,5

Hi, With over 15 years of solid industry experience in software development and a proven track record working with prominent companies like Avaya, Pramati, CGI, Yash, GMS, Vcentric, Meta-io, CTI Services, and MMTex; I bring an extensive array of skills with me. This encompasses strong command over critical areas like C++ programming, Linux usage, scalable software architecture designing and construction. I've worked in event-driven systems ensuring performance optimization and built robust, low latency systems capable of handling complex real-time workloads. Notably, my work has centered on crafting efficient coding solutions which scale effectively in terms of performance optimization. My specialization extends beyond C++ as I am also skilled in Python and its popular packages i.e TensorFlow, PyTorch, Scikit-Learn which are all relevant to this project. My exposure to system design will make it easy for me to understand your existing codebase.
₹1 875 INR 40 päivässä
4,7
4,7

As a seasoned software engineer armed with the skills and experience in C++, I am confident that I can execute your project with great precision. Having worked on numerous complex software projects with big companies like Google and Apple, I understand the value of building a reliable and efficient system, which is exactly what you need for your current project on RHEL. My expertise in software engineering, especially in writing clean, maintainable code, designed to scale and work seamlessly within any given environment makes me the perfect fit. My specialty lies in analyzing and understanding existing codebases before executing improvements or integrating additional functionalities just as is required here. Additionally, I am well-versed in using C++17 for development which aligns perfectly with your requirement of sticking to standard C++17 libraries. Beyond delivering quality results, my emphasis on maintaining open lines of communication with my clients ensures that you'll be well-updated throughout the project's execution journey. Combining all these factors, my goal is to enhance your current logic with external file input capabilities while maintaining the integrity of your current program. You deserve an expert who understands your needs, appreciates a granular level of detail and executes efficiently - that's me.
₹1 875 INR 40 päivässä
3,7
3,7

With over 20 years of experience in software development, I am well-prepared to help you complete this C++ project flawlessly. My skills and expertise extend to infrastructure needs like RHEL, Fedora and CentOS Stream - making me the ideal candidate for your project. Additionally, my proficiency in languages including Python, Java, Dart and more provide me with vital experience that will allow me to work with your current source tree seamlessly. What sets me apart is not only my technical capabilities but also my ability to articulate those skills effectively. My track record of delivering clean, well-documented code - precisely what you are requesting - can be seen throughout my two-decade-long career. Lastly, I am a keen collaborator who knows the significance of constant communication and meeting deadlines even under remote circumstances. This is essential when it comes to turning around your project quickly and efficiently without sacrificing any aspect of its quality. Let's not just complete this project; let's enhance it by incorporating innovative approaches!
₹1 875 INR 40 päivässä
3,3
3,3

✨Hello, Client!✨ I can read your project description carefully. You wanna modify your existing C++ application to replace the hard-coded values with file-based input while keeping the current program flow. I have experience in C/C++, Algorithm, and MFC etc. So I can help what you want perfectly. I can start immediately and deliver within a few hours once I receive the source and sample data file. Looking forward to working with you. Best regards, Idella
₹1 875 INR 40 päivässä
0,0
0,0

I am interested to bid for this project on updating the C++ application. I come with over 15 years of industry experience in application development in C/C++/C#. Currently I am taking a break from Industry to pursue some of my personal interests and am available for about 25 hours/week (adjustable). My relevant expertise includes: • Profiling and benchmarking using tools such as Valgrind, purify, quantify etc. • Memory optimization — reducing allocations, eliminating leaks, and improving cache locality • Algorithmic improvements and data structure redesign for measurable speed gains. I would welcome the opportunity to discuss the project scope in more detail. Thanks and Regards, Kousik
₹1 875 INR 25 päivässä
0,0
0,0

Hello, I’m very interested in this project. I am a Computer Science and Engineering (CSE) student at MNIT Jaipur and have strong experience with C, C++, and Linux through my coursework and personal projects. I understand the requirement to move the current hard-coded logic into a subroutine that reads data from an external file and integrates it into the existing program flow. I am comfortable with C++17 file handling, modular code design, and compiling/testing programs in Linux environments such as Fedora or other RHEL-based systems. My experience includes C/C++ programming, Linux development, software architecture, software testing, software development, and version control using Git. I will deliver updated source code with clear comments marking the changes, a clean Makefile or CMake configuration for building with g++ on a RHEL-compatible system, a short README explaining the input format and build/run commands, and proof of execution showing the program reading the file and producing the correct output. Although this will be my first project on Freelancer, I am confident in my skills and committed to delivering high-quality work. I am available every week day for 2+ hours and can start immediately once the code and sample file are shared. Best regards, Dhruvik CSE Student, MNIT Jaipur
₹1 250 INR 18 päivässä
0,0
0,0

Hello, I am an experienced C++ developer with strong Linux environment knowledge. I can modify your existing application to read input from an external file and integrate it smoothly into the current program flow. I will provide clean and well-commented code, a working Makefile or CMake build setup, proper testing on a RHEL-compatible system, and a clear README with compilation and execution steps. I can start immediately and deliver quickly after receiving the source code and sample data file. Regards,Vikram
₹1 250 INR 40 päivässä
0,0
0,0

im good in this especially because i can do good, powerful and easy to maintain parsers. Or i can integrate existing parsers if they will be capable to handle your tasks
₹1 250 INR 40 päivässä
0,0
0,0

What you require is not much, and it can be delivered easily, I just need to know which file format you prefer.
₹1 400 INR 10 päivässä
0,0
0,0

Yes, i have experience with C, CPP, DS, Linux over 5+ years and really interested in this project. If you are interested, let me know, we can connect for the same on chat. Note: Budget is negotiable.
₹1 250 INR 40 päivässä
0,0
0,0

This seems like a simple enough change to make. Feels like a few hours work from what you indicate
₹1 875 INR 40 päivässä
0,0
0,0

Gurugram, India
Liittynyt maalisk. 14, 2026
₹750-1250 INR/ tunnissa
₹12500-37500 INR
€30-250 EUR
€30-250 EUR
₹3000-6000 INR
₹1500-12500 INR
₹12500-37500 INR
₹1500-12500 INR
₹600-1500 INR
₹1500-12500 INR
€8-30 EUR
$15-25 USD/ tunnissa
₹600-1500 INR
$10-30 AUD
$10-30 USD
₹600-1500 INR
$10-30 USD
$10-30 USD
₹37500-75000 INR
£250-750 GBP