I could use a little bit of help for a school project. I am somewhat familiar with C++. I have to write a very simple TCP client that connects to a server program(which we are given) and sends it a file(just a dummy text file). However, I have never done any file manipulation before. I need to know how to select the file(from the same directory the program is in) and be able to send it to the server using sockets. Basically, how do I output a file from my program. Thanks for any help or links that are helpful!
Justin
Justin
