Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Closing popup dialog window. Pin
xkrja15-Nov-06 21:31
xkrja15-Nov-06 21:31 
GeneralRe: Closing popup dialog window. Pin
xkrja15-Nov-06 22:16
xkrja15-Nov-06 22:16 
QuestionClient server in VC++ Pin
naish_kewl15-Nov-06 6:39
naish_kewl15-Nov-06 6:39 
AnswerRe: Client server in VC++ Pin
Mark Salsbery15-Nov-06 6:51
Mark Salsbery15-Nov-06 6:51 
GeneralRe: Client server in VC++ Pin
led mike15-Nov-06 8:44
led mike15-Nov-06 8:44 
GeneralRe: Client server in VC++ Pin
Mark Salsbery15-Nov-06 11:25
Mark Salsbery15-Nov-06 11:25 
GeneralRe: Client server in VC++ Pin
naish_kewl8-Dec-06 14:31
naish_kewl8-Dec-06 14:31 
QuestionProblem Using CString Pin
CoffeeAddict1915-Nov-06 6:36
CoffeeAddict1915-Nov-06 6:36 
I'm sorry to ask such a simple question but my compiler is spitting out errors and dosen't recognize CString. I can't figure out what's wrong. String works fine though. I'm trying to use it for MFC. Here is the code:

include <iostream>
#include <string>
#include <cstring>
#include <cstddef>
#include <cctype>

using namespace std;

int main()
{
CString Test;
Test = "It Worked!";
cout<<Test;
cin.get();

return 0;
}

Thanks. Smile | :)
AnswerRe: Problem Using CString Pin
Mark Salsbery15-Nov-06 6:49
Mark Salsbery15-Nov-06 6:49 
GeneralRe: Problem Using CString Pin
CoffeeAddict1915-Nov-06 17:29
CoffeeAddict1915-Nov-06 17:29 
GeneralRe: Problem Using CString Pin
Mark Salsbery15-Nov-06 17:52
Mark Salsbery15-Nov-06 17:52 
GeneralRe: Problem Using CString Pin
CoffeeAddict1915-Nov-06 17:59
CoffeeAddict1915-Nov-06 17:59 
GeneralRe: Problem Using CString Pin
Mark Salsbery15-Nov-06 18:04
Mark Salsbery15-Nov-06 18:04 
GeneralRe: Problem Using CString Pin
David Crow16-Nov-06 2:46
David Crow16-Nov-06 2:46 
AnswerRe: Problem Using CString Pin
David Crow15-Nov-06 6:57
David Crow15-Nov-06 6:57 
AnswerRe: Problem Using CString Pin
Maximilien15-Nov-06 8:21
Maximilien15-Nov-06 8:21 
AnswerRe: Problem Using CString Pin
George L. Jackson15-Nov-06 10:53
George L. Jackson15-Nov-06 10:53 
AnswerRe: Problem Using CString Pin
CoffeeAddict1915-Nov-06 17:31
CoffeeAddict1915-Nov-06 17:31 
AnswerRe: Problem Using CString Pin
Hamid_RT15-Nov-06 18:41
Hamid_RT15-Nov-06 18:41 
QuestionVC++ MFC multi dialog application - crash Pin
sdt2415-Nov-06 6:11
sdt2415-Nov-06 6:11 
AnswerRe: VC++ MFC multi dialog application - crash Pin
Roger Stoltz15-Nov-06 6:30
Roger Stoltz15-Nov-06 6:30 
QuestionRe: VC++ MFC multi dialog application - crash Pin
David Crow15-Nov-06 6:59
David Crow15-Nov-06 6:59 
AnswerRe: VC++ MFC multi dialog application - crash Pin
Raj Prathap15-Nov-06 18:57
Raj Prathap15-Nov-06 18:57 
GeneralRe: VC++ MFC multi dialog application - crash Pin
David Crow16-Nov-06 2:43
David Crow16-Nov-06 2:43 
GeneralRe: VC++ MFC multi dialog application - crash Pin
sdt2416-Nov-06 5:39
sdt2416-Nov-06 5:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.