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 SkipVought 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

    Ah, yes they should be. Thank you for that.
  4. Charliec2uk

    Returning an Array from a Function

    Sorry again. If I post the code. This function evaluates a couple of integrals. What I want it do, and what it refuses to do, is populate a dynamic array defined the above post. void DriveTorque(int p_initial, int gamma1, int gamma2, double out_radius, double in_radius, int resolution, int...
  5. Charliec2uk

    Returning an Array from a Function

    Sorry to bother, but just to be sure the, arr++ command increments to pointer? And this is going to sound absurd, but what does the values[n] command return?
  6. 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