Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ISO 8583 Parser
Name: remgu Date: July 30, 2007 at 08:44:44 Pacific OS: Windows XP SP2 CPU/Ram: P4 3.4Ghz 1GB Ram Product: Clone
Comment:
Does anyone know of a free ISO 8583 message Parser?
Name: remgu Date: July 30, 2007 at 10:54:48 Pacific
Reply:
Already did, that is why I'm asking here thanks.
Thanks, REMGU
0
Response Number 3
Name: Moshe Shitrit (by MosheSh1) Date: August 2, 2007 at 01:54:28 Pacific
Reply:
I have developed a solution in C++ that includes: Issuer Gateway, Acquirer Gateway and a skeleton App for Authorizer and of course it includes a parser. so if you want, you can look at it at http://multixtpm.sourceforge.net , its open source and its free.
Thanks
Moshe
0
Response Number 4
Name: remgu Date: August 2, 2007 at 20:20:57 Pacific
Reply:
Cool, I will try it in the next couple of days and tell you how it goes. Thanks!
Summary: Im a Newbie to C++ programming, and im TOTALY lost in this boundless jungle of C++!! My first book about C really sucked and i didnt understand much about C. But now i bought this book by Stephen Prat...
Summary: HELLO!! my problem is: ISO C++ forbids comparison between pointer and integer is the name of the problem.. here is my code- #include <iostream> #include <fstream> #include <string> using name...