SDSayantan Deyinhackthesource.hashnode.dev·Jun 13, 2022 · 6 min readFundamentals of C++Before going into the syntax of a C++ program, let us first understand some basic terms. Tokens : To understand Tokens, let us first take the example of an atom. We all know that an atom is the smallest unit of matter. Similarly, a token is the smal...00
SDSayantan Deyinhackthesource.hashnode.dev·Jun 4, 2022 · 2 min readIntroduction to C++what drove the creation of C++? Back in the days, people worked on low-level programming languages (Assembly language) which, for the most part, were hardware-dependent and were complex to understand. Then high-level programming languages (like that ...00