Viewing 15 posts - 391 through 405 (of 2,645 total)
As C compiles into an Assembly File it can't be faster than Assembler, at best the same.
Assembly instructions are the instructions on the CPU.
Johnathan that was not my...
May 31, 2023 at 4:13 pm
In fact C can be as fast or faster than Assembler and I think this is partially because of highly advanced compilers for C.
As C compiles into an Assembly...
May 31, 2023 at 2:39 pm
If you ever had to deal with Assembler then COBOL would look like the futuristic flying car. When I was in college they taught us both Assembler and COBOL. ...
May 31, 2023 at 2:33 pm
Maybe this?
DROP TABLE IF EXISTS #Data;
CREATE TABLE #Data
(
CLNUM INT
,Model INT
,CLSTATUS CHAR(1)
,CLSTATDATE DATE
...
May 31, 2023 at 9:17 am
COBOL is no different and is barely older than Oracle and SQL Server.
COBOL 1959, Oracle 1979, SQL Server 1989
For computing 1959 is very early, in 1960 there were fewer than 2,000...
May 30, 2023 at 10:29 pm
Having supported a COBOL application for over 10 years, COBOL is a good language. Yes, it is wordy compared to modern programming languages, but that doesn't mean...
May 28, 2023 at 10:17 pm
Having supported a COBOL application for over 10 years, COBOL is a good language. Yes, it is wordy compared to modern programming languages, but that doesn't mean it isn't...
May 28, 2023 at 7:42 am
Please, don't malign COBOL. It is a good language and still in use.
Okay you and I will have to agree to disagree on this one. Not that...
May 27, 2023 at 6:04 pm
Well, Phil Parkin just because a word does not currently exist within any known dictionary does not mean it is not a viable word. In fact, Shakespeare is...
May 21, 2023 at 7:02 pm
Improving database design can have a significant impact on the speed of SQL queries. Here are some tips to optimize your database design and enhance query performance:
...
May 18, 2023 at 8:42 am
Are you running the install as an administrator?
The error is to do with permissions to write to the registry.
May 17, 2023 at 12:51 am
Nearly billion claims every day seems a very high number for Medicaid Florida, considering the population of Florida is only about 22 million.
That sounds about right. The number...
May 16, 2023 at 4:08 pm
Improving database design can have a significant impact on the speed of SQL queries. Here are some tips to optimize your database design and enhance query performance:
May 16, 2023 at 3:38 pm
Okay I know enough about Python to know that it is not nearly as fast to use as straight C especially if you are doing it in MS Windows...
May 16, 2023 at 7:56 am
Viewing 15 posts - 391 through 405 (of 2,645 total)