projects-in-cpp

There are 2 repositories under projects-in-cpp topic.

  • fatimanasirawan/Railway-Reservation-System-Cplusplus-Project

    Simple C++ with basic if else condition semester project on Railway Reservation System despite having no prior coding experience.

  • Progambler227788/Puzzle-Game

    The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column

    Language:C++0100