Skip to main content

Posts

Featured

Data structures using Cpp

When my son told me that no one uses "C" nowadays, I realized my folly. I am writing an app, working my heads off, searching questions and solving them for an app which  has lot of competition and may not find many users. But writing all those 130 programs in C++ will take another year. (Yes I "have" written around 130 programs). It should not take another year, but you know me. So I have come to this conclusion. Before I release the app, I will implement  basic structures -  LL, stack, queue and BT in C++. And I will also try to add another 30 more programs in C++. That is -  versions of programs in C++ for which C programs already exist. I see two advantages here - for the app user. a) he/she will be able to write DS programs in shorter and more compact and intuitive way. b) he/she will become more familiar with C++ language. What better example do we get for encapsulation (keep your head and append and delete and display functions inside of

Latest Posts

Linux processes

Command line arguments in C

Convert a number to hex

Constants in C++

Multiple Inheritance in C++

Operator Overloading - II

Function Overloading in C++

Reference variables in C++