Some time ago I wrote a little module called 'longer.c' which synthesised 64-bit arithmetic out of 32-bit, to give 'long long' behaviour for compilers that don't support it.
I implemented addition,...
http://www.experts-exchange.com/Programming/Languages/C/Q_10011923.html
Zones:
CDate Answered: 05/28/1997 Grade: A Views: 0
How come my Quantum Fireball 4,3 GB Disk wont accept long filenames?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10036...
Zones:
Windows 95Date Answered: 01/27/1998 Grade: A Views: 0
I just added a brand new HD to my system. I used fdisk, then formatted it in Win95. However it won't accept long filenames...
H E L P M E !!!!
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10062...
Zones:
Windows 95Date Answered: 08/01/1998 Grade: C Views: 0
I have 2 tables containing a field of the type LONG. I like to compare the content of these LONG field. I tried allready "tbl1.field<> tbl2.field" and "to_char(tbl1.field)<>to_char(tbl2.field)" and...
http://www.experts-exchange.com/Database/Oracle/Q_10066379.html
Zones:
OracleDate Answered: 07/28/1998 Grade: B Views: 0
I want to convert the SEARCH_CONDITION from the ALL_CONSTRAINTS table, which is a long to an string, that I can use the single SEARCH_CONDITIONs
http://www.experts-exchange.com/Database/Oracle/Q_10069031.html
Zones:
OracleDate Answered: 08/04/1998 Grade: D Views: 0
How to insert data into a long colums.
I tried the foll. SQL on table temp(a varchar2(10), b long)
insert into temp values('test',long string of 2100 chars )
the data for column b is having length...
http://www.experts-exchange.com/Database/Oracle/Q_10121931.html
Zones:
OracleDate Answered: 05/05/1999 Grade: C Views: 0
I'm trying to embed carriage returns in a Delphi long string and then printing it out in the following manner (in a console app):
var
aString : String;
begin
aString := 'Hello' + Ch...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10227832.html
Can anyone help with the below. I've never sees this before !
Add the following lines of code to a new project and run :-
Dim lngTest As Long
lngTest = 12 * 3600
This produces as "Overflo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10253501.html
Zones:
Visual BasicDate Answered: 01/03/2000 Grade: A Views: 0
Open() and _dos_open() won't open files with names 9 characters or longer.
I am trying to open files that are already in the directory but the open function fails. Normally I could use the na...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10350934.html
Zones:
C++Date Answered: 05/18/2000 Grade: A Views: 0
I have a query that returns a value obtained from a texr box on a form. The string returned is regularly greater then 255 charachters. The query returns an erroe message that "The Size of a Field i...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20012046.html
Zones:
MS AccessDate Answered: 12/29/2000 Grade: A Views: 0