Forum: C++ Jul 16th, 2007 |
| Replies: 2 Views: 1,684 why would you make it at the first place if you want to end it -.-"? |
Forum: C++ Jul 14th, 2007 |
| Replies: 10 Views: 4,710 you're not necessarily to use multi dimentional arrays right? i guess for me it's easier to just use one dimentional array, but compare the index. Make sure the comparison is on the same index. would... |
Forum: C++ Jul 14th, 2007 |
| Replies: 10 Views: 4,710 I personally don't really get the project, can you give me an example of an input and output..? thx |
Forum: C++ Jul 13th, 2007 |
| Replies: 7 Views: 1,018 how much buffer or say... space in memory...? does that variable may take up to? |
Forum: C++ Jul 13th, 2007 |
| Replies: 44 Views: 8,132 why not?
i forgot, it will only work if the number is in order :)
sorry |
Forum: C++ Jul 13th, 2007 |
| Replies: 44 Views: 8,132 that's really easy, you can use many solution.. binary search is one thing that you may want to use.. :)
but there's also another algorithm that basically do the same thing, but it won't be as... |