cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : General C++ Programming : virtual
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programm...
Articles
Lounge
Jobs

-

post  virtual

lipune (37)
what is the advantage if in a real time project if we use virtual mechanism,wt type of advantage will get client if we use virtual mechanism.
another question,,,,
int main()
{
int n=1;
fork();
n++;
printf("%d",n);
fork();
n++;
printf("%d",n);
}
wts the out put and how,plz clarify these doubt.
thanx[b]
|
satm2008 (149)
Check the reply to your other post:

http://www.cplusplus.com/forum/general/4495/#msg19829
|
int main (93)
Please write correct english and not this chat-babble-style. It makes reading very annoying and understanding the question very hard.

And personally I take this as an insult because you are communicating that the people you ask for help are not worth the effort to phrase a question well.

int main
|

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us