how would i edit the following code to read from the TEdit box, Edit1, and print to the Memo box Memo1.<br><br>#include <iostream.h><br>#include <fstream.h><br>#include <string.h><br><br>char num[10];<br>char roomdesc[501];<br>char dir[100];<br>int main()<br>{<br>cout <<...
I have a program that is supposed to open a file based on the coordinate on an x, y, and z coordinate. It then gets information about that coordinate and outputs it. But for some reason it does not work correctly.. So I took away the Z axis to make it easier to work with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.