- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Re: Why can't you just write the email call from a more suitable language and invoke it from your existing c++ code? Basically make a nice little API for yourself? | |
I haven't wrote in C++ for a long time so I decided to brush up a bit by writing some basic programs. I wrote a class that allows for basic arithmetic of infinitely large numbers (or as much as you have memory for). Here is the code. [CODE] class largeInt … | |
Stupid question. Haven't done production C in a while and just inherited some legacy code. In case it makes a difference it is running out of OMVS on a Z/OS IBM mainframe. The C program is invoked by an assembler program. The assembler program passes in a number arguments that … | |
Re: Could you link to the example? First thing that springs to mind is that the example was made for a different platform (UNIX v WIndows) and the headers are not being found. But without more info I dunno. | |
I was hoping that someone here is familiar enough with NATURAL to answer a few questions regarding some of its data types. My first question is how are pact variables (p*) stored versus numerical variables (n*)? I've had trouble finding an in depth explanation of how they are stored in … |