Which Language Should I Use for a Terminal-Based App on Windows?

0
2
Asked By CuriousCoder92 On

Hey everyone! I'm working on creating a terminal-based application for Windows and I'm stuck on choosing the right programming language. Should I go with C++ or Python? Any thoughts on the pros and cons?

2 Answers

Answered By ScriptMaster99 On

Honestly, it doesn't matter too much which language you pick. I did a similar project in C for a college class, and I even mentioned it in interviews later—it helped me land my internship!

CuriousCoder92 -

Thanks for sharing your experience, that's really helpful!

Answered By TechWhiz88 On

Both C++ and Python can easily output to the terminal, so you can use whichever you feel more comfortable with. If you're looking for speed and performance, C++ may be the better option. If you want fast development and ease of use, Python is great too!

CuriousCoder92 -

I'm looking for more accuracy and reliability though, does one stand out over the other?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.