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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10033007.html
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...
http://www.experts-exchange.com/Networking/Unix_Networking/Q_10033358.html
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?...
http://www.experts-exchange.com/Programming/Languages/C/Q_10294257.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10335956.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10368697.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20081890.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20144250.html
Can i type cast a string into Byte array?
if yes ,how do i do that?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20178045.html
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
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20241097.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20251776.html