Inheritage between classes and printoutPlease share complete error msg.....
why strlen is subtrcting value of i in place of addition.Write your question here. [code] #include<iostream> #include<cstring> using namespace std; ...
Please help me to understnd the output. Why its printing 6 8 and not 2 4?Write your question here. [code] #include<iostream.h> class Bix { int x, y; publi...
Call a windows application under linux c++Syntax is: wine program [arguments ... ]
I am a starter to use C++ in Linux Platform.How to start?First get use to environment with going through "vi" editor and compiler options. start enjoy worki...