Changes

1 byte removed ,  16:04, 11 June 2023
m
KS update 1.3
Line 20: Line 20:  
| file_ext              = .h .hh .hpp .hxx {{nowrap|.h++}} .cc .cpp .cxx {{nowrap|.c++}}
 
| file_ext              = .h .hh .hpp .hxx {{nowrap|.h++}} .cc .cpp .cxx {{nowrap|.c++}}
 
| wikibooks              = C++ Programming
 
| wikibooks              = C++ Programming
|logo caption=C++ logo used by ISO.}}
+
|logo caption=C++ logo used by ISO}}
 
[[File:BjarneStroustrup.jpg|right|thumb|Bjarne Stroustrup, the creator of C++]]
 
[[File:BjarneStroustrup.jpg|right|thumb|Bjarne Stroustrup, the creator of C++]]
 
'''C++''' (pronounced "see plus plus") is a [[computer]] [[programming language]] based on [[C programming language|C]]. It was created for writing programs for many different purposes. In the 1990s, C++ became one of the most used programming languages in the world. Like C, C++ uses manual memory management (unlike most mainstream languages, where memory management is automatic), while the syntax usually used for it is different.
 
'''C++''' (pronounced "see plus plus") is a [[computer]] [[programming language]] based on [[C programming language|C]]. It was created for writing programs for many different purposes. In the 1990s, C++ became one of the most used programming languages in the world. Like C, C++ uses manual memory management (unlike most mainstream languages, where memory management is automatic), while the syntax usually used for it is different.