Click here to Skip to main content
Click here to Skip to main content

Base To Base Converter

By , 11 Aug 2004
 

Introduction

This small .NET windows forms project contains a function which converts a user-entered number from one base to another. Within this context the function takes a number stored as a std::string but would easily be edited to take an integer etc. if required.

Using the code

convdef.cpp and convheader.h comprise the conversion function with arguments std::string thestlstring, int base & int base2 - it returns the converted number stored as an std::string.

Points of Interest

I have been learning standard c++ for about 18 months and this project was an excuse to try making a little graphical front end for my conversion program which was originally a console program. What took me some time, being completely new to .NET, was converting the managed string which was the user-entered original number to an std::string - I found the two functions ManagedToSTL and STLToManaged somewhere on the web after much searching - they are defined in Form1.h of my upload if of any use to you.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Phil Sykes
United Kingdom United Kingdom
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralManaged conversionmembermav.northwind12 Aug '04 - 0:48 
GeneralRe: Managed conversionmembernorm.net12 Aug '04 - 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 12 Aug 2004
Article Copyright 2004 by Phil Sykes
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid