hai everybody,
i am learnig VC++ in my semester coures.could any one suggest some good project which i can cope up along with my semester course.i am new to VC++ (i have done programming in c,c++,java,cobol,8086).more over i do not have any experience of having done any project before...
hello thanks for you response.can you explain what it means to say that "you can manupulate the value by using pointer to it".
does it mean something like this.
int & f()
{
static int a =5;
return a;
}
void main()
{
// int *ptr =f();
//i am trying to accept...
hello everybody,
could any one help me find out the differece with the following codes.i mean what is the advantage of using one over the other.
1>.
int & f()
{
static int a=5;
return a;
}
2>.int f()
{
static int a=5;
return a;
}
in both the cases...
hi buddy. go to google search and there you will find your requirement. if still you need help then let me know. i have a working code of the binary search tree written in CPP.
naresh.
dear friend , i will try to explain the use of the extern with the help of the followint example.
//consider the following program.in this program i am
//defining the variable a before the function fun and
//i am using it in the main program with the help of
//the key word extern. extern tells...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.