
Closed
Posted
Paid on delivery
I’ve uploaded a small bundle of C++ source files, their accompanying database dump, and the HTML / CSS front-end that sits on top of them. A few issues crept in that I can’t pin down: • the C++ code will not compile cleanly – basic syntax errors keep popping up • the database schema needs a quick rationalisation for speed and consistency • several layout glitches appear in the HTML / CSS, and the labour-cost figure returned to the page is wrong What I need from you is simple: return fully working copies of each file along with a brief note of what you changed and why, so I can follow the fixes later. Tested, readable code is a must; if you use tools such as clang-format, MySQL Workbench, or browser dev tools, great—just mention them so I know how you verified the result. Send back the corrected .cpp, updated database script, patched HTML/CSS, plus the short change log. Once everything builds, renders, and the labour-cost output is correct, we’re done.
Project ID: 40440013
49 proposals
Remote project
Active 4 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
49 freelancers are bidding on average ₹21,984 INR for this job

As an ISO 9001:2008 Certified, Global IT provider for over 10 years, my team at Carol Date Technology knows their way around bugs and syntax errors like nobody else. We specialize in all areas of web and mobile development - our expertise will be a perfect fit for your project. With 45 days of error-free service, you can trust us to deliver clean and tested code that complies perfectly. I personally plan on using JS, PHP, and MySQL to extensively debug your code while adhering to the latest best practices. I'm even open to incorporating tools such as clang-format and MySQL Workbench for supplementary quality assurance. Not only do we identify issues, but we also provide valuable guidance by documenting our changes and explaining why they were necessary. Our mission aligns perfectly with your project's needs - your satisfaction is our top priority! Let us optimize your C++ code, rationalize the database and enhance the layout (avec labor-cost fix of course!). Together, we'll make sure that everything builds smoothly, renders beautifully, and return correct labor-cost output. Let's get started with a pragmatic promise of continued support after the final delivery as well! Be rest assured that choosing us means trusting your project in skilled hands!
₹25,000 INR in 7 days
7.0
7.0

As an experienced Full Stack Developer, I believe I possess all the skills necessary to tackle the issues faced in your C++, database, and HTML project. Debugging isn't just about identifying syntax errors, it's about a deep understanding of the programming language, attention to detail, and meticulous testing. I promise to not only rectify the compilation errors in your C++ code but also document each correction step-by-step so you can comprehend the fixes easily. I've spent over a decade perfecting my proficiency in MySQL and possess the ability to swiftly optimize database schemas for speed and consistency. However, my expertise goes beyond just troubleshooting codes; I am astutely familiar with HTML/CSS intricacies and approaches using browser dev tools that will effectively patch any layout glitches present. With an extensive portfolio filled with successful projects and long-term support promises, you can rely on me for more than just handing over clean copies. I assure you of scalable and secure solutions that will enhance your website's functionality. My aim is not just to complete tasks but to provide value through tested, readable code and exhaustive documentation
₹27,500 INR in 7 days
6.4
6.4

Your C++ won't compile because you're likely missing header guards or have circular dependencies between your source files. The database schema probably has no indexes on foreign keys, which will kill performance once you scale past a few hundred records. And if the labour-cost calculation is wrong, you've got either a type mismatch in your C++ output or a JavaScript parsing error in the front-end. Before I touch the code, I need clarity on two things: What compiler and C++ standard are you targeting (GCC 11 with C++17, or MSVC with C++14)? And what's your expected query load on the database - are we talking 10 concurrent reads or 1000? Here's the fix strategy: - C++ COMPILATION: Run static analysis with clang-tidy to catch undefined behavior, fix missing includes, and resolve any namespace collisions. I'll ensure clean builds with zero warnings under -Wall -Wextra. - MYSQL SCHEMA: Add composite indexes on join columns, normalize any repeating groups, and set proper foreign key constraints with ON DELETE CASCADE where appropriate. I'll benchmark query execution time before and after. - HTML/CSS LAYOUT: Use Chrome DevTools to isolate the rendering bugs - likely flexbox alignment issues or z-index conflicts. I'll verify cross-browser compatibility on Chrome, Firefox, and Safari. - LABOUR-COST LOGIC: Trace the data flow from C++ output through the database query to the front-end display. If it's a floating-point precision issue, I'll switch to fixed-point arithmetic or proper rounding. I've debugged 40+ legacy codebases where "small fixes" turned into architectural rewrites because no one asked the right questions upfront. Let's get on a quick call to walk through your build environment and confirm the expected output format - I don't start work until the acceptance criteria are crystal clear.
₹22,500 INR in 7 days
6.9
6.9

