|
I have the code at home in my c++ programs, don't program in c++ here at work so don't have the code with me. I'm e-mail myself the code snippet and use when I get home tonight and post it here tomorrow. It's actually a very interesting template that can do a lot of conversions (int to string, string to int, etc...) Regards, Jim Langston -----Original Message----- From: Bob Cozzi (RPGIV) [mailto:cozzi@rpgiv.com] Sent: Thursday, February 21, 2002 11:29 AM To: rpg400-l@midrange.com Subject: RE: %CHAR Jim, Could you share with us closet C++ programmers the "in C++ there are better ways to do it" that you mentioned? Bob Cozzi > -----Original Message----- > From: rpg400-l-admin@midrange.com [mailto:rpg400-l-admin@midrange.com] On > Behalf Of Jim Langston > Sent: Thursday, February 21, 2002 1:19 PM > To: 'rpg400-l@midrange.com' > Subject: RE: %CHAR > > The C function to convert numeric into character is sprintf (string print > function) and goes something like: > char MyBuffer[50]; > int MyInt = 2015; > sprintf(MyBuffer, "%i", MyInt); > > You really don't want to do it this way, and in c++ there are better ways to > do it, and this is considered depreciated by c++ programmers. > > RPG has better ways to convert numeric to character, and you should use them > instead. > > Regards, > > Jim Langston > > -----Original Message----- > From: rob@dekko.com [mailto:rob@dekko.com] > > Buck, > > I was hoping to see the C functions to convert the numeric into character. > Or am I confused and they're just useful for the other way? > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l > or email: RPG400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.