Search Result

Collapse
3 results in 0.0020 seconds.
Keywords
Members
Tags
address
  •  

  • Ahlam Hussain
    started a topic Retrieving the address of a record in a text file
    in C

    Retrieving the address of a record in a text file

    Good Morning every one;

    I'm attending to apply indexes concept using c++ text files.

    I need to create two text files, one for index, the other for data records.

    I should insert/delete records to the text file according to physical address of the line, not to the number of the line in the text file.

    My problem is to get the address of the line I need to insert/delete from.

    ...
    See more | Go to post

  • Jollywg
    started a topic Accessing my web server from the outside world

    Accessing my web server from the outside world

    I have successfully installed "LAMP" and can get to my web server by typing 10.0.2.15. How can I make it so that when I type in my domain name it brings up my web server.

    Thanks in advance!

    Matt
    See more | Go to post

  • Xionbox
    started a topic Sockets: Send bad address error on localhost connection
    in C

    Sockets: Send bad address error on localhost connection

    Hello everybody,

    The error I have seems very easy to solve, but for some odd reason I can't seem to solve it. Anyways, here's my "setup".

    I created a server running on localhost:1200 (telnet localhost 1200 proves that it is up and running) and I coded a client which is supposed to connect to that server and send it data.
    The odd part is that the client connects to the server (via connect()) without any...
    See more | Go to post
Working...