Using tools like MySQL Workbench helps me identify and quickly fix any inconsistencies in the database schema to ensure it's optimized for speed and consistency. Additionally, my solid understanding of C++ syntax helps me eliminate any compile-time issues in the code. When correcting any layout glitches in HTML & CSS, I validate using browser dev tools so that it renders perfectly on different screens. To streamline my development process and assure transparent changes, I'll document all the fixes I make and why they were necessary so you can easily follow them later. Customer satisfaction is my top-most priority and hence I offer 2-3 revisions along with delivering tested, readable codes which will save you time and effort. Collaborating with me would mean having a seasoned professional dedicated to your project's success. Let's connect via Freelancer chat to discuss more about this exciting project!
₹12,500 INR in 7 days
6.3
6.3

With over 8 years of hands-on experience in web design and development, coupled with my comprehensive knowledge of HTML, MySQL, and web development, I can provide you with the world-class service you require. Not just understanding the intricacies of C++, but also maintaining databases for speed and consistency as well as fixing HTML/CSS layout glitches is something I excel at. Hence, bringing your project to its desired level of functionality will not be a big deal for me. To fix the syntax errors in C++, I will effectively utilize tools like clang-format to ensure a clean compilation process. Additionally, my expertise in using MySQL Workbench will aid me in optimizing your database schema for improved performance. Lastly, I employ browser dev tools to carry out an intricate analysis of your web projects so that every labor cost figure on your HTML pages is absolutely precise. In conclusion, employing me for this project means getting quality work done within the required time frame. Your satisfaction matters to me, so apart from returning fully functional copies of each file with brief notes explaining the changes made and their rationale, I am committed to providing you with tested and readable code that will allow you to easily understand any adjustments made later on. Let's bring this project back on track together!
₹15,000 INR in 7 days
5.2
5.2

Hello, I reviewed your project details carefully and I’m confident I can deliver a professional, responsive, and fast-loading website that matches your requirements. With 8 years of experience in website development, I specialize in creating modern, mobile-friendly, and SEO-optimized websites with clean UI/UX design. What I can provide: * Responsive design for mobile, tablet, and desktop * Fast loading speed and optimized performance * SEO-friendly structure for better visibility * Contact forms, booking systems, or eCommerce functionality if required * Clean, modern, and user-friendly design * Revisions until you are fully satisfied I have worked on similar projects before and understand the importance of quality, communication, and meeting deadlines. I can start immediately and provide regular updates throughout the project. I’d be happy to discuss your goals and suggest the best solution for your website. Looking forward to working with you. Best regards, Ashir Ali
₹12,500 INR in 7 days
4.8
4.8

Good day. After fast look i've found at least one error and few places for optimisation. As i understood currently program uses C++11 and you need to rewrite it it C++98. Can done this task ASAP.
₹25,000 INR in 2 days
4.8
4.8

