{"id":22080363,"url":"https://github.com/theakashshukla/c-plus-plus","last_synced_at":"2025-08-19T09:13:47.273Z","repository":{"id":36997365,"uuid":"494971433","full_name":"theakashshukla/C-Plus-Plus","owner":"theakashshukla","description":"C Plus Plus Program \u0026 Assignment ","archived":false,"fork":false,"pushed_at":"2023-01-22T10:42:42.000Z","size":37,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T17:05:19.631Z","etag":null,"topics":["assignment","cplusplus","cpp","library","program","project"],"latest_commit_sha":null,"homepage":"https://theakashshukla.github.io/C-Plus-Plus/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theakashshukla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-22T05:50:51.000Z","updated_at":"2023-01-01T12:56:10.000Z","dependencies_parsed_at":"2023-02-12T15:30:46.929Z","dependency_job_id":null,"html_url":"https://github.com/theakashshukla/C-Plus-Plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theakashshukla/C-Plus-Plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FC-Plus-Plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FC-Plus-Plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FC-Plus-Plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FC-Plus-Plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theakashshukla","download_url":"https://codeload.github.com/theakashshukla/C-Plus-Plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theakashshukla%2FC-Plus-Plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271128958,"owners_count":24703879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","cplusplus","cpp","library","program","project"],"created_at":"2024-11-30T23:13:54.504Z","updated_at":"2025-08-19T09:13:47.250Z","avatar_url":"https://github.com/theakashshukla.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-Plus-Plus\n \n\n## Lists of Program\n\n| No.| Program | Link |\n| --- | --- | --- |\n| 1 | Write a Program in Java to Calculate the Simple Interest | [Code](https://github.com/theakashshukla/Java/tree/main/Project%201)  |\n| 2 | Write a Program in Java to Calculate  Sum  of  Two  Numbers  Input  from Command Line Argument. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%202)  |\n| 3 |\tWrite a Program in Java to Calculate Area of Circle Using Scanner Class. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%203)  |\n| 4 |\tWrite a Program in Java to Calculate Square Root of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%204)   |\n| 5 |\tWrite a Program in Java to Display Name, Age, Calendar and Salary of a Person Input from the Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%205) |\n| 6 | Write a Program in Java to Display Grading of Student When His Percentage is Input from Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%206)  |\n| 7 | Write a Program in Java to Display Odd Number from 1 to 100. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%207)  |\n| 8 | Write a Program in Java to Display the Following Patterns using Functions. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%208)  |\n| 9 | Write a Program in Java to Calculate the Factorial of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%209) |\n| 10 |\tWrite a Program in Java to Determine Whether a Number Input from Keyboard is Prime Number Or Not. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2010) |\n| 11 |\tWrite a Program in Java to Display the Prime Numbers from 1 to 500 Using Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2011) |\n| 12 |\tWrite a Program in Java to Show Accessing Class Members and use a Dot(.). | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2012) |\n| 13 |\tWrite a Program in Java to Show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2013) |\n| 14 |\tWrite a Program in Java to Show Single Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2014) |\n| 15 |\tWrite a Program in Java to Concatenate Two Strings Without Using Library Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2015) |\n| 16 |\tWrite a Program in Java to Make First Alphabet Capital of Each Word in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2016) |\n| 17 | Write a Program in Java to Get the Last Index of Any Given Character in a String.  | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2017)  |\n| 18 |\tWrite a Program in Java to Reverse Words of a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2018) |\n| 19 |\tWrite a Program in Java to Find Occurrences of Each Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2019) |\n| 20 |\tJava Program to Get String and Count Number of Words in Provided String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2020) |\n| 21 |\tWrite a Program in Java to Check Given String is Palindrome String Or Not in Java. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2021) |\n| 22 |\tWrite a Program in Java to Reverse Each Word of Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2022) |\n| 23 |\tWrite a Program in Java to Get Sub String from a Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2023) |\n\n\n\n## Related\n\nHere are some related projects\n\n\u003cp align=\"center\"\u003e \u003ca href=\"https://github.com/theakashshukla/Data-Structures-Algorithms.git/\"\u003e\u003cimg width=\"48%\" title=\"Data Structures Algorithms\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=theakashshukla\u0026repo=Data-Structures-Algorithms\u0026theme=dark\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/theakashshukla/Web-Technologies.git/\"\u003e\u003cimg width=\"48%\" title=\"Web Technologies\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=theakashshukla\u0026repo=Web-Technologies\u0026theme=dark\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Thanks to all the contributors ❤️\n\u003ca href = \"https://github.com/theakashshukla/Python/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=theakashshukla/Java\"/\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fc-plus-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheakashshukla%2Fc-plus-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheakashshukla%2Fc-plus-plus/lists"}