Advertisement

1 - 10 of 187 containing alltags:("unsigned") (0 seconds)
I know that in C++ you can declare an Unsigned (variable typ). Is there anything in VB that relates to this?? IE. Unsigned Long.
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...
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...
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...
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...
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...
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...
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...
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...
Zones: Windows ProgrammingDate Answered: 02/22/1997 Grade: C Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 03/17/1998 Grade: C Views: 0