[algogeeks] Re: How to clear all the variables in C++

2011-04-05 Thread cegprakash
@james curran: I was trying to solve the TMUL problem in spoj. I think requires Karatsuba algorithm. I'm sure that my algorithm is fine. But i get runtime error SIGABRT. that's y i'm asking. #include #include #include #include using namespace std; class bigint{ public:

[algogeeks] Re: How to clear all the variables in C++

2011-04-05 Thread James Curran
Your question is completely off-topic for this group. You'd be better off in a C++ oriented group, or try stackoverflow.com which is designed specifically for addressing such problem. On Apr 5, 5:47 pm, cegprakash wrote: > I'm using a class. I use a destructor to free all the variables in the >

[algogeeks] Re: How to clear all the variables in C++

2011-04-05 Thread cegprakash
i know that in TURBOC there's a function called flushall() what about in gcc? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algo