
2 Jul
2007
2 Jul
'07
10:26 a.m.
Hi, guys!
I'm stumbled upon a weird problem using SUBJ. functions!
Lets suppose that we don't know how much Vertexes we are going to have (for
instance Vertexes might be got from file or stdin). So then, in my opinion,
is completely impossible to execute SUBJ functions!
Let me explain:
===============
int xx;
//"xx" is runtime-defined vertices size.
double* cmat=new(xx*xx);
//"cmat" is adjacency matrix actually, it's also defined during runtime.
InitCmat(); //here I fill in "cmat" array
typedef adjacency_list