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 Rating: 7.6 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 Rating: 8.8 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 Rating: 6.2 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 Rating: 7.0 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 Rating: 5.4 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 Rating: 6.6 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 Rating: 8.8 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 Rating: 7.8 Views: 0
Hi,
I have the follwoing questions:
1.) What is the use of PASCAL at the declaration of the function?
2.) What is the use of FAR, NEAR pointer? Furhter, What is the difference between them...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20096156.html
Zones:
C++Date Answered: 05/13/2001 Rating: 9.4 Views: 0