Thread: can any1 help me in c++

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    1

    Smile can any1 help me in c++

    i m beginner to this language. i need a program which can perform interconversion of binary,decimal,octal and hexadecimal numbers. All conversions should be in 1 program..


    regards

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    scanf/printf will read/convert to decimal, octal, and hexadecimal, so the only work you have to do is the binary.

    How is the input supposed to take place?
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can any1 tell me wats wrong in this c program..
    By Hrisav in forum C Programming
    Replies: 2
    Last Post: 07-09-2009, 05:03 AM
  2. can any1 plz make this assignment
    By jean in forum C Programming
    Replies: 17
    Last Post: 05-13-2009, 09:19 PM
  3. any1 can solve this
    By ajoi24 in forum C++ Programming
    Replies: 15
    Last Post: 08-10-2008, 07:47 AM
  4. Any1 help with noob problem???
    By jr2007 in forum C++ Programming
    Replies: 3
    Last Post: 11-05-2003, 02:17 AM
  5. Can Any1 Help Me!!!
    By crazed_puppet in forum C Programming
    Replies: 4
    Last Post: 02-27-2003, 08:07 AM