⚡ Day 11–12 – Building a Calculator & Trying Linux Terminal
Hello readers,
I am Mayur Gund, a first-year Computer Science & Engineering student at Sanjivani College of Engineering. Welcome back to Mayur’s Tech Journey 🚀
🧮 Building a Calculator in C:
Day before yesterday, I coded a simple calculator program in C.
👉 It allows addition, subtraction, multiplication, and division.
👉 This was one of my first programs where I started combining multiple operations in a single program.
It gave me a good practice in:
- Using if conditions.
- Handling user inputs.
- Thinking about how real-world calculators work
🖥️ First Time Using Linux Terminal for C Programming :
Yesterday, I compiled and ran a short C program directly from the Linux terminal instead of using an IDE.
It was a different but exciting experience because:
- It felt closer to how real programmers interact with systems.
- I understood that C programming has its own legacy — compilers, commands, and terminal workflow.
- This made me realize that learning isn’t just about writing code but also about learning the tools and environments developers use.
⏳ Time Challenges
Yesterday was a busy day, and I couldn’t spend much time coding. Even today, it looks tough because of college schedule and activities. But I’ll try to make use of my evening.
Still, these days taught me an important lesson:
👉 Even if you can’t code every single day, staying connected to learning in small ways keeps the momentum alive.
💡 Reflection:
- Calculator program → improved my logic building.
- Linux terminal → gave me a taste of professional coding environment.
- Time management → consistency is not about long hours but about regular effort.
I’m happy to see how every step, small or big, is adding up in my learning journey 💪
✨ Stay tuned as I continue my journey of learning C, exploring GitHub, and building consistency in tech!
Comments
Post a Comment