Search:

Type: Posts; User: totoco

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    9,533

    After read yors codes and with yos helps, final y...

    After read yors codes and with yos helps, final y arrive at one final solution. One combiation beatwine shift left and shif right.

    Thanks evoryone. But special to John.c for her patience.

    ...
  2. Replies
    9
    Views
    9,533

    Ok but im talking about your first code. Yor...

    Ok but im talking about your first code.
    Yor first code d ont have the !!.
    Remember your second code work fine and shift right. Is ok.
    But for my propose i need shift left. Like yor first code....
  3. Replies
    9
    Views
    9,533

    Hi, again Now work fine, but shift from hight...

    Hi, again

    Now work fine, but shift from hight byte to lower byte.





    byte a[8] = {0b00000111 byte0, 0b00000000byte1, 0b00000000byte2, 0b00000000....,0b00000000...., 0b00000000...,...
  4. Replies
    9
    Views
    9,533

    Thanks for your quikly help. ...00000011...

    Thanks for your quikly help.

    ...00000011 11111100 00000000
    ...byte 2 <- byte 1 <- byte 0 shift from lower byte to upper byte

    In need to shift left from byte 0 to byte 8 , bitwise.

    I...
  5. Replies
    9
    Views
    9,533

    bitwise char array shift

    Hi,

    This code shif left on array bitwse, but dŽont work whel.

    Same body say me whre is the probem?

    0000000 0000000 11111111
    after 10 shifts

    00000011 11111100 00000000
  6. Replies
    1
    Views
    3,615

    Change string inside the function

    II need to enter a string and receive the same changed string.



    #include <stdio.h>
    #include <string.h>


    char *lerdados(char txt[100],char *ler);
  7. Replies
    8
    Views
    6,727

    Ho Ho!... It was confusion on my parts. I...

    Ho Ho!...

    It was confusion on my parts.

    I was tested and it work fine.

    Merry Christmas for all.
  8. Replies
    8
    Views
    6,727

    Hi again! this code if i rebot the PC work, if...

    Hi again!

    this code if i rebot the PC work, if i press F9 again does not work.

    Someone can help me plese?




    #include <stdio.h>
  9. Replies
    8
    Views
    6,727

    That whork fine like i need. with your help, I...

    That whork fine like i need.

    with your help, I understand the pointers and I will study them better.

    Thankyou for all.
  10. Replies
    8
    Views
    6,727

    Can you help me how do this? Please Thanks

    Can you help me how do this?

    Please

    Thanks
  11. Replies
    8
    Views
    6,727

    Passe back Struct from Void function

    Hi!

    I have this code and inside the fuction print the correct texto and numbers. Outside the function or in the main no print texto and just print a 2 big numbers.

    Inside print "500 dados novos...
  12. Replies
    4
    Views
    1,771

    My problema is to print a complete array. I as...

    My problema is to print a complete array. I as changed de main code:



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    char buffer[9][9];
    char texto_rol[9][500];
    char texto[3];
  13. Replies
    4
    Views
    1,771

    Concatenate strings arrays

    Hi

    I have one big string array and I need to concatenate multipes strings arrays. Like this:

    char buffer[9][9];
    char texto_rol[9][500];

    texto rol= texto rol + buffer

    How to do this in C?
  14. Replies
    2
    Views
    2,388

    I'm testing and work fine. I was change it: ...

    I'm testing and work fine. I was change it:

    char buffer[8][9];

    and all lines with: 9

    strncpy(buffer[0], " ## ", 9);

    Thankuou
  15. Replies
    2
    Views
    2,388

    Problem with string array

    Hi,

    Im using the code bloks and I have this code and the result is a big character and very rubbish

    someone can help me

    Thanks
Results 1 to 15 of 15