Posts
 
Reputation
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
~970 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Doomreaper

Hello I come to you today with a question i have not been able to find answer to this anywhere on the internet. I want to be able to send an Email through a Gmail account Using C++. And i cannot be persuaded to move to a different language to …

Member Avatar for Nick Evan
1
203
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
143
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
222
Member Avatar for JimD C++ Newb

Hello, all! I'm trying to understand how a client/server would work, and I found a server example I could play with on the internet. However, I can't get it to compile due to a bunch of undefined variables (sendto, socket, etc). Are there some options I should include in the …

Member Avatar for jephthah
0
310
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
92