IDispatch Invoke with VARIANT array130 (7/10/2003 6:52:39 AM) Hi all! I'm trying to create a DLL in C++ that calls an EXE containing a COM component. I load the component and call to it's methods using the IDispatch interface, it works correctly until I try to call a met... vic_cprima
Truth Table242 (7/9/2003 9:19:52 PM) Can some1 help me with the code for a truth table???? ... mariocrc(2)
visual studio question234 (7/10/2003 3:36:43 AM) I have read that Visual Basic 6.0 is included with Visual Studio 6.0 Professional Edition. Maybe this is a dumb question but how do I bring up the VB Editor? I wasn't sure if I installed it even though I know I... pkingtom(5)
no ABC's in STL containers..137 (7/10/2003 4:15:59 AM) Recently tried to make a vector of a classe that contained a pure virtual member. It didn't work. I've since found a little bit of information including one possible solution: http://pages.cpsc.ucalga... seanlkml(6)
Alternate way to initialise static object.1224 (7/8/2003 3:18:45 AM) I have found that the static object is initialised at the time when the shared libary is loaded. The initialisation caused the invocation of the constructor. May I know of any way that I can initialize the stat... xiao3yu
enum !1129 (7/7/2003 7:25:42 AM) Hi, I have a code in which I have an enum like enum ADDR { one = 0; two = 1; three = 2; }; Later in code , I have a function that returns an ADDR type, which returns an integer referring to the correct va... khoslakapil(12)
clearing a priority_queue429 (7/9/2003 7:00:30 PM) Hopefully a simple question: What is the best/safest/fastest way to clear/make empty a std::priority_queue? Thanks, Ryan ... tino52(12)
Beginner questions to C++227 (7/9/2003 7:44:47 PM) Hello. I know the basics of C++, but have a few questions. Is Visual C++ the same as C++? I'm very confused there. Also, the programs that I learned in my beginning programming class are all in a black back... willybilly111(2)
SNTP protocol integrity in timelist system029 (7/9/2003 9:34:53 PM) can some one help me to link net connectivity into a simpe demo program. or do any one know such code.. i would be very greatfull. The idea is almost the same as writing a internet browser from scratch, in c++... rahmi_acar