View Single Post
Old 03-03-2005, 08:27 AM   #2 (permalink)
Layla Nahar
Registered User
 
Join Date: Mar 2005
Location: Boston MA
Posts: 2
Layla Nahar is on a distinguished road
Quote:
Originally Posted by Layla Nahar
Hi,


#include <afxwin.h>
#include <iostream.h>
int main ()
{
Cstring s;

...

The problem was that I typed "Cstring" with a small s. I should have typed CString!!
Layla Nahar is offline   Reply With Quote