Files
CppDeveloperRoadmap/English/AreasOfApplication.md
2023-02-10 18:37:26 +01:00

12 lines
821 B
Markdown

# :clipboard: Application areas of C++
The C++ language has a wide range of applications, mainly used when high performance or low memory consumption is required. To learn more about the specific application areas of C++, you can find additional resources below:
- [What Is C++ Used For? Top 12 Real-World Applications And Uses Of C++](https://www.softwaretestinghelp.com/cpp-applications/)
- [Why and where should you still use C/C++ languages?](https://hackernoon.com/why-and-where-should-you-still-use-cc-languages-6l1r838gh)
- [What Can You Do With C++?](https://www.ko2.co.uk/what-can-you-do-with-c-plus-plus/)
- [C++ Applications](https://www.stroustrup.com/applications.html)
- [What is C++ used for?](https://www.codecademy.com/resources/blog/what-is-c-plus-plus-used-for/)
---
[**To main page**](../README.md)