Re: Open VMS programing in C
- From: JF Mezei <jfmezei.spamnot@xxxxxxxxxxxx>
- Date: Tue, 17 Jan 2006 15:38:12 -0500
"SanthoshfromJay@xxxxxxxxx" wrote:
>
> I tried all the resources ( book shops and Internet ) for a book or
> material for VMS programing in C . The hp doceumentations "OpenVMS
> Programming Concepts Manual " , "Compaq C Run-Time Library Reference
> Manual for OpenVMS Systems " and " Compaq C Run-Time Library Utilities
> Reference Manual " does not suite for a beginer .
VMS uses very structured stuctures as arguments to many system calls.
The concepts manuals shoudl provide you with a goo ddescription of
DESCRIPTORS (to pass strings back and forth)
ITEM LISTS (to pass variable number of stuff as a single argument)
(there are a few others).
Also:
DIR SYS$EXAMPLES:*.C will get you quite a bit of help. You can also
browse down to subdirectories that include many more examples in C
(including the TCPIP subdirectory).
.
- References:
- Open VMS programing in C
- From: SanthoshfromJay@xxxxxxxxx
- Open VMS programing in C
- Prev by Date: Re: HP, read this about demand for desktop linux!
- Next by Date: Re: Setting Read-Only Permissions on a Directory & all Sub-Directories
- Previous by thread: Re: Open VMS programing in C
- Next by thread: Re: Open VMS programing in C
- Index(es):