C++: Difference between revisions

From Robowaifu Institute of Technology
Jump to navigation Jump to search
m (Add categories + clean up)
m (→‎Links: Add /robowaifu/'s C++ Learning thread)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
C++ is one of the most powerful programming languages ever devised. It's been around for over 40 years now (as of 2022), and is regularly used by millions of developers around the planet. It brings many important benefits to the table for anyone creating robowaifu software, but it's not an easy language to master, indeed even to learn. I advise you approach learning it with a reasonable sobriety. It is a tool intended for professionals. However, the benefits of mastering it are well worth the effort invested IMHO.
C++ is one of the most powerful programming languages ever devised. It's been around for over 40 years now (as of 2022), and is regularly used by millions of developers around the planet. It brings many important benefits to the table for anyone creating robowaifu software, but it's not an easy language to master, indeed even to learn. I advise you approach learning it with a reasonable sobriety. It is a tool intended for professionals. However, the benefits of mastering it are well worth the effort invested IMHO.


== Links ==
* [https://en.cppreference.com/w/cpp/language C++ language reference]
* [https://en.cppreference.com/w/cpp/language C++ language reference]
* [https://alogs.space/robowaifu/res/19777.html#19777 /robowaifu/'s C++ Learning Thread]


[[Category:Software]] [[Category:Programming language]]
[[Category:Software]] [[Category:Programming languages]]

Latest revision as of 13:25, 28 April 2023

This page requires expansion!
To be continued

C++ is one of the most powerful programming languages ever devised. It's been around for over 40 years now (as of 2022), and is regularly used by millions of developers around the planet. It brings many important benefits to the table for anyone creating robowaifu software, but it's not an easy language to master, indeed even to learn. I advise you approach learning it with a reasonable sobriety. It is a tool intended for professionals. However, the benefits of mastering it are well worth the effort invested IMHO.