Advertisement

1 - 10 of 34 containing alltags:("TC") (0 seconds)
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...
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  ---...
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...
Zones: Linux, Linux Net, Linux AdminDate Answered: 06/29/2007 Grade: A Views: 0
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...
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
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...
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...
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...
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...
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...
Zones: C++Date Answered: 05/20/2001 Grade: B Views: 0