Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can someone help me out with writing a C++ code to find the lcm of an array of numbers.

Thanks in advance, Arun

share|improve this question
6  
That's not how it works, Arun. You have to do some work yourself before anybody helps you. – TonyK Mar 3 '11 at 15:11
Show us what you've tried so far. – Bill the Lizard Mar 3 '11 at 15:23

closed as not a real question by Mark B, Mitch Wheat, Nawaz, chrisaycock, Bill the Lizard Mar 3 '11 at 15:23

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Have a look at Boost: http://www.boost.org/doc/libs/1_46_0/libs/math/doc/gcd/html/index.html

share|improve this answer
I think his homework assignment is to write his own LCM, as opposed to just needing LCM for a much larger project. – chrisaycock Mar 3 '11 at 15:21
@chrisaycock: Ah ok, probably shouldn't have answered then :) – Nick Mar 4 '11 at 8:55

Not the answer you're looking for? Browse other questions tagged or ask your own question.