Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kathless

    convert hex to dec or dec to hex

    #define F binary # here #define f binary # here #include <iostream> using namespace std; int main() { int numOne; cout<<&quot;Enter a number in hex: &quot;; cin>>hex>>numOne; if(numOne<=1) cout<<&quot;Nope&quot;; if(numOne>=f)...

Part and Inventory Search

Back
Top