With over 9 years of experience, I guarantee a comprehensive fix to the issues encountered within your project. My experience in web development includes proficiency in using HTML and MySQL, perfect for addressing any challenges that may arise in your databases or HTML/CSS elements. I am also adept at Linux and Windows servers, making me a valuable asset in ensuring the compatibility of your project across different platforms. To deliver well-tested and coherent solutions, I lean on effective tools and techniques such as utilizing clang-format for clean code compile, MySQL Workbench to optimize database dumps, and browser dev tools to eliminate layout glitches. This process will be accompanied by a change log that outlines all the interventions made along with the reasoning behind them for easy comprehension on your part. By giving me this opportunity, you can expect nothing but a fully-functional project with an improved database schema that will ensure speed and consistency, corrected labor-cost figure on your webpage, and most importantly, a hassle-free future maintenance of the project. I can also provide free 3 months support post-delivery to ensure that you are fully satisfied with the final outcome. Trust my expertise transform your project from its current state into an error-free reality!
₹25,000 INR in 7 days
4.5
4.5

Hello, I’m Dhruv Patel, and I can help fix and stabilize your complete project stack including the C++ source files, database schema, and HTML/CSS frontend issues. I have experience working with C++, web development, debugging workflows, database handling, and full-stack application troubleshooting. I focus on clean, readable, and properly tested fixes instead of temporary patches. I can help with: * Fixing C++ compilation & syntax errors * Debugging incorrect labour-cost calculations * Database schema cleanup & optimization * HTML/CSS layout issue resolution * Cross-checking frontend/backend data flow * Code cleanup and formatting for maintainability What you’ll receive: * Corrected and fully working `.cpp` files * Updated database script/schema * Patched HTML/CSS files * Brief change log explaining fixes and reasons * Tested build and verified outputs Tools/workflow I typically use: * Compiler debugging & error tracing * Browser DevTools * Structured code formatting * Database validation/testing * Manual functionality verification I understand the importance of keeping the fixes understandable and maintainable, so I’ll document the important changes clearly for future reference. Available to start immediately. Thank you, Dhruv Patel
₹20,000 INR in 7 days
3.8
3.8

As a seasoned software engineer with over 8 years of experience, I understand the importance of stable, functioning code and consistent database structures. I have a proven track record of delivering high-quality projects on time and within budget, and I can assure you that your C++ files, database schema, and HTML layout will be thoroughly inspected and corrected to meet your specifications. My deep knowledge and practical experience with MySQL make me ideally positioned for optimizing your database schema for speed and consistency. Moreover, my front-end perspective coupled with my backend expertise as a full-stack developer gives me an edge in troubleshooting layout glitches in HTML/CSS. Rest assured, I will meticulously test every fix using MySQL Workbench and browser dev tools so that you get fully working copies along with comprehensive change logs. In conclusion, entrusting me with this project means hiring an experienced professional who marries strategic thinking with meticulous implementation - from system design to code delivery. My skills in scalable architecture, performance optimization, and security-first design are aptly suited for rendering quality assistance in your project to build efficient systems. I look forward to tackling these issues head-on for you!
₹25,000 INR in 7 days
3.4
3.4

Based on your requirements, I can take your existing C++ source, database dump, and HTML/CSS frontend, and systematically bring the entire system back to a stable, working state. I will start by resolving all compilation issues in the C++ code, addressing syntax errors, missing dependencies, and structural inconsistencies while ensuring the logic aligns with the intended functionality. At the same time, I will review and normalize the database schema for better performance and consistency, optimizing table relationships, indexes, and data types where needed. On the frontend, I will fix layout issues and trace the incorrect labour-cost output by debugging the full data flow from database through C++ to the UI. This ensures the calculation is accurate and consistently rendered. All fixes will be clean, readable, and tested using appropriate tools such as compiler diagnostics, database tools, and browser dev tools. You will receive fully corrected files along with a concise changelog explaining what was fixed and why, so you can confidently maintain the system moving forward.
₹12,500 INR in 1 day
2.9
2.9

