Skip to main content

Posts

C++

 About C++ : lesson -1  - C++ is one of the most popular low level programming languages we can find it in today operating systems like windows. - It's used to creat high-performance applications. - C++ was developed by (Bjarne stroustrup) as an extenson to the C language which was developed earlier and C++ was updated 4 major times in 2011, 2014, 2017, 2020 to C++11, C++14, C++17, C++20. Why C++ - C++ is an object-oriented programming language which gives a clear structure to programs and allows code reused, lowering development costs. - C++ is portable and can be used to develop applications that can be adapted to mutliple platforms. As C++ is close to C, C#, and java, it makes it easy for programmers to switch to C++ or vice versa. Difference between C an C++ C++ was developed as an extension of C, and both languages have almost the same syntax. The main difference between C and C++ is that C++ support classes and objects, while C does not. Stay exited because you're up for...

Latest Posts