Tag: Programming

Learn to code or learn to program

We propose “Learn to Program” rather than “Learn to Code” so that you can think independent of any programming language or framework. A programmer solving a software problem in C two decades ago is similar to solving the problem using the latest language in 2021. What is changed is the programming language to solve the problem; however, steps to solve the problem or design of the problems is more or less the same.

Read More

The Relevance of C/C++ in Today’s Tech Landscape

C++ will continue to remain popular and in high demand owing to its performance, reliability, and the wide variety of contexts in which it can be used. C++ is still successful in areas where real time performance, micro memory management, large-complex applications and embedded systems are being developed.

Read More

C++ 17 – New and Removed Features

You must have heard that C++17 is now feature full or feature complete. C++ 17 is the most recent version of C++ programming language revised by ISO/IEC 14882 standard. Its specification reached the DIS (Draft International Standard) stage in March 2017 and after approval, the final standard was published in December 2017. Hundreds of proposals were put forward for updating the features in C++17.

Read More