User profile: krjeev

User info
User name:krjeev
Name:Sanjeev Kumar
Statistical data
Skills:C
C++
C++/MFC
C++/ATL
History
Joined:
Number of posts:10
Latest posts:

Inheritage between classes and printout
Please 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...