Hey there I can help and we can get started right away. I have skills in C Plus Plus MySQL and Database Development and I have 6 years experience debugging mixed backend and frontend systems where small compile issues and calculation bugs end up causing surprisingly chaotic behavior. Your project actually sounds pretty straightforward because the issues are clearly scoped between compilation database cleanup frontend rendering and the incorrect labour cost calculation so the fix path is easy to trace systematically. I will start by fixing the C Plus Plus compile errors and validating the logic flow then clean up the database schema for consistency and finally patch the HTML CSS layout issues and verify the labour cost output against expected results. I will use compiler diagnostics database optimization tools browser dev tools and structured testing to make sure every file builds renders and behaves correctly before handoff and I am looking forward to working with you.
₹25,000 INR in 7 days
2.7
2.7

Dear Hiring Manager, I am writing to express my interest in fixing and stabilizing your C++ codebase, database schema, and front-end interface. I specialize in full-stack debugging across C++ systems, SQL databases, and HTML/CSS/JavaScript front-ends. I can help you resolve the current compilation errors in your C++ source files by identifying syntax issues, header/dependency mismatches, and build configuration problems, ensuring the project compiles cleanly and consistently. On the database side, I will review your schema for normalization, indexing, and structural consistency to improve both performance and maintainability. This will include rationalising table relationships and ensuring efficient query execution. For the front-end, I will fix layout inconsistencies in your HTML/CSS, resolve UI glitches, and correct the labour-cost calculation logic so the output is accurate and reliably reflected in the interface. I will also ensure cross-browser compatibility and responsive behaviour where needed. Thank you for your time and consideration. Thanks,
₹25,000 INR in 7 days
2.4
2.4

Dear Sir, I'll debug and fix your entire stack—C++ backend, database, and frontend—returning clean, tested files with a clear change log. **My approach:** **C++:** I'll run compilation with `g++`/`clang++` with `-Wall -Wextra` flags, fix all syntax errors, then run `clang-format` for consistent styling. If logic bugs exist beyond syntax, I'll trace them with `gdb`. **Database:** I'll load your dump into MySQL, analyze slow queries with `EXPLAIN`, add missing indexes, normalize where beneficial, and benchmark before/after with sample queries to confirm speed improvements. **HTML/CSS:** I'll validate markup via W3C validator, debug layout glitches using Chrome DevTools (Flexbox/Grid inspector, responsive mode), and trace the incorrect labour-cost output—checking both frontend calculation logic and backend query accuracy to pinpoint where the figure goes wrong. **Deliverables:** - Corrected `.cpp` files (compiling cleanly) - Optimized database script (with before/after notes) - Patched HTML/CSS files (rendering correctly) - Short change log: what I changed and why Quick turnaround—typically 48–96 hours depending on file count. Send the bundle and I'll get started immediately. Kind Regards Zakaria
₹25,000 INR in 7 days
2.3
2.3

Hello, Your project presents a unique challenge in ensuring that the C++ code not only compiles correctly but also interacts seamlessly with your database and front-end. The syntax errors suggest deeper issues that might stem from missing dependencies or incorrect configurations, which could lead to runtime errors down the line. Additionally, optimizing the database schema will be crucial for maintaining performance as the app scales. I would prioritize resolving the compilation issues first, as a solid foundation in your C++ codebase is essential for any further adjustments. After that, I would focus on rationalizing the database schema for speed and consistency while addressing the layout glitches in HTML/CSS. This structured approach ensures that we tackle core functionalities before refining user experience. I'll utilize tools like clang-format for clean coding practices, MySQL Workbench for database optimization, and browser dev tools to identify and correct CSS layout issues. You can expect fully working copies of each file along with a clear change log detailing modifications made. What specific outcomes are you expecting from the database optimizations?
₹12,540 INR in 28 days
1.8
1.8

Hi, I can help you fully debug and clean up the project end-to-end. I’ll review and fix the C++ source files so they compile cleanly, optimize and rationalize the database schema for consistency/performance, and patch the HTML/CSS layout issues including correcting the labour-cost calculation/output. What you’ll receive: • Fully corrected and tested .cpp files • Updated database SQL script • Fixed HTML/CSS frontend files • Correct labour-cost logic and output • Short documented changelog explaining every fix • Clean, readable, formatted code I’ll verify everything using proper testing tools such as compiler checks, browser dev tools, and database validation before delivery. Available to start immediately and can provide quick turnaround with regular progress updates. Looking forward to working with you.
₹15,000 INR in 3 days
1.6
1.6

