Click here to Skip to main content
15,896,526 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: sockets - chat server console program from articles - in mfc with error Pin
Moak6-Oct-08 23:25
Moak6-Oct-08 23:25 
Questionlist <SOCKET> --- got code statement (list) from a socket article in console, ----> in MFC a compile error [modified] Pin
simon alec smith4-Oct-08 6:26
simon alec smith4-Oct-08 6:26 
AnswerRe: (list <-SOCKET->) --- got code from a socket article in console, ----> in MFC compile error Pin
CPallini4-Oct-08 6:37
mveCPallini4-Oct-08 6:37 
GeneralRe: (list <-SOCKET->) --- got code from a socket article in console, ----> in MFC compile error Pin
simon alec smith4-Oct-08 6:45
simon alec smith4-Oct-08 6:45 
QuestionHow can i convert "Convert CString[] to char[]" ? Pin
Le@rner4-Oct-08 2:10
Le@rner4-Oct-08 2:10 
AnswerRe: How can i convert "Convert CString[] to char[]" ? Pin
Jaime Olivares4-Oct-08 2:40
Jaime Olivares4-Oct-08 2:40 
AnswerRe: How can i convert "Convert CString[] to char[]" ? Pin
CPallini4-Oct-08 2:42
mveCPallini4-Oct-08 2:42 
AnswerRe: How can i convert "Convert CString[] to char[]" ? Pin
David Crow4-Oct-08 3:27
David Crow4-Oct-08 3:27 
"_$h@nky_" wrote:
CString str[10];


I'm guessing thia is not what you think it is. It's an array of 10 CString objects, not an array that holds 10 characters. In any case, try:

const char *buff_1 = str[0];


"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


QuestionHow to display the program code as output using C or C++ Pin
Karan_TN4-Oct-08 1:02
Karan_TN4-Oct-08 1:02 
AnswerRe: How to display the program code as output using C or C++ Pin
enhzflep4-Oct-08 1:10
enhzflep4-Oct-08 1:10 
GeneralRe: How to display the program code as output using C or C++ Pin
Karan_TN4-Oct-08 1:16
Karan_TN4-Oct-08 1:16 
GeneralRe: How to display the program code as output using C or C++ Pin
enhzflep4-Oct-08 1:39
enhzflep4-Oct-08 1:39 
GeneralRe: How to display the program code as output using C or C++ Pin
Karan_TN4-Oct-08 2:04
Karan_TN4-Oct-08 2:04 
GeneralRe: How to display the program code as output using C or C++ Pin
enhzflep4-Oct-08 2:39
enhzflep4-Oct-08 2:39 
GeneralRe: How to display the program code as output using C or C++ Pin
Karan_TN6-Oct-08 0:53
Karan_TN6-Oct-08 0:53 
AnswerRe: How to display the program code as output using C or C++ Pin
PravinSingh6-Oct-08 22:20
PravinSingh6-Oct-08 22:20 
QuestionVisual Studio Express Edition 2008 for Commercial Application Pin
Karmendra Suthar3-Oct-08 22:15
Karmendra Suthar3-Oct-08 22:15 
AnswerRe: Visual Studio Express Edition 2008 for Commercial Application Pin
CPallini4-Oct-08 0:47
mveCPallini4-Oct-08 0:47 
QuestionGradientFill in Moving Dialog.. Pin
gothic_coder3-Oct-08 21:27
gothic_coder3-Oct-08 21:27 
AnswerRe: GradientFill in Moving Dialog.. Pin
enhzflep3-Oct-08 21:58
enhzflep3-Oct-08 21:58 
GeneralRe: GradientFill in Moving Dialog.. Pin
gothic_coder3-Oct-08 22:53
gothic_coder3-Oct-08 22:53 
GeneralRe: GradientFill in Moving Dialog.. Pin
gothic_coder3-Oct-08 23:30
gothic_coder3-Oct-08 23:30 
GeneralRe: GradientFill in Moving Dialog.. Pin
enhzflep4-Oct-08 1:05
enhzflep4-Oct-08 1:05 
GeneralRe: GradientFill in Moving Dialog.. Pin
gothic_coder4-Oct-08 1:21
gothic_coder4-Oct-08 1:21 
GeneralRe: GradientFill in Moving Dialog.. Pin
enhzflep4-Oct-08 1:57
enhzflep4-Oct-08 1:57 

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.