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. bbhaskar

    Help on functions that returns an array

    hi,<br>&nbsp;&nbsp;For returning an array from a function , you have to take care of some small important things . Like .!! the array which u will be returning should not be have a local declaraction inside the returning function.<br>&nbsp;&nbsp;here is a sample code ..<br><br>/*---code...
  2. bbhaskar

    using class header files

    Hi ,<br>&nbsp;&nbsp;&nbsp;Can you please post your code. So that I can see it. Post the whole code and describe how you want to use the class header...
  3. bbhaskar

    arrays of pointers again

    Hi ,<br>&nbsp;&nbsp;&nbsp;heer I am posting you the code with lots of modificatoins. This will surle help you . If at-all you have any problem then fell free to call me ...<br><br>#include &lt;stdio.h&gt; <br>#include &lt;stdlib.h&gt;<br>#include &lt;string.h&gt;<br><br>void...
  4. bbhaskar

    array of pointers to mutidimensional arrays?

    hi , <br>&nbsp;&nbsp;&nbsp;Here is the code which will surely help you ... <br>&nbsp;&nbsp;&nbsp;You have made many mistakes .. like you have use 'memcpy' for assigning memory , in-fact&nbsp;&nbsp;it is use to copy a memory block.<br>&nbsp;&nbsp;&nbsp;If you still have any problem then you are...
  5. bbhaskar

    array of pointers to mutidimensional arrays?

    Hi ,<br>&nbsp;&nbsp;First you tell the background of the function which you have written. What it should do and what should be&nbsp;&nbsp;the passed parameters...

Part and Inventory Search

Back
Top