First  |  Prev |  Next  |  Last
Pages: 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
Getting to a number from a sequence
My son (12 years old) came home and said that he just had a math test, and the question went something like this: Arrange the numbers 4, 5, 6, 7 and 8 in any order, using BODMAS ordering to get to 50. (BODMAS is Brackets, pOwers, Division, Multiplication, Addition, Subtraction: their way of remembering operato... 19 Jun 2006 02:55
ANNOUNCE ggets revised
I have modified my ggets utility, to simplify the code and reduce the requirements on the standard library. The external action is totally unchanged, so there is no real need for anyone to upgrade. Available at: <http://cbfalconer.home.att.net/download/> -- Chuck F (cbfalconer(a)yahoo.com) (cbfalconer(a)main... 19 Jun 2006 05:14
finding nearest place
I've got a list of places in the US, for all purposes in random order, containing both a name, and lat & long. I have my current location in lat & long from a GPS, and I want to find the nearest place name. My restrictions are: 1. limited RAM - the target box has perhaps 8 MB of RAM available that I can a... 19 Jun 2006 02:55
C++ string and char conversions???
I am really stumped at how to use string and char* types together, if that is possible. I am just a newbie at C++ programming, I am much better at C. If I collect data in C++ to a string type variable, how can that data be copied to a pointer to a char type variable? I can not figure a way to do this, can anybody ... 6 Jun 2006 10:32
Find second minimum number
Hello all, I have a problem concerning arrays. Say, I have an array of integers a[n], n is a positive integer. Now, I have to find the second minimum number in O(n) time. Is there an algorithm for this? Thanks, Anunay ... 2 Jun 2006 14:04
Round to significant figures (C++)
I've searched for this one, really I have ... I have the following C++ function that rounds a double to an integer with a given number of significant figures. For instance, rounding 1248 to 3 signficant figures gives 1250. Rounding 123456789 to 3 significant figures gives 123000000. int setSigFig(double dVa... 1 May 2006 20:41
Data Structure Question Bank
I read a couple of books on Data Structure. These books have similar topics to discuss and very few programs to practice. I am looking for a kind of Question Bank on DataStructure. Questions like : making a mirror image of a binary tree finding the immediate common parent of node in a binary tree.... etc. Do... 27 Apr 2006 20:20
usb and vc++
Hi, I want to know if it is possible to reconize when an usb connection is active in VC++. And if it is possible to restarts when I want. Sometimes the USB connections fails, I want to reconize this fail and restart de connection. I don't know if it is possible, but I will be very greatfull if someone is able... 12 Apr 2006 11:32
Anderson-Darling statistic
I'm trying to implement the Anderson-Darling test for the normal distribution. It indicates whether a set of data are normally distributed. My code is below and the formula can be seen at this web site: http://www.itl.nist.gov/div898/handbook/eda/section3/eda35e.htm Unfortunately, you won't be able to run t... 5 Apr 2006 15:28
Creating own GUI
Hi everyone, I would like to know how to build my own GUI ? i.e . I want to design my own GUI. Should i learn graphics programming to do this ? What language i should learn ? Please help me. Thanks in advance :) ... 4 Apr 2006 09:17
First  |  Prev |  Next  |  Last
Pages: 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239