-
-
stdlib qsort()
Replies: 4
by
mike632t » Mon Dec 09, 2024 7:29 pm
While just messing about with different sorting algorithms (mostly as an exercise in pointers) I decided to try comparing their efficiency by keeping...
- 4 Replies
- 338 Views
-
Last post by mike632t
Thu Dec 12, 2024 6:09 pm
-
-
Minor surprise with C RTL in VMS 9.2-3
Replies: 4
by
jonesd » Mon Dec 09, 2024 2:17 pm
VMS 9.2-3 broke my web server (OSU 3.17), causing it to crash on startup. The issue was difficult to track down, but turned out to be a call to...
- 4 Replies
- 259 Views
-
Last post by pustovetov
Tue Dec 10, 2024 2:16 am
-
-
- 18 Replies
- 7343 Views
-
Last post by frenchie68
Fri Dec 06, 2024 9:38 am
-
-
- 11 Replies
- 809 Views
-
Last post by arne_v
Thu Dec 05, 2024 1:02 pm
-
-
- 2 Replies
- 2242 Views
-
Last post by joukj
Fri Nov 29, 2024 5:39 am
-
-
Job Control on OpenVMS
Replies: 9
by
mythwalker » Mon Nov 18, 2024 5:07 pm
I've been attempting to port pdksh to OpenVMS.
But I am having issues reading from stdin. I've noticed that there are process mailboxes like in...
- 9 Replies
- 1399 Views
-
Last post by joukj
Thu Nov 21, 2024 2:17 am
-
-
- 9 Replies
- 2789 Views
-
Last post by tigran.sargsyan
Tue Nov 19, 2024 8:36 am
-
-
does cc for x86 support asm ?
Replies: 19
by
crgnz » Sat May 18, 2024 6:00 am
Sorry if this is more of a porting from unix question rather than a specific DEC C for x86 query but I'll ask anyway:
I'm trying to port this...
- 19 Replies
- 16258 Views
-
Last post by jreagan
Tue Oct 15, 2024 12:05 am
-
-
- 4 Replies
- 2340 Views
-
Last post by jreagan
Wed Aug 21, 2024 10:14 am
-
-
- 8 Replies
- 4655 Views
-
Last post by arne_v
Wed Aug 07, 2024 3:34 pm
-
-
- 1 Replies
- 1464 Views
-
Last post by pustovetov
Mon Aug 05, 2024 2:26 am
-
-
- 11 Replies
- 4422 Views
-
Last post by arne_v
Thu Jul 18, 2024 2:59 pm
-
-
- 3 Replies
- 2783 Views
-
Last post by brianreiter
Thu Jun 20, 2024 7:40 am
-
-
- 5 Replies
- 4551 Views
-
Last post by pustovetov
Mon Jun 17, 2024 7:42 am
-
-
sigsetjmp/siglongjmp and open file
Replies: 11
by
theoldman » Wed May 22, 2024 2:43 pm
Overview (test program attached):
1. sigsetjmp(jmpbuf,1);
2. fopen a file
3. signal(SIGALRM,TOSTMER_TRAP);
4. copy jmpbuf to static so TOSTMER_TRAP...
- 11 Replies
- 7745 Views
-
Last post by theoldman
Fri Jun 07, 2024 6:12 pm
-
-
Some C++/RTL questions
Replies: 14
by
mberryman » Wed Dec 27, 2023 12:51 pm
In working on the MariaDB port, I have encountered the following issues:
The mkostemp function is documented as accepting additional flags for the...
- 14 Replies
- 14382 Views
-
Last post by jreagan
Wed Jun 05, 2024 12:08 pm
-
-
Missing "defined" in stdlib.h on IA64?
Replies: 2
by
sms » Wed May 22, 2024 1:21 pm
ITS $ cc /version
VSI C V7.4-001 on OpenVMS IA64 V8.4-2L3
OpenSSL 3.3.0 build failed. Simple test case:
ITS $ type stdlib_xoe.c
#define...
- 2 Replies
- 16780 Views
-
Last post by sms
Wed May 22, 2024 6:53 pm
-
-
XML files generation
Replies: 6
by
jonebanes » Sun May 19, 2024 8:58 am
I have the need to produce an XML formatted file from what is now a sequential file produced by a COBOL program. I did some cursory search and with...
- 6 Replies
- 3837 Views
-
Last post by jonebanes
Sun May 19, 2024 9:35 pm
-
-
lib$establish() implemented in C++ x86
Replies: 1
by
renek » Mon May 13, 2024 7:22 am
In the release notes of the x86 C++ compiler it says: The builtin function lib$establish() is not implemented in clang.
Will it be implemented in the...
- 1 Replies
- 2999 Views
-
Last post by jreagan
Thu May 16, 2024 10:45 am
-
-
- 4 Replies
- 5373 Views
-
Last post by soutbarr
Sat Apr 06, 2024 8:35 am
-
-
- 4 Replies
- 3545 Views
-
Last post by sms
Fri Apr 05, 2024 2:52 pm
-
-
LibXML2 issue
Replies: 4
by
rodprince » Thu Mar 28, 2024 11:24 am
This issue exists on HPE I64 C Compiler and VSI x86 C Compiler. I have to assume its actually working as intended and my limited C skills are not...
- 4 Replies
- 4185 Views
-
Last post by hb
Thu Mar 28, 2024 7:38 pm
-
-
- 12 Replies
- 32707 Views
-
Last post by joukj
Wed Mar 20, 2024 11:23 am
-
-
C++ not working
Replies: 6
by
thorleif » Tue Mar 19, 2024 10:30 am
I have installed c++
cxx demo.cxx
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\CXX\
Thanks
Thorleifur
- 6 Replies
- 4743 Views
-
Last post by sms
Tue Mar 19, 2024 9:56 pm
-
-
boost::lexical_cast
Replies: 3
by
ofm » Mon Sep 13, 2021 6:08 am
Hi,
This doesn't compile,
#define __USE_STD_IOSTREAM
#include
#include
int main(int argc, char** argv) {
std::string tmp = boost::lexical_cast...
- 3 Replies
- 11615 Views
-
Last post by joukj
Mon Mar 18, 2024 4:16 am
Forum permissions
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum