Forum: C++ Mar 12th, 2009 |
| Replies: 3 Views: 464 Thanks - I really appreciate the help! |
Forum: C++ Mar 12th, 2009 |
| Replies: 3 Views: 464 Hello all - I need homework help.
This part of the assignment is to create a struct, called StudentRecord, the first attribute of which needs to be size 20. My implementation of this is at (1).
... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 4 Views: 1,186 What is not clear to me is: does the array have only positive numbers or are you finding the average of only positive numbers?
If the first, then Ancient Dragon has the con
If the second, you'd... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 5 Views: 305 It seems as if the simplest way to affect a solution for your scenario would be to implement any of the available sorts, focusing on array index rather than array content. |
Forum: Posting Games Aug 4th, 2008 |
| Replies: 4,588 Views: 183,228 |
Forum: Posting Games Jan 22nd, 2008 |
| Replies: 622 Views: 45,385 4231 = (67^1) + (43^2) + (3^7) + (2^7) |
Forum: Posting Games Jan 18th, 2008 |
| Replies: 622 Views: 45,385 4219 = (53^2) + (41^1) + (37^2) |
Forum: Posting Games Jan 17th, 2008 |
| Replies: 622 Views: 45,385 But this is:
4211 = (59^2) + (3^6) + (2^0) |
Forum: Posting Games Jan 16th, 2008 |
| Replies: 622 Views: 45,385 4177 = (53^2) + (37^1) + (11^3) |
Forum: Posting Games Jan 15th, 2008 |
| Replies: 622 Views: 45,385 4157 = (41^2) + (17^2) + (3^7) |
Forum: Posting Games Jan 11th, 2008 |
| Replies: 4,588 Views: 183,228 |
Forum: Posting Games Jan 11th, 2008 |
| Replies: 622 Views: 45,385 4139 = (47^2) + (43^2) + (3^4) |
Forum: Posting Games Jan 11th, 2008 |
| Replies: 4,588 Views: 183,228 |
Forum: Posting Games Jan 9th, 2008 |
| Replies: 622 Views: 45,385 4129 = (61^2) + (47^1) + (19^2) |
Forum: Posting Games Jan 8th, 2008 |
| Replies: 622 Views: 45,385 4111 = (61^2) + (47^1) + (7^3) |
Forum: Posting Games Jan 7th, 2008 |
| Replies: 622 Views: 45,385 4093 = (61^2) + (29^1) + (7^3) |
Forum: Posting Games Dec 19th, 2007 |
| Replies: 622 Views: 45,385 or rather
4027 = (59^2) + (23^2) + (17^1) |
Forum: Posting Games Dec 19th, 2007 |
| Replies: 622 Views: 45,385 4021 = (61^2) + (17^2) + (11^1) |
Forum: Posting Games Dec 14th, 2007 |
| Replies: 622 Views: 45,385 4019 = (61^2) + (17^2) + (3^2) |
Forum: Posting Games Dec 12th, 2007 |
| Replies: 622 Views: 45,385 3967 = (61^2) + (11^2) + (5^3) |
Forum: Posting Games Dec 11th, 2007 |
| Replies: 622 Views: 45,385 3929 = (83^1) + (61^2) + (5^3) |
Forum: Computer Science Dec 11th, 2007 |
| Replies: 2 Views: 2,405 i am reading Expert F# (Apress/2007) and I admit, I was hooked after seeing the syntax for a high-common-factor function.
It looks like this:
let rec hcf a b =
if a=0 then b
elif a<b... |
Forum: Posting Games Jun 11th, 2007 |
| Replies: 4,588 Views: 183,228 http://www.2435.net/ is a search engine |
Forum: Posting Games Jun 11th, 2007 |
| Replies: 622 Views: 45,385 If you were to call a mathematician friend of mine, who lives in Raleigh, NC, he might tell you that 919 is one of those rare primes in which the sum of the digits is equal to the count of the... |
Forum: Posting Games Jun 6th, 2007 |
| Replies: 4,588 Views: 183,228 June 4th, 1674 - Horse Racing is banned in Massachusetts |
Forum: Posting Games Jun 6th, 2007 |
| Replies: 622 Views: 45,385 367 apologies (although, I didn't post twice in a row - I posted three times in a row).
Still, my apologies for not observing the rules. |
Forum: Posting Games Jun 5th, 2007 |
| Replies: 622 Views: 45,385 Of course, given that I'm the not the 349th person to post to this thread, it is entirely likely the game will be abandoned far earlier |
Forum: Posting Games Jun 5th, 2007 |
| Replies: 622 Views: 45,385 I'm curious if the primes will make it past 347 all the way past 32749. |
Forum: Posting Games Jun 5th, 2007 |
| Replies: 622 Views: 45,385 337 trombones lead the big parade |
Forum: Community Introductions Mar 14th, 2007 |
| Replies: 3 Views: 932 In the ever widening circle of experience, I come here seeking knowledge.
I am learning C# and expect to absorb what I can from your fine forums here.
And if I see a question that makes sense... |