Forum: C++ Sep 15th, 2009 |
| Replies: 8 Views: 1,286 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? |
Forum: C++ Sep 15th, 2009 |
| Replies: 2 Views: 197 I see, thanks for answering that. I knew something must be going on that I couldn't remember. :) So if I were to remove the constructor or the 'long = 0' then it would no longer work I guess. ... |
Forum: C++ Sep 14th, 2009 |
| Replies: 2 Views: 197 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... |