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.
...
Search Result
Collapse
3 results in 0.0020 seconds.
Keywords
Members
Tags
-
Retrieving the address of a record in a text file
-
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 -
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...