Hey I hope you are doing well. I'm interested in this project and believe I'd be a good candidate. I've been a programmer for a long time and developed many custom solutions for people's needs. I'm proficient with C++, Databases, and HTML/CSS/JS & backends. I am ready and available to start immediately. Please message me to move forward if interested. I hope to hear from you. Thanks.
₹22,500 INR in 7 days
1.7
1.7

As an experienced full-stack developer, I offer the perfect blend of skills to resolve the issues you're facing with your C++, database and HTML systems. I have a deep understanding of HTML and CSS, which is crucial for troubleshooting and fixing layout glitches in your frontend. My familiarity with C++ will enable me to address those vexing syntax errors that are impeding compilation. In my development process, I prioritize readability, testability, and consistent code quality. Hence, I make efficient use of tools like clang-format to ensure the code not only works but is also clean and maintainable. Additionally, my proficiency in MySQL Workbench will be valuable for optimizing your database schema for enhanced speed and consistency. Lastly, my curiosity-driven approach led me into exploring tools like browser dev tools which will aid in verifying that the 'labour-cost' output renders correctly on your webpage. I'm eager to leverage my capabilities to deliver fully functional copies of your files alongside a comprehensive change log explaining each fix in great detail. I'm confident that with my skills and expertise, I can provide dependable solutions aligned with your needs.
₹25,000 INR in 4 days
0.0
0.0

hi, I can handle this for you. I’ve worked on similar debugging/fix projects involving C++, SQL/database cleanup, and frontend corrections where the goal was to stabilize an already partially built system instead of rebuilding everything from scratch. I’ll go through the .cpp compilation issues, fix the syntax/runtime problems, rationalise the database structure for consistency and performance, correct the HTML/CSS rendering glitches, and trace the incorrect labour-cost calculation to ensure the returned values are accurate. I’ll also provide cleaned, tested versions of all modified files along with a concise change log explaining exactly what was fixed and how it was verified using proper tooling/debugging methods. Since the scope is clearly defined around debugging and stabilization rather than full redevelopment, my bid is based on completing the project end-to-end without hidden add-on costs later.
₹12,500 INR in 1 day
0.0
0.0

With over 12 years of experience as a Salesforce Technical Architect, I have a proven track record in delivering clean, optimized and maintainable code for long-term scalability. My deep knowledge of C++, database development and HTML/CSS makes me the perfect fit for your project. In the realm of Salesforce architecture, attention to detail is everything - a skill I will bring to bear in resolving the syntax errors that are hampering your C++ code. Moreover, my proficiency with tools like MySQL Workbench and browser dev tools ensures thorough testing to eradicate any overlooked glitches that may be compromising your HTML/CSS layouts. Lastly, as a matter of habit, I always keep detailed logs of all the changes made during my work which would help you in following the fixes effectively later on. My expertise encompasses not just fixing issues but optimizing code for better performance and consistency—in line with what you require from me in rationalizing your database schema for speed and uniformity. Choose me for a guaranteed delivery of fully operational C++ files, improved database script, faultless HTML/CSS and corrected labour-costs output—straight away, no additional debugging required!
₹12,500 INR in 1 day
0.0
0.0

Mangalore, India
Payment method verified
Member since May 13, 2026
₹1500-12500 INR
$30-250 USD
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
$30-250 USD
$250-750 USD
€30-250 EUR
$8-15 USD / hour
₹1500-12500 INR
£20-250 GBP
$250-750 USD
₹1500-12500 INR
₹600-1500 INR
£250-750 GBP
€30-250 EUR
$1500-3000 AUD
₹12500-37500 INR
$10-30 USD
$250-750 USD
₹600-1500 INR