Hi mate,

Not to be a pain or anything.

All you would need to do is ...

define 3 variables, and then just let the user enter each of them using "cin" into the variables.

And then you can "cout" the links individually or what not.

I will see if I can get my hands on old pc, im sure i did this for college back in the day.

regards,
Ryan

__________________
Added after 8 minutes:

Adding an example code for you, just writing this from the top of my head - im not even 100% sure it will work;

Code: 
#include <iostream>
#include <cstdlib>
#include <cstring>
using namespace std;

int main()
{

//Defining the strings

char Link1[];
char Link2[];
char Link3[];

//Then allowing the user to input the links

cin >> Link1, Link2, Link3;

return 0;
}
vps9Ryan Reviewed by vps9Ryan on . C++ Coder for a quick Job. 10$ Hey there guys, I am looking for a C++ coder that will code a phragment for a program I am using. It's quite easy actually but I don't have the time (It will take me a lot longer than somebody that has more experience). I will pay 10 $ through Paypal if you get it done right & working. Details: What is the code phragment supposed to be doing? I want to enter a list of links (as a string or array, up to you). This string has to be chopped down and split (the links are seperated by line Rating: 5