3 Replies - 2205 Views - Last Post: 08 June 2009 - 01:00 PM Rate Topic: -----

#1 nazi.nowroozi   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 06-May 09

Polynomial Multiplication using divide and conquer approach

Posted 08 June 2009 - 12:14 PM

/*this program must print the answer of multiplying 2 polynomial, but doesn't print correct answer;*/

//


This post has been edited by nazi.nowroozi: 08 June 2009 - 12:22 PM

Is This A Good Question/Topic? 0
  • +

Replies To: Polynomial Multiplication using divide and conquer approach

#2 computerfox   User is offline

  • straight vegetarian kid

Reputation: 50
  • View blog
  • Posts: 3,772
  • Joined: 29-January 09

Re: Polynomial Multiplication using divide and conquer approach

Posted 08 June 2009 - 12:54 PM

void yourAnswer(){
while(0==0){
cout<<"So what seems to be the problem...\n";
cout<<"We here at DIC don't do your work for you...\n";
cout<<"We only help with code presented...\n";
cout<<"Please edit your post with your code and specific question...\n";
cout<<"Thank you...\n";
}
return;
}



A+++++++++++++++++ worthy code :D
Was This Post Helpful? 0
  • +
  • -

#3 Zerobu   User is offline

  • Black Hatter

Reputation: 13
  • View blog
  • Posts: 1,822
  • Joined: 14-January 08

Re: Polynomial Multiplication using divide and conquer approach

Posted 08 June 2009 - 12:58 PM

I love doing this.

[rules][/rules]
Was This Post Helpful? 0
  • +
  • -

#4 computerfox   User is offline

  • straight vegetarian kid

Reputation: 50
  • View blog
  • Posts: 3,772
  • Joined: 29-January 09

Re: Polynomial Multiplication using divide and conquer approach

Posted 08 June 2009 - 01:00 PM

i know i love posting that code. i do it so much that it's on my blog and all i have to do is go to the blog, copy, and paste. i'm with you on this one Z! :^:
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1