{"id":44569,"date":"2024-04-02T18:50:36","date_gmt":"2024-04-02T13:20:36","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=44569"},"modified":"2026-02-12T22:00:02","modified_gmt":"2026-02-12T16:30:02","slug":"c-plus-plus-project-ideas","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/c-plus-plus-project-ideas\/","title":{"rendered":"Top 9 C++ Project Ideas with Source Code"},"content":{"rendered":"\n<p>C++ is indeed the most demanding programming language and thus to get yourself into it, you must learn the fundamentals and practice some real-time projects. <strong>Want to know some of the top C++ project ideas to get your hands on it?<\/strong><\/p>\n\n\n\n<p>In this project guide, we&#8217;ll discuss the top 9 C++ project ideas. This blog also gives you source code for each of the projects so that you don&#8217;t have to wander here and there for reference. This blog covers beginner to intermediate to advanced-level projects to let you complete each stage of your C++ learning journey.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is C++?<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/what_is_c_-1.webp\" alt=\"What is C++?\" class=\"wp-image-47111\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/what_is_c_-1.webp 900w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/what_is_c_-1-300x150.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/what_is_c_-1-768x384.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/what_is_c_-1-150x75.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" title=\"\"><\/figure>\n\n\n\n<p>C++ is a powerful and versatile programming language known for its efficiency, flexibility, and performance. Developed by Bjarne Stroustrup in the 1980s, C++ builds upon the foundation of the C language while introducing features like classes and objects, inheritance, polymorphism, and templates. <\/p>\n\n\n\n<p>With its wide range of applications in areas such as system programming, game development, embedded systems, and high-performance computing, C++ continues to be in high demand in the tech industry. <strong>Companies like Google, Microsoft, Adobe, and Facebook use C++ extensively in their products and services.<\/strong><\/p>\n\n\n\n<p><em>This <a href=\"https:\/\/www.guvi.in\/hub\/cpp\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>C++ Tutorial<\/strong><\/a> will help you move from one level to another step-by-step<\/em>.<\/p>\n\n\n\n<p><strong><em>Also Explore: <a href=\"https:\/\/www.guvi.in\/blog\/what-is-c-programming\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/what-is-c-programming\/\" rel=\"noreferrer noopener\">What is C Programming? Introduction, Features, and Applications<\/a><\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Top 9 C++ Project Ideas with Source Code<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Beginner-Level C++ Project Ideas<\/h3>\n\n\n\n<p>Let&#8217;s talk about the <strong>beginner-level C++ project ideas <\/strong>which help you to get your career started with C++:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/beginner_level_c_project_ideas.webp\" alt=\"Beginner-Level C++ Project Ideas\" class=\"wp-image-47113\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/beginner_level_c_project_ideas.webp 900w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/beginner_level_c_project_ideas-300x150.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/beginner_level_c_project_ideas-768x384.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/beginner_level_c_project_ideas-150x75.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" title=\"\"><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">1. Simple Calculator<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Build a basic calculator program that can perform arithmetic operations such as addition, subtraction, multiplication, and division. The program should prompt the user to enter two numbers and the desired operation, and then display the result.<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong> <\/p>\n\n\n\n<ol>\n<li>Basic understanding of C++ syntax<\/li>\n\n\n\n<li>Arithmetic operations <\/li>\n\n\n\n<li>Input\/output handling<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/SimpleMobileTools\/Simple-Calculator\" target=\"_blank\" rel=\"noreferrer noopener\">Simple Calculator<\/a><\/p>\n\n\n\n<p><em>As a beginner, you must try working on<strong> <a href=\"https:\/\/www.guvi.in\/blog\/top-8-free-ide-for-c-and-c-programmers\/\" target=\"_blank\" rel=\"noreferrer noopener\">IDEs for C++<\/a><\/strong> to get a basic understanding of how C++ codes work.<\/em><\/p>\n\n\n\n<p><strong><em>Must Read: <a href=\"https:\/\/www.guvi.in\/blog\/languages-for-competitive-programming\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/languages-for-competitive-programming\/\" rel=\"noreferrer noopener\">5 Best Languages for Competitive Programming<\/a><\/em><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. Number Guessing Game<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Create a simple number-guessing game where the computer generates a random number between a specified range, and the player tries to guess it within a limited number of attempts. Provide feedback to the player on whether their guess is too high or too low.<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong> <\/p>\n\n\n\n<ol>\n<li>Conditional statements <\/li>\n\n\n\n<li>Loops<\/li>\n\n\n\n<li>Random number generation<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/topics\/number-guessing-game?l=java\" target=\"_blank\" rel=\"noreferrer noopener\">Number Guessing Game<\/a><\/p>\n\n\n\n<p><strong><em>Must Read: <a href=\"https:\/\/www.guvi.in\/blog\/the-5-most-user-friendly-programming-languages\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/the-5-most-user-friendly-programming-languages\/\" rel=\"noreferrer noopener\">The 5 Most User-Friendly Programming Languages<\/a><\/em><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3. Hospital Management System<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Develop a Hospital Management System that enables efficient management of patient records, appointments, medical history, and staff information. The system should allow administrators to add, update, and delete patient and staff records, schedule appointments, and generate reports. Additionally, it should ensure data privacy and security compliance<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong><\/p>\n\n\n\n<ol>\n<li>File Handling and Data Storage<\/li>\n\n\n\n<li>User Interface Design<\/li>\n\n\n\n<li>Database Integration<\/li>\n\n\n\n<li>Error Handling and Validation<\/li>\n\n\n\n<li>Multi-file Project Organization<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/topics\/hospital-management-system\" target=\"_blank\" rel=\"noreferrer noopener\">Hospital Management System<\/a><\/p>\n\n\n\n<p class=\"has-text-align-center\"><em>Must enroll yourself in the <a href=\"https:\/\/www.guvi.in\/courses\/programming\/c-plus-plus-beginners\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=cpp-project-ideas\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>C++ for Beginners<\/strong><\/a> course that will enrich you with an in-depth knowledge of the C++ programming language and its concepts.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Intermediate-Level C++ Project Ideas<\/h3>\n\n\n\n<p>Now that you have known beginner-level project ideas, let&#8217;s move into the intermediate-level project ideas:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/intermediate_level_c_project_ideas.webp\" alt=\"Intermediate-Level C++ Project Ideas\" class=\"wp-image-47116\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/intermediate_level_c_project_ideas.webp 900w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/intermediate_level_c_project_ideas-300x150.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/intermediate_level_c_project_ideas-768x384.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/intermediate_level_c_project_ideas-150x75.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" title=\"\"><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">4. ToDo List Application<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Develop a command-line <a href=\"https:\/\/www.guvi.in\/blog\/steps-to-make-a-todo-list-application-in-reactjs\/\" target=\"_blank\" rel=\"noreferrer noopener\">To-Do list application<\/a> that allows users to add tasks, mark them as completed, and view their list of tasks. Implement features like saving and loading tasks from a file for persistent storage.<\/p>\n\n\n\n<p><strong>Skills Required<\/strong><\/p>\n\n\n\n<ol>\n<li>File handling<\/li>\n\n\n\n<li><a href=\"https:\/\/www.guvi.in\/blog\/what-are-data-structures-and-algorithms\/\" target=\"_blank\" rel=\"noreferrer noopener\">Data structures<\/a> (e.g., arrays, vectors)<\/li>\n\n\n\n<li>String manipulation<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/abdellatif-laghjaj\/todo-list\" target=\"_blank\" rel=\"noreferrer noopener\">ToDo List Application<\/a><\/p>\n\n\n\n<p><strong><em>Find Out <a href=\"https:\/\/www.guvi.in\/blog\/easiest-programming-languages-to-hardest-ranked\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/easiest-programming-languages-to-hardest-ranked\/\" rel=\"noreferrer noopener\">10 Hardest and Easiest Programming Languages<\/a><\/em><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">5. ATM Simulator<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Build a simulation of an Automated Teller Machine (ATM) where users can perform banking operations such as checking balances, depositing money, withdrawing cash, and transferring funds between accounts. You should also ensure proper user input validation and gracefully handle error cases.<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong> <\/p>\n\n\n\n<ol>\n<li>Functions<\/li>\n\n\n\n<li>Data validation<\/li>\n\n\n\n<li>Error handling<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/HouariZegai\/ATMSimulator\" target=\"_blank\" rel=\"noreferrer noopener\">ATM Simulator<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">6. Text-based RPG Game<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Create a text-based role-playing game (RPG) where players navigate through different scenarios, engage in battles with enemies, and make decisions that affect the outcome of the game. Implement character attributes, combat mechanics, and branching storylines.<\/p>\n\n\n\n<p><strong>Skills Required<\/strong><\/p>\n\n\n\n<ol>\n<li><a href=\"https:\/\/www.guvi.in\/blog\/oops-concepts-in-java-4-basic-concepts\/\" target=\"_blank\" rel=\"noreferrer noopener\">Object-oriented programming (OOP)<\/a><\/li>\n\n\n\n<li>Class design<\/li>\n\n\n\n<li>Game logic<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/cordeirossauro\/TRPG\" target=\"_blank\" rel=\"noreferrer noopener\">Text-based RPG Game<\/a><\/p>\n\n\n\n<p><strong><em>Find Out <a href=\"https:\/\/www.guvi.in\/blog\/best-ai-tools-for-coding\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/best-ai-tools-for-coding\/\" rel=\"noreferrer noopener\">6 Best AI Tools for Coding<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Advanced-Level C++ Project Ideas<\/h3>\n\n\n\n<p>Now that you have known intermediate-level project ideas, let&#8217;s move into the advanced-level project ideas:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/advanced_level_c_project_ideas.webp\" alt=\"Advanced-Level C++ Project Ideas\" class=\"wp-image-47117\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/advanced_level_c_project_ideas.webp 900w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/advanced_level_c_project_ideas-300x150.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/advanced_level_c_project_ideas-768x384.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/advanced_level_c_project_ideas-150x75.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" title=\"\"><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">7. Compiler Construction<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Design and implement a basic compiler for a custom programming language. Develop modules for lexical analysis, syntax parsing, semantic analysis, code generation, and optimization. The compiler should be capable of translating source code into executable machine code.<\/p>\n\n\n\n<p><strong>Skills Required<\/strong>:<\/p>\n\n\n\n<ol>\n<li>Understanding of compiler theory<\/li>\n\n\n\n<li>Parsing techniques (e.g., recursive descent, LL parsing)<\/li>\n\n\n\n<li>Code optimization<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/RichardGong\/PlayWithCompiler\" target=\"_blank\" rel=\"noreferrer noopener\">Compiler Construction<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">8. Computer Graphics Engine<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Create a computer graphics engine capable of rendering 2D and 3D graphics using techniques like rasterization or ray tracing. Implement features such as geometric transformations, lighting models, texture mapping, and shading algorithms to generate visually appealing images.<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong> <\/p>\n\n\n\n<ol>\n<li>Mathematics (linear algebra, geometry)<\/li>\n\n\n\n<li>Graphics programming<\/li>\n\n\n\n<li>Algorithm optimization<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/topics\/rendering-engine\" target=\"_blank\" rel=\"noreferrer noopener\">Computer Graphics Engine<\/a><\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Also Read | <a href=\"https:\/\/www.guvi.in\/blog\/difference-between-c-and-c-plus-plus\/\" target=\"_blank\" rel=\"noreferrer noopener\">Difference Between C and C++ You Should Know<\/a><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">9. Distributed Systems Framework<\/h4>\n\n\n\n<p><strong>Functionality:<\/strong> Develop a distributed systems framework for building scalable and fault-tolerant networked applications. Design modules for communication protocols, load balancing, fault detection, and data replication to enable the development of distributed applications across multiple nodes.<\/p>\n\n\n\n<p><strong>Skills Required:<\/strong> <\/p>\n\n\n\n<ol>\n<li>Network programming<\/li>\n\n\n\n<li>Concurrent programming<\/li>\n\n\n\n<li>Distributed systems concepts<\/li>\n<\/ol>\n\n\n\n<p><strong>Source Code:<\/strong> <a href=\"https:\/\/github.com\/ydf0509\/distributed_framework\" target=\"_blank\" rel=\"noreferrer noopener\">Distributed Systems Framework<\/a><\/p>\n\n\n\n<p class=\"has-text-align-center\"><em><strong>Now that you know some of the advanced-level C++ project ideas, enrolling yourself in the <a href=\"https:\/\/www.guvi.in\/courses\/programming\/c-plus-plus\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=cpp-project-ideas\" target=\"_blank\" rel=\"noreferrer noopener\">C++ Programming Course<\/a> is highly recommended, which covers in-depth concepts and provides a recognized certificate approved by NASSCOM.<\/strong><\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>Working on C++ projects at different skill levels not only reinforces your understanding of the language but also equips you with practical experience in software development. Whether you&#8217;re just starting or aiming to tackle more complex challenges, there&#8217;s a wide range of project ideas to explore. Remember to leverage <em>online resources, documentation, and community forums to overcome obstacles and expand your knowledge.<\/em><\/p>\n\n\n\n<p><strong><em>Must Read: <a href=\"https:\/\/www.guvi.in\/blog\/coding-canvas-a-structured-approach-to-learn-programming\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/coding-canvas-a-structured-approach-to-learn-programming\/\" rel=\"noreferrer noopener\">Coding Canvas: A Structured &amp; Powerful Approach to Learn Programming<\/a><\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1710748466137\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is a good project to learn C++?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>You must start learning the basics, get a good grip on the fundamentals (control structures, functions, and user input\/output), and then move into the next step of building some great projects such as the<strong> Tic Tac Toe and Calculator app.<\/strong><\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1710748477489\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is a good C++ project to work on to test your skills?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p><em>Some of the good C++ projects to work on to test your skills are:<\/em><br \/>Casino Number Guessing Game<br \/>Login and Registration System<br \/>Rock Paper Scissor<br \/>Calculator for Scientific Operations in C++<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1710748512641\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Should I learn C++ in the future?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>As per the report, <strong>C++ stands at the fourth position in the world&#8217;s most popular programming language. <\/strong>It is used by major companies in the tech industry.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1710748540471\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What is the job demand for C++?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The evidence is overwhelming:\u00a0<strong>C++ developers are in high demand<\/strong>, and for excellent reasons. Their skill set can contribute significantly to your project, whether it&#8217;s creating high-performance applications, developing games, or maintaining legacy systems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1710748650305\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What are the C++ project ideas for the final year?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Some of the great C++ project ideas for final-year students:<br \/>1. Smart Home Automation System<br \/>2. E-Learning Management System<br \/>3. Social Networking App<br \/>4. Trading App<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>C++ is indeed the most demanding programming language and thus to get yourself into it, you must learn the fundamentals and practice some real-time projects. Want to know some of the top C++ project ideas to get your hands on it? In this project guide, we&#8217;ll discuss the top 9 C++ project ideas. This blog [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":47107,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[715,37],"tags":[],"views":"41344","authorinfo":{"name":"Isha Sharma","url":"https:\/\/www.guvi.in\/blog\/author\/isha\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/feature_image-2-300x116.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/03\/feature_image-2.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/44569"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=44569"}],"version-history":[{"count":68,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/44569\/revisions"}],"predecessor-version":[{"id":83096,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/44569\/revisions\/83096"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/47107"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=44569"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=44569"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=44569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}