How would I convert decimal into binary?
        Posted  
        
            by oni-kun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by oni-kun
        
        
        
        Published on 2010-05-10T10:18:49Z
        Indexed on 
            2010/05/10
            10:24 UTC
        
        
        Read the original article
        Hit count: 444
        
All I really know is PHP and I used the decbin function etc, It was fairly easy to do. In this C++ program I want to do the same thing, just a simple number or string how would I do this? 
© Stack Overflow or respective owner