This repository contains all the projects I completed during my internship at CodSoft. Each project reflects my learning journey, from basic logic building to creating interactive programs.
A console-based game where the user has to guess a randomly generated number with hints provided after each attempt.
- C++
- Random number generation
- Feedback on each guess (Too High / Too Low)
- Limited attempts or infinite loop version
- Control structures
- Random number logic
- Input/output handling
A console-based calculator that performs basic arithmetic operations.
- C++
- Addition, subtraction, multiplication, division
- Menu-driven interface
- Error handling for invalid inputs and division by zero
- Switch-case usage
- Modular coding
- Arithmetic operator implementation
A two-player Tic Tac Toe game built in the console to implement game logic using arrays.
- C++
- Two-player turn-based gameplay
- Win/draw condition checks
- Dynamic game board display after each move
- 2D arrays
- Nested conditions and loops
- Game flow logic and input validation
A simple console-based to-do list application to add, display, and manage tasks.
- C++
- Add, delete, and mark tasks as completed
- Display tasks in an organized way
- Menu-driven user interface
- List management
- Input handling
- Basic CRUD operations in console
A huge thank you to CodSoft for providing this incredible internship opportunity. It helped me strengthen my programming fundamentals and build confidence through hands-on project development.
For feedback or collaboration:
- LinkedIn: www.linkedin.com/in/sundram-kumar-8184b9375
- GitHub: https://github.com/sundram098/CODESOFT
#CodSoft #Internship #Cplusplus #Projects #LearningByDoing #Gratitude #DeveloperJourney