Thread: C++ binary multipli repeatede shift and add

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

    C++ binary multipli repeatede shift and add

    hiya..i'm new here.. found this site while googling for some answer regarding my thread title.. got a little problem here, can anyone show me how to write this--> Binary Multiply in C++.. oredy search on this board, but i only find the complicated one and i don't understand it..
    help me, im new in C language..
    thnks in advance...

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > help me, im new in C language..
    How new?
    I assume you've got past "hello world", and can read input, and write output.

    Why not give it a go yourself?
    The instructions are about as simple as it gets for describing what you need to do in the code.

    Start small and compile often.
    A development process
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Caeser Cipher
    By L_U_K_E in forum C++ Programming
    Replies: 35
    Last Post: 06-30-2006, 07:15 AM