Search:

Type: Posts; User: Allessandro

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,338

    Thank you very much dwks, then to get the LSB of...

    Thank you very much dwks, then to get the LSB of the character, i can say
    bool temp=char & 1;
    Did i understand i right?
  2. Replies
    5
    Views
    1,338

    Binary Representation of String

    Hi everbody,
    I have a newbie question for you, I have c++ string in my hand, and i want to have the bit representation of each letter of this string, how can i do this?

    Thanks
  3. Replies
    4
    Views
    2,552

    When you have an array of 5 elements and in your...

    When you have an array of 5 elements and in your program and if you want to cycle through your array, don't you use "%" operator.For example if you have 6 and array[6%5]--> array[1] so that you...
  4. Replies
    4
    Views
    2,552

    Cycling through an array

    I know that if we want to cycle through an array (going from end to the starting) we can use "%" operator.Bu what must I do if I want to cycle in the opposite direction.For example if i have an array...
  5. Replies
    4
    Views
    1,096

    Getting value from user

    Hi,
    I am new in the forum and i have a little question for you,
    in my program i have to use a "value" that the user must be entered as

    ./"name of executable" -n "value"

    How can i store and...
Results 1 to 5 of 5