Search found 2 matches

by maxpayne
Sun Feb 08, 2004 9:09 am
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51400

Thank you. I solved my problem now although why I got Presentation Error is still mistery for me.
by maxpayne
Fri Jan 16, 2004 12:44 pm
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51400

why runtime error????? 105 (skyline problem)

I don't understand why I got runtime error for my program. Here it is:
[cpp]
#include <iostream>
#include <string>
using namespace std;

class skylines {
unsigned int left[5000];
unsigned int height[5000];
unsigned int right[5000];
unsigned int most;
static unsigned int i;
public:
skylines ...

Go to advanced search