how to create a program about number system converter using c++

Recommended Answers

All 3 Replies

step 1: learn base conversion
step 2: learn c++

Hi Nathaliecole,

It's always worth searching DaniWeb to see whether your question has been asked before. I searched on the phrase "number system converter" and it threw up this thread, which may help you to get started:

i would like to create a program that converts a number system to another

http://www.daniweb.com/software-development/cpp/threads/106441/number-system-conversion

If you repeat that search yourself you'll find additional similar threads, some using C, some using Java, but the ideas in those threads may still help you.

Good luck with your program.

Hello all guys
Developing a number system converter program in C++ is an excellent assignment for honing your coding abilities. Begin by establishing input/output formats for various bases and then implementing conversion algorithms.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.