Here is my work for virtual intern at @codsoft This repository contains my submitted tasks for the CodSoft Virtual Internship in C++ Programming (June–July 2025).
Name: Mohammed Sameer
Duration: 25th June 2025 to 25th July 2025
Domain: C++ Programming
A fun console-based game where the program randomly generates a number between 1 to 100. The user guesses the number until they get it right, with hints whether their guess is too high or too low.
File:
Task1_number_guessing.cpp
A basic calculator built in C++ that allows users to perform simple arithmetic operations like:- addition, subtraction, multiplication, and division on two numbers.
File:'Task2_simplecalculator.cpp'
A console-based 2-player Tic-Tac-Toe game developed in C++. Features include:
- 3x3 Game Board Display
- Input from both players alternately (Player X and Player O)
- Win and Draw condition checks
- Play-again option at the end
This task helped me explore arrays, functions, loops, and game logic implementation in C++.
File Name: 'Task3_TIC-TAK-TOE.cpp'
A simple console-based To-Do List application in C++ that allows users to manage daily tasks effectively. Key features include:
- Add tasks
- Show task
- Mark tasks as done
- Delete tasks
- exit
This project improved my understanding of structures, arrays/vectors, functions, and user interaction in a CLI environment.
File Name:'Task4_TO_DO_LIST.cpp'