Click here to Skip to main content
15,915,319 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSplitter Window Error Pin
Sameer_Thakur4-Apr-06 23:45
Sameer_Thakur4-Apr-06 23:45 
QuestionHow To Test Redirected Standard Handles of Another Process Pin
yccheok4-Apr-06 23:14
yccheok4-Apr-06 23:14 
QuestionReal time for applications Pin
BeakX4-Apr-06 23:06
BeakX4-Apr-06 23:06 
AnswerRe: Real time for applications Pin
toxcct4-Apr-06 23:09
toxcct4-Apr-06 23:09 
AnswerRe: Real time for applications Pin
Cedric Moonen4-Apr-06 23:11
Cedric Moonen4-Apr-06 23:11 
QuestionCopying Command Prompt Content Pin
kumarkar4-Apr-06 22:48
kumarkar4-Apr-06 22:48 
AnswerRe: Copying Command Prompt Content Pin
Waldermort5-Apr-06 0:05
Waldermort5-Apr-06 0:05 
QuestionAllow me to ask an elementary question Pin
LiYS4-Apr-06 21:57
LiYS4-Apr-06 21:57 
void foo(TCHAR** t)
{
    size_t tt = sizeof(*t);

}
int _tmain(int argc, _TCHAR* argv[])
{
    TCHAR szForRequestData[] = TEXT("ForRequestVar");
    foo(&szForRequestData);
    return 0;
}


foo expected to receive a pointer to a pointer variable of type TCHAR, and it was feeded with pointer variable's address by
foo(&szForRequestData);

why the compiler complaining about "cannot convert...", I can't see where's wrong!



AnswerRe: Allow me to ask an elementary question Pin
V.4-Apr-06 22:21
professionalV.4-Apr-06 22:21 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 22:42
LiYS4-Apr-06 22:42 
AnswerRe: Allow me to ask an elementary question Pin
Nibu babu thomas4-Apr-06 22:27
Nibu babu thomas4-Apr-06 22:27 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 22:39
LiYS4-Apr-06 22:39 
GeneralRe: Allow me to ask an elementary question Pin
Nibu babu thomas4-Apr-06 22:45
Nibu babu thomas4-Apr-06 22:45 
GeneralRe: Allow me to ask an elementary question Pin
LiYS4-Apr-06 23:04
LiYS4-Apr-06 23:04 
GeneralRe: Allow me to ask an elementary question Pin
toxcct4-Apr-06 23:07
toxcct4-Apr-06 23:07 
GeneralRe: Allow me to ask an elementary question Pin
sunit55-Apr-06 0:15
sunit55-Apr-06 0:15 
GeneralRe: Allow me to ask an elementary question Pin
David Crow5-Apr-06 4:06
David Crow5-Apr-06 4:06 
AnswerRe: Allow me to ask an elementary question Pin
Michael Dunn5-Apr-06 5:20
sitebuilderMichael Dunn5-Apr-06 5:20 
QuestionDebug Vs Release Pin
<color>Aljechin 4-Apr-06 21:56
<color>Aljechin 4-Apr-06 21:56 
AnswerRe: Debug Vs Release Pin
Giannakakis Kostas4-Apr-06 23:25
professionalGiannakakis Kostas4-Apr-06 23:25 
QuestionSir , I want to Know Why DataBase Application is giving a Error As CRecordSet Base Calss Undefined? and how can i fix it. Pin
CodeVarma4-Apr-06 20:42
CodeVarma4-Apr-06 20:42 
AnswerRe: Sir , I want to Know Why DataBase Application is giving a Error As CRecordSet Base Calss Undefined? and how can i fix it. Pin
Nibu babu thomas4-Apr-06 20:52
Nibu babu thomas4-Apr-06 20:52 
QuestionCreate another view on file new. Pin
yang__lee4-Apr-06 19:51
yang__lee4-Apr-06 19:51 
AnswerRe: Create another view on file new. Pin
Nibu babu thomas4-Apr-06 21:05
Nibu babu thomas4-Apr-06 21:05 
AnswerRe: Create another view on file new. Pin
Russell'4-Apr-06 22:52
Russell'4-Apr-06 22:52 

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.