Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: read ascii matrix from file Pin
Russell'19-Jan-06 3:02
Russell'19-Jan-06 3:02 
GeneralRe: read ascii matrix from file Pin
David Crow19-Jan-06 3:30
David Crow19-Jan-06 3:30 
AnswerRe: read ascii matrix from file Pin
Stephen Hewitt19-Jan-06 3:07
Stephen Hewitt19-Jan-06 3:07 
JokeRe: read ascii matrix from file Pin
Russell'19-Jan-06 4:22
Russell'19-Jan-06 4:22 
QuestionTCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:10
kelprinc19-Jan-06 1:10 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:18
Owner drawn19-Jan-06 1:18 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:25
kelprinc19-Jan-06 1:25 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:30
Owner drawn19-Jan-06 1:30 
kelprinc wrote:

TCHAR * shi502_netname = _T("test");
LPTSTR h = shi502_netname ;
TCHAR* var = h;

cout<<var<<endl;
< blockquote="">

Here this is printing fine.

What is this p->shi502_netname. Is this a pointer to a char or a single char.

Jesus LovesRose | [Rose]
<marquee direction="up" height="40" scrolldelay="1" step="1" scrollamount="1" style="background:#aabbcc;border-bottom:thin solid 1px #6699cc">
--Owner DrawnRose | [Rose]
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is LordRose | [Rose]

QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:38
kelprinc19-Jan-06 1:38 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:43
Owner drawn19-Jan-06 1:43 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:46
kelprinc19-Jan-06 1:46 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:50
Owner drawn19-Jan-06 1:50 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:55
kelprinc19-Jan-06 1:55 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 2:01
Owner drawn19-Jan-06 2:01 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:11
kelprinc19-Jan-06 2:11 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 2:18
Owner drawn19-Jan-06 2:18 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:27
kelprinc19-Jan-06 2:27 
AnswerRe: TCHAR* and LPTSTR Pin
Prakash Nadar19-Jan-06 5:00
Prakash Nadar19-Jan-06 5:00 
AnswerRe: TCHAR* and LPTSTR Pin
kakan19-Jan-06 2:21
professionalkakan19-Jan-06 2:21 
GeneralRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:24
kelprinc19-Jan-06 2:24 
GeneralRe: TCHAR* and LPTSTR Pin
kakan19-Jan-06 2:28
professionalkakan19-Jan-06 2:28 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:30
kelprinc19-Jan-06 2:30 
AnswerRe: TCHAR* and LPTSTR Pin
David Crow19-Jan-06 2:56
David Crow19-Jan-06 2:56 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 3:20
kelprinc19-Jan-06 3:20 
AnswerRe: TCHAR* and LPTSTR Pin
David Crow19-Jan-06 3:23
David Crow19-Jan-06 3:23 

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.