-
-
-
-
-
-
-
-
Macro and Inline function
What is the difference between macro and inline function?
-
Connect C++ to MS Access
How to connect C++ to MS Access?
-
Method Overriding
What's the Method Overriding and what's the difference between Method Overloading and Method Overriding.
-
-
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++...
-
-
Length Conversion Program
Write a program that will read in a length in feet and inches and will output the equivalent length in meters and centimeter. Use at least three functions: one for input, one or more for calculating, and one for output. Include a loop that lets the user repeat this computation for new input values until the user says he wants to end the program. There are meter in a foot, 100 centimeters in a meter,...
-
What is the advantage of function overloading according to users point of view?
I know that function name is same. but each time we are writing code for each function.then in which way it is advantageous than normal function.
-
Using Templates
What is the disadvantage of using too many templates?
-
C++ File Stream
What is the concept of file stream in C++? How is a file opened and closed in C++?
-
Reversing Linked List
How to reverse a linked list using only one pointer?
-
Spiral Structure
Write a program for generating a spiral structure of N number.For example: If N= 4 then the structure will be as follow-1 24 3 If N=5, then the structure will be as follow- 1 25 4 3 If N=9, then the structure will be as follow-7 8 96 1 25 4 3 If N=15, then the structure will be as follow-7 8 9 106 1 2 115 4 3 12 15 14 13 If N=18, then the structure will be as follow- 7 8 9 10 6...
-
Constant, Volatile and Static Function
What is the use of constant function, volatile function & static function (in programming & real life)? How do they differ from one another?
C++ Interview Questions
Ans