Search found 1 match

by rsala004
Thu Nov 26, 2009 7:59 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110349

RE 101 blocks, need help getting started submitting

What is wrong with how I am taking input ( the output should be correct though ), i receive runtime error...

just focus on my input loop, ignore other code

int main()
{
vector<string> *instr = new vector<string>;
string input="";
while(input.compare("quit"))
{
getline(cin,input);
instr->push ...

Go to advanced search