Hi,
I've looked up several good books on C++ but haven't been able to find a satisfactory explanation for the order of destruction in case of inheritence and virtual functions especially involving...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10025725.html
Zones:
C++,
SSIDate Answered: 10/14/1997 Rating: 8.2 Views: 0
Explain virtual function with an example. When it is appropriate to declare a function as virtual.?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10039314.html
Zones:
C++,
...Date Answered: 03/09/1998 Rating: 7.2 Views: 0
I created a web app and now need to deploy it via a setup program.
How do I create an IIS virtual directory and set security options such as ssl, execute only + more...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10179526.html
I've figured out how to use virtual screens in mode 13h. Now I am trying to change to 640x400 at 256 colors.I initialized the graphics with a super vesa unit I found and all i get is the top quarte...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10329377.html
Zones:
Pascal,
Tiv...Date Answered: 04/19/2000 Rating: 7.6 Views: 0
Redhat 6.1
host : 10.20.24.1
I need some virtual IP
With linuxconf I added
10.20.24.101-120
I cannot ping this IP (hosts unreachable)
Where's the problem ? DNS ? (what's the DNS rpm name...
http://www.experts-exchange.com/OS/Linux/Q_10407005.html
Zones:
Linux,
Ti...Date Answered: 06/08/2000 Rating: 7.2 Views: 0
If I lock up a console and am able to get to another console with alt-F2 for example how can I kill the first console so I can regain keyboard control there again without rebooting?
http://www.experts-exchange.com/OS/Linux/Q_10647141.html
Zones:
LinuxDate Answered: 07/09/2000 Rating: 7.6 Views: 0
Hello, I am currently running the IIS 5.0 SMTP Service. I have a DNS server installed, which contains several MX records routing mail to the \Drop directory. I do not have microsoft exchange. Is...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10855121.html
Occasionally, I'm unable to get to my website. In IIS manager, I notice that my virtual directory has reverted back to a normal folder! I have to re-create the virtual directory to remedy the prob...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_20077...
I have set a web in RH6.1
and www.xxx.com is ready
So I add Virtual host in Web
Add the following into httpd.conf
=======
<VirtualHost 202.70.2.18>
DocumentRoot /home/httpd/html
ServerNam...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20083501.htm...
Hi,
I have a base class with two fucntions, both the same name but taking other parameters :
e.g.
virtual int ProcessStuff (char *Text) ;
virtual int ProcessStuff (int x) ;
In an inherit...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20112098.html
Zones:
C++Date Answered: 05/02/2001 Rating: 9.4 Views: 0