I know that in C++ you can declare an Unsigned (variable typ). Is there anything in VB that relates to this??
IE. Unsigned Long.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10174759.html
Zones:
Visual BasicDate Answered: 07/15/1999 Grade: C Views: 0
If I have an array with 20 doubles, how do I manipulate the whole array to remove any minus signs that any of the numbers in the array might have ?
ie make em all positive !
Code would be great...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10355186.html
Zones:
JavaDate Answered: 05/24/2000 Grade: A Views: 0
I have an unsigned Integer stored in 2 bytes (created by another program written in C), how can I read it to int in Java ? since int in java is signed so the result value is about double with origi...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20538625.html
Zones:
JavaDate Answered: 03/04/2003 Grade: A Views: 0
HI EXPERTS,
AppendFields is setup as a global variable. I used it in a function and assigned values to it. It was checked with proper values within that function. However, when I used it in a...
http://www.experts-exchange.com/Programming/Languages/C/Q_20589888.html
Zones:
CDate Answered: 04/22/2003 Grade: C Views: 0
Hi,
I have some jar files that were signed by a previous developer., and I have signed them too. When I tried to load the jar files through Java Web Start, it complains of more than one certific...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20946055.html
Zones:
JavaDate Answered: 04/13/2004 Grade: B Views: 4
Hi,
Whenver i subim one form it will open the Pop Up Window having first name and last name. So whenevrv i open the window first name text box conatins Unsigned as a text but i want it to be bla...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21576751.html
Zones:
JavaScriptDate Answered: 10/05/2005 Grade: B Views: 0
The following code snippet:
unsigned char c;
// c = ...
if (c == '\377')
// use c
is giving the following error on compile (with g++)
serial.c:67: warning: comparison is always false d...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21763845.html
Zones:
C++Date Answered: 03/07/2006 Grade: B Views: 0
I wrote a program to generate prime numbers, it works correctly for 2^(32-1).
Now I want it to work with 2^32 so I used unsigned values but now the program doesn't work. It fails at different pla...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22872235.html
Zones:
C++,
CDate Answered: 10/04/2007 Grade: A Views: 0
Hello,
Why I compile this, he said E:\projet compress\exDlg.cpp(218) : error C2664: 'RegSetValueExA' : cannot convert parameter 5 from 'char [3]' to 'const unsigned char *' (new behavior; please s...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10003536.html
I am having problems converting a string value in a table to an integer. An example is listed below.
Note: psoc is defined as an integer.
Table2's er_ssn is defined as a string.
ps...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10040493.html