Actually what should be the size means how many bites the class will take when the object is created.
By the way i have not executed the code that i have given ...........plz can u help...
User Profile
Collapse
-
size of a class containg both data and function
Please help me
what should be the size of a class,if it contains data member of int and float,
a function,when we crete an object?
For example
[CODE=cpp]class X
{
int a ;
float b;
public:
void getdata(int x,float y)
{
a = x;
b = y;
}
};
int main()
{
X p;... -
Tab in Make file
Please let me know
Why it is given a tab
before the command list
when we write the syntax within a make file -
sharing of variable in two different files
Please help me
how a variable can be shared by two different file in c++.
I know extern key word is one choice.Is there any other choice. -
Tab in Make file
Please let me know
Why it is given a tab
before the command list
when we write the syntax within a make file -
What is a port in unix networking
plz let me know what is a port in unix networking
whether it a virtual thing or programming aspects.
we always use port with number,but what is port
mean what should be the definition of port
thanx with
regards
chinmaya -
Using Specified memory using unix command
Please help me,is there any command in unix for crating a file with specified amount of memory like 10 kb etc
thanx -
-
No activity results to display
Show More
Leave a comment: