Results 1 to 8 of 8
Hybrid View
-
11th May 2011, 11:43 PM #1Member
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] PHP coder for quick & easy job
By ebizzz in forum Completed TransactionsReplies: 0Last Post: 19th Jul 2011, 10:41 PM -
[Hiring] After Effects Editor (Quick Job = Quick Money)
By MasterDKR in forum Completed TransactionsReplies: 4Last Post: 21st Jun 2011, 08:09 PM -
[Hiring] Coder & Designer For WP Theme - Quick Job
By viruz99 in forum Completed TransactionsReplies: 2Last Post: 28th Dec 2010, 11:17 AM -
[Hiring] Coder to do some quick and cheap code
By SplitIce in forum Completed TransactionsReplies: 5Last Post: 30th Sep 2010, 08:27 AM -
[Hiring] C# coder - Quick work
By pankaj in forum Completed TransactionsReplies: 0Last Post: 3rd Jul 2010, 02:27 PM
themaCreator - create posts from...
Version 3.56 released. Open older version (or...