Can anyone give me a general example of using the "bioscom" funcion? The manual is VERY vague, and doesnt help me. Im attempting to communicate with external devices via null modem, and this is the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10922561.html
Zones:
C++Date Answered: 08/06/2000 Grade: A Views: 0
Hello there , is it possible to add a tc filter based on the incoming interface and the destination ip ?
My topology is this :
ISP1------\
\
QOS SERVER ---...
http://www.experts-exchange.com/Networking/Linux_Networking/Q_22082710.html
Zones:
Linux NetDate Answered: 01/25/2007 Grade: A Views: 0
I think my problem is relatively simple. I tried using different scripts I found on the net for this but I couldn't get anything to work. The best I got was limiting the entire interface traffic (n...
http://www.experts-exchange.com/OS/Linux/Q_22477608.html
i am having a problem in using pointer to double dimesion array created at run time which is of type my strcut. partial code is given below.
// some of the declarations are
typedef unsigned...
http://www.experts-exchange.com/Programming/Languages/C/Q_23319776.html
Zones:
C,
C++Date Answered: 04/15/2008 Grade: A Views: 16
Why can't I use this graphics header in TC 4.5 and when I try
to use the registerbgidriver I always get an error message
saying that bgi graphics is not supported under windows.Help!
Quis01@aol.com
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10008633.html
Zones:
C++Date Answered: 04/22/1997 Grade: C Views: 0
I insert a CTreeCtrl into a CTabCtrl using the InsertItem() function:
TC_ITEM TCI;
TCI.mask = TCIF_PARAM;
TCI.lParam = (LPARAM)pTreeCtrl;
VERIFY(m_TabCtrl.InsertItem(0, &TCI) != -1);
I ca...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10045205.htm...
Zones:
Windows MFCDate Answered: 04/10/1998 Grade: B Views: 5
Recently I programmed codes with turbo c++ 3.0,but something
happened very strange,the sequence in some place may reverse and,it can go into the statement coercively although
the condition isn't re...
http://www.experts-exchange.com/Programming/Languages/C/Q_10090437.html
Zones:
CDate Answered: 12/20/1998 Grade: C Views: 0
I have a tab control in a CDialogBar. The tab is created with WS_CHILD|WS_VISIBLE|WS_TABSTOP|TCS_FOCUSONBUTTONDOWN|TCS_MULTILINE|TCS_VERTICAL tab styles. The dialogbar comes up docked to the righ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21071341.htm...
Zones:
Windows MFCDate Answered: 08/02/2004 Grade: B Views: 4
Hello
I can't get my temp tables to work today and no-one in my team has a clue either! I have a main SProc which is creating the temp tables which I can then select from in the same SProc (so t...
http://www.experts-exchange.com/Database/Sybase/Q_21130041.html
Zones:
SybaseDate Answered: 09/14/2004 Grade: A Views: 0
Iam having problems from reading input from a file line by line. ere's my code and every time i try to compile it, my compiler (TC) crashes. Kindly point out my errors. Thankyou
#include <fstrea...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20121231.html
Zones:
C++Date Answered: 05/20/2001 Grade: B Views: 0