Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Charliec2uk

    TGraphs and how to use them..

    I have filled an array with a load of data from a function. I am trying to figure out how to use TGraphs, I am using the ones from the ActiveX tab in C++ Builder 4, but for some reason my helpfile doesn't seem to have an entry for them. Would be be really grateful for any help. As an aside has...
  2. Charliec2uk

    Multiple Forms

    I am having some difficulty with writing a multiple form application. Basically, what I would like to achieve is to be able to click a button on my base form, another form to become visable, which I could then edit some timing characteristics. Then click okay or whatever, which would let me pass...
  3. Charliec2uk

    Returning an Array from a Function

    I have a created a dyamic array: double *torque_array = new double [range]; where range is a value passed from the Gui. Am trying to then trying to get a function to put values in this a array, (about 1500 values) by passing it as a pointer. How ever this doesn't work. I would be really...

Part and Inventory Search

Back
Top