Search found 3 matches
- Thu Mar 17, 2005 7:45 am
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50505
- Thu Mar 17, 2005 5:35 am
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50505
103 - Compiler Error
I compel with g++ 2.95.3, g++ 3.3.3 and VC6. But when I submit gives Compiler Error. Somebody can help me?
#include <cstdio>
#include <vector>
#include <cstdlib>
#include <ostream.h>
using namespace std;
int compint( const void *pa, const void *pb)
{
int *a = (int*)pa;
int *b = (int*)pb;
if ...
#include <cstdio>
#include <vector>
#include <cstdlib>
#include <ostream.h>
using namespace std;
int compint( const void *pa, const void *pb)
{
int *a = (int*)pa;
int *b = (int*)pb;
if ...