Advertisement

1 - 10 of 884 containing alltags:("byte") (0.001 seconds)
I have a function that I am creating.  Since this is a dll that is interfacing with VB, I have to pass some strings into this function in BSTR format.  However, when it comes time to use the values...
Zones: C++Date Answered: 12/16/1997 Grade: A Views: 0
What is the standard size of a TCP packet? (In Bytes) should be easy enough but I can't find any reference material on the subject...
Zones: Unix NetworkingDate Answered: 01/08/1998 Grade: C Views: 0
I have an array in the form of char array[200].  Is there a way that i can add up the parts of the array in binary form to get on big long binary number and then divide it by another binary number?...
Zones: CDate Answered: 02/14/2000 Grade: A Views: 0
I'm trying to get the bytes sent and recv. stats from DUN. i can't find any info on connecting a VB program into an active DUN connection and getting those(bytes sent and recv.)stats to put in a ...
Zones: Visual BasicDate Answered: 05/06/2000 Grade: A Views: 0
Hi,   How can I do to convert an array of byte[] in an array of short[] without a second array ? I tryed to use Object but I get an invalid cast error... byte[] b = new byte[10] ; .... Object ...
Zones: JavaDate Answered: 06/07/2000 Grade: A Views: 0
Hi I am trying to encrypt using the Des algorithm a piece of text as follows (see below) I have two problems - (1)  Firsly the text I encrtypt is not the same as the text which has been encrypte...
Zones: JavaDate Answered: 03/02/2001 Grade: A Views: 0
How to edit byte code ? Any editor and document to do it ? I lost one of my source file when the computer crash but I still have the class file. It was fairly complex and not not necessarily to...
Zones: Java, New To JavaDate Answered: 03/05/2002 Grade: B Views: 0
Can i type cast a string into Byte array? if yes ,how do i do that?
Zones: JavaDate Answered: 09/14/2001 Grade: B Views: 0
How can I swap the high order byte with the low order byte of a WORD? Is there a function in C++ to do that? thanks in advance, jeco
Zones: C++Date Answered: 11/27/2001 Grade: A Views: 0
Hi folks, Is it possible at all to find out how many bytes have been sent and recieved off a given interface? Stu
Zones: Delphi ProgrammingDate Answered: 01/30/2002 Grade: A Views: 0