Search:

Type: Posts; User: expresspotato

Search: Search took 0.01 seconds.

  1. Replies
    34
    Views
    4,851

    #include #include void...

    #include <stdio.h>
    #include <conio.h>

    void bin_prnt_byte(int x);

    void main(void)
    {
    clrscr();
    bin_prnt_byte(0xc);
    printf("\n");
  2. Replies
    34
    Views
    4,851

    0

    0 <<1 ;

    = 00?

    :s
  3. Replies
    34
    Views
    4,851

    Fine lock it and make my evening! I don't see...

    Fine lock it and make my evening! I don't see what the difference is, I'm tyring to ........ing learn here. Not sure what I'm doing wrong, all you guys are just saying bit this bit that and not...
  4. Replies
    34
    Views
    4,851

    What you didn't actually fix anything!...

    What you didn't actually fix anything! Syntax-shmintax, it ran before, you're code didn't even run off the bat!

    still no dice on printing binary here, I think I'm about to cry! :'(
  5. Replies
    34
    Views
    4,851

    THANK YOU MANUTD! I will test and report back!...

    THANK YOU MANUTD!

    I will test and report back! lol


    Hurray, hell has frozen over ;)
  6. Replies
    34
    Views
    4,851

    Wacha talkin' about, I thought it printed...

    Wacha talkin' about, I thought it printed something... jeeze!

    THATS WHY I"M HERE LOOKING FOR HELP, you programmers sure got an attitude problem!
  7. Replies
    34
    Views
    4,851

    what do you mean? like here in the thread?...

    what do you mean? like here in the thread? yeah...


    LOL don't hate! Appreciate!

    But outside of the forum no, just my crazy cracka professor that reminds me of tweak from southpark, he didn't...
  8. Replies
    34
    Views
    4,851

    Nah it has to print the right time-around...

    Nah it has to print the right time-around...
  9. Replies
    34
    Views
    4,851

    Okay you can take whatever anger out on me its...

    Okay you can take whatever anger out on me its kewl!

    But anyways here's my attempt... :S



    #include <stdio.h>
    #include <conio.h>

    void convert(int);
  10. Replies
    34
    Views
    4,851

    Sorry about making whoever angry... I really...

    Sorry about making whoever angry... I really didn't mean to, hes clearly pro tho and me mr noooob.


    But yeah which do I want? the right way round, with the while loop!
    His version prints it...
  11. Replies
    34
    Views
    4,851

    Well its just college C... I included the files I...

    Well its just college C... I included the files I needed or duh it won't complile mr 9000 + posts!

    Plus the 12 is just as a refernece for ease-of-use to get the thing working...

    And yes your...
  12. Replies
    34
    Views
    4,851

    thanks! I'm not entirely getting this whole...

    thanks! I'm not entirely getting this whole bitshifting thing, grrr....

    Anyways, here is a code sniplet, how can I re-write this as a while loop? without needing to call bin (it self) everytmie?
    ...
  13. Replies
    34
    Views
    4,851

    can you explain the last one a bit better??? ...

    can you explain the last one a bit better???

    I'm a perl guy lol

    thank you
  14. Replies
    34
    Views
    4,851

    Binary!!! How do I manage that?

    Hey yall!

    I had a few quesitons about binary here...

    - How do I store binary, as an int?
    like; int a = 100101010101; ???

    - How do I shift bits?
    like move this down 3 bits?...
Results 1 to 14 of 14