Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Doomreaper

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?

Member Avatar for Nick Evan
1
225
Member Avatar for krellor

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 …

Member Avatar for krellor
0
146
Member Avatar for krellor

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 …

Member Avatar for gnujohn
0
230
Member Avatar for JimD C++ Newb

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.

Member Avatar for jephthah
0
315
Member Avatar for krellor

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 …

0
95