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!

Recent content by Aven

  1. Aven

    changing cin, cout, and other stuff into a form application program...

    how would i edit the following code to read from the TEdit box, Edit1, and print to the Memo box Memo1.<br><br>#include &lt;iostream.h&gt;<br>#include &lt;fstream.h&gt;<br>#include &lt;string.h&gt;<br><br>char num[10];<br>char roomdesc[501];<br>char dir[100];<br>int main()<br>{<br>cout &lt;&lt...
  2. Aven

    problem opening files based on position...

    nevermind.. i fixed it..
  3. Aven

    problem opening files based on position...

    I have a program that is supposed to open a file based on the coordinate on an x, y, and z coordinate.&nbsp;&nbsp;It then gets information about that coordinate and outputs it.&nbsp;&nbsp;But for some reason it does not work correctly.. So I took away the Z axis to make it easier to work with...

Part and Inventory Search

Back
Top