Thread
:
Error C2065: Cstring undeclared identifier
View Single Post
03-03-2005, 08:27 AM
#
2
(
permalink
)
Layla Nahar
Registered User
Join Date: Mar 2005
Location: Boston MA
Posts: 2
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
View Public Profile
Find More Posts by Layla Nahar