Im assuming you mean *nix based systems as Unix itself doesnt really exist in use anymore. Unix styled systems would tend to include MacOS, Linux, Solaris, AIX, etc. The differences are NOT technicall...
Gopal jee dubey
Sep 30th, 2015
UNIX is a multi-user operating system that provides CLUI (Command Line User Interface) while Windows is an operating system that provides GUI. Windows eliminates the need to memorize commands for the command line (MS-DOS).
When u build connection with database through coding, then its ADODB.. When u build connection with database through ADO component, then its ADODC ............
Run-time type information (RTTI) is a mechanism that allows the type of an object to be determined during program execution. RTTI was added to the C++ language because many vendors of class libraries ...
A
Jan 28th, 2006
In case of Virtual function we are responsible for deciding the function at run time. Its our logic that reflects and no one does any thing.Where as in case of RTTI TYPE is found of object. We dont do any thing for that. We simply use that.
Hi, for the above answer, i am little bit disagreeing, like VECTOR is UNIDIRECTIONAL ?? what does that mean ?? exactly, you mean to say that we cannot have multidimensional vectors ?? if that is ...
bhradwj
Apr 4th, 2006
The main difference between vector and array isAlways vector is represented as uni-dimensional (ie., one dimensional) but whereas Array can be represented by both one-dimensional as well as two dimensional.Thanks....