Search found 1 match

by mikehammer
Tue Mar 13, 2007 7:23 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110252

i know it is exhausting, but could someone have look at my code. It seems to use an "Invalid memory reference".

#include <iostream>
#include <stdio.h>
#include <list>
#include <vector>

int size;
using namespace std;

vector<list<int>::iterator> positions(0) ; // a pointer to each blocks position ...

Go to advanced search