-
-
-
-
CPP Objects
How are objects passed in CPP?
-
What is psychic windows in relation to VC++?
this question is related to windows programming using VC++
-
What is virtual class and friend class?
Friend classes are used when two or more classes are designed to work together and need access to each other's implementation in ways that the rest of the world shouldn't be allowed to have. In other words, they help keep private things private. For instance, it may be desirable for class DatabaseCursor to have more privilege to the internals of class Database than main() has.
-
-
Method Overriding
What's the Method Overriding and what's the difference between Method Overloading and Method Overriding.
-
-
-
Auto Pointer
What is auto pointer ? What is the use of this ?
-
-
Linking socket++ classes to my application
Hi,Iam very much new to programming and C++please help meI have an application that uses socket++ classes on Unix (AIX) environmentI have included #include in two of my .cpp filesand I have socket++ source in my temp directorywhen iam trying to compile my application using the makefile, the error shown is The #include file "sockinet.h" is not found.I don't know how to make my application to use socket++...
-
-
-
-
Supplementary problem
you are tasked by your teacher to help her in the computation of your grade for preliminary period. the grade will computed based on the following formula.CRA=summation of all the quizzes, recitation,board works,assignments,and other requirements.prelim grade= (Cra*2+major exam)*60+40(total CRA)*2+major examthe program will return a letter grade based on the given conditionsletter grade score...
-
-
-
C++ Interview Questions
Ans