DEV Community

Cover image for What can you Create with C++?
Saloni Goyal
Saloni Goyal

Posted on • Edited on

1

What can you Create with C++?

If you are wondering why should you learn C++ or what will you be able to build using C++, know that C++ targets all platforms-

  • Windows, Mac, Linux
  • Phones
  • Embedded C++ (robots, IoT, etc.)

Games

Different coding patterns and libraries are available for building products all of which are based on the common syntax and standard libraries -

  • games
  • high performance / low latency applications
  • servers (no GUI)
  • corporate GUI

Command Line

Alt Text

We will begin with building command-line application first. Command line applications -

  • run in a 'console' or 'terminal' or 'shell'
  • outputs characters to screen
  • input is from user typing characters
  • no graphic, sound animation, etc.
  • but, makes a good common denominator

It allows to learn the language and the syntax without worrying about the libraries and frameworks that surround the language.

Please leave out comments with anything you don't understand or would like for me to improve upon.

Thanks for reading!

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay