Desperately need some help writing simple code for c++ intro class.
I am a Philosophy major who made the mistake of taking a programming class (mainly because it was 4 units, and that's exactly how many units I needed to finish my GE requirement for my degree) and am now paying the price.
It's finals week, I've got three 10+page term papers for Phil to do, and I don't have time to figure out how to code this program. I have no desire to continue in programming.
I'd be willing to compensate whoever can help, but I'm not rich.
Let me know if you'd be interested. Thanks.
1. Impersonating a pseudo-science student.
2. Implying writing 30 pages of text takes longer than an hour.
3. Offering to pay monies on the internet.
4. Not actually mentioning the task in question.
5. Posting on /prog/.
Name:
Anonymous2011-05-11 5:58
>>4
I'd rather not link the assignment till I find someone who is actually willing to help.
Don't even feel like responding to the rest, because I'm tired of being trolled about this, tonight.
Still need help. I've been working on it myself, but I doubt I'll be able to get much more than a 20% based on where this is going.
Name:
Anonymous2011-05-11 7:27
PROTIP: go to /sci/ (the good one, not the text one) and post your problems, a few people there know programming. (The people here on /prog/ are total dicks who don't know anything anyway)
>>10 He will tell you personally, after you confirm your identity and interest in helping him by depositing a small sum of money on his PayPal account.
>>11
``If I payhim enough he'll give me access to his secret area of sepples homeworks ;)''?
Name:
Anonymous2011-05-11 7:54
I've got a link to the assignment. I actually have 90% of the code written now, and I just need help translating the stuff I don't understand. Here's what I've got:
>>13 sstream is for string streams. They are streams, but with strings. pos is an integer variable, it contains an integer. There it is used to contain the position of the first occurrence of , in l. substr gets the substring of a string. There it is used to get the text immediately after ,.