Search:

Type: Posts; User: linuxtest

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,189

    Thanks for the repley. Just being having another...

    Thanks for the repley.
    Just being having another go.
    What happens is I copy say 180 into a text file, then when I read it from the file displays 525348. I'm still trying to work out what number...
  2. Replies
    8
    Views
    1,189

    This is the code i'm using int count=0;...

    This is the code i'm using



    int count=0;
    char temp[500];
    char store[60] = {"stuff,etc"};
    do
    {
    for(i=0;i<10*4;i++)
  3. Replies
    8
    Views
    1,189

    The while loop goes up to 2000. Printing strings...

    The while loop goes up to 2000.
    Printing strings as in print them or displaying them in a linux xterm

    But thank for you help.
  4. Replies
    8
    Views
    1,189

    store[60] = {"a","b","24",........."32"}; if I...

    store[60] = {"a","b","24",........."32"};

    if I open the text file after copying and paste it display 32 using printf(%d);
    but if I copy store into another char array


    do
    (

    ...
  5. Replies
    8
    Views
    1,189

    Data from term window

    Hi, I've writing a program that display some number on a screen, using printf("%d",store);. When I manual copy and paste it to a text file, and use another program to open it, and read the 50th char,...
  6. Replies
    2
    Views
    6,630

    3way handshake raw sockets

    Hi
    I'm trying to use raw sockets to connect to a server, when my program sends a syn packet the server repleys with a syn ack , but then my computer sends a rst.
    I think the kernel thinks the port...
Results 1 to 6 of 6