Search:

Type: Posts; User: tox0tes

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,559

    shift-and-subtract divider

    Hello,

    I am looking for the logic for a shift-and-subtract bit-level divider. I had a digital design text book with the logic, but I sold it a few quarters ago.

    thanks
  2. Replies
    6
    Views
    1,297

    thanks for your help, i have figured out my...

    thanks for your help, i have figured out my problem.
  3. Replies
    6
    Views
    1,297

    after removing the star, instead of getting...

    after removing the star, instead of getting "string" as an output, I get "s '"
  4. Replies
    6
    Views
    1,297

    Here is more of the code: char arr[50][100];...

    Here is more of the code:

    char arr[50][100];
    char *pointer;

    arr[0][0] = "string";

    *pointer = arr[0][0];

    printf("%s", *pointer);
  5. Replies
    6
    Views
    1,297

    Printing a string is crashing Windows

    I am trying to create a C program on Windows Vista, and there is one line of code that consistently crashes a.exe during run time.

    printf("%s", *pointer);

    (*pointer is pointing to a string of...
Results 1 to 5 of 5