Can anyone tell me what code I need to use to generate
(2 or 3) columns of text in a RichText Box.
ie What RTF codes can I insert or what other methods are there for creating columns of text.
Thanks
cw
Below is a simple C++ program I tried on to compile on my
PC ruinning NT4.0 Server Can anyone tell me why it wont compile?
Thanks
#include <iostream>
using namespace std;
void main()
{
char myname[40];
cout << "Enter your name:";
cin >> myname;
cout << endl <<...
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.