Hi I was testing with the uva bot, and I always get the same results, can anyone tell what is wrong with my program
#include <iostream>
#include <deque>
#include <math.h>
struct region {
float x,y,x1,y1;
char nombre;
region(float a,float b,float c,float d,char e){
x=a; y=b; x1=c; y1=d ...
Search found 2 matches
- Wed Jun 09, 2010 7:01 am
- Forum: Volume 1 (100-199)
- Topic: 142 - Mouse Clicks
- Replies: 58
- Views: 11670
- Tue Jun 08, 2010 3:04 am
- Forum: Volume 1 (100-199)
- Topic: 142 - Mouse Clicks
- Replies: 58
- Views: 11670
142-Mouse Clicks
Hello I dont get why my program trows segmentation fault, When I try to debug it is ok....
thanks
Here is the code:
#include <iostream>
#include <deque>
#include <math.h>
struct region {
float x,y,x1,y1;
char nombre;
region(float a,float b,float c,float d,char e){
x=a; y=b; x1=c; y1=d;
e ...
thanks
Here is the code:
#include <iostream>
#include <deque>
#include <math.h>
struct region {
float x,y,x1,y1;
char nombre;
region(float a,float b,float c,float d,char e){
x=a; y=b; x1=c; y1=d;
e ...