Hi, wondering if anyone out there can help me with this. I'm learning C and having a bit of trouble getting to grips with taking inputs from external files. I made a .txt file, test.txt, which simly contains the word: working I'm now trying to make a program in C that will open the txt file, read the word "working" into ...
Hey, possibly a bit of a noob question, i'm not quite sure... I have to create a sockets program that can identify clients and allow connection to the server based on their IP. I have created a text file that contains two "good" IP addresses: 127.0.0.1 127.0.0.2 basically, i need to copy the IP of the potential client trying to connect ...
Hello every1 Guide me through this please I want to write a program which take input from text file that is stored in the hardisk, lets say a txt file having 1300 alphabets written without space. Program take them as input and now user says that I want to replace E with A at position 80. Program do this and then ...