Starting today i am gonna share my c++ journey.
Day 1
Today i learned how c++ is a platform dependent language allowing code to be executed on various systems after compilation.
C++ is object-oriented, providing a clear structure for understanding programming concepts.
C++ is statically typed,reducing errors by defining data types upfront.
It one of the fastest programming language due to it's close proximity to system level operations.
C++ allows manual memory management,giving programmers control over memory allocation.
And of course this the first code i have written:
Top comments (2)
C++ is also, strangely, a rapidly evolving language at present. In C++23 you could do
As to why that took until 2023, that's another story ;).
I am still learning , from YouTube and in the video he suggested to start with older versions,
and later upgrade yourself to new syntax. But nonetheless thanks for the advice : ).