Search found 3 matches

by Tarsoav
Tue Mar 22, 2005 6:27 am
Forum: C++
Topic: itoa()
Replies: 2
Views: 2316

I find do not understand, I use GCC 2.95.3, and obtain to compile, but he gives error there. Somebody could say me what it is happening?
by Tarsoav
Thu Mar 17, 2005 7:45 am
Forum: Volume 1 (100-199)
Topic: 103 - Stacking Boxes
Replies: 200
Views: 50505

Been thankful.
by Tarsoav
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 ...

Go to advanced search