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

C / C++ / MFC

 
GeneralRe: Is there any way ,that i could access to special icons like "My Document" Folder icon or "Contacts" Folder Icon or even "My Computer" Icon of the operating system. Pin
A&Ms8-Oct-09 20:43
A&Ms8-Oct-09 20:43 
GeneralRe: Is there any way ,that i could access to special icons like "My Document" Folder icon or "Contacts" Folder Icon or even "My Computer" Icon of the operating system. Pin
Code-o-mat8-Oct-09 22:26
Code-o-mat8-Oct-09 22:26 
GeneralRe: Is there any way ,that i could access to special icons like "My Document" Folder icon or "Contacts" Folder Icon or even "My Computer" Icon of the operating system. Pin
A&Ms9-Oct-09 8:27
A&Ms9-Oct-09 8:27 
GeneralRe: Is there any way ,that i could access to special icons like "My Document" Folder icon or "Contacts" Folder Icon or even "My Computer" Icon of the operating system. Pin
Code-o-mat9-Oct-09 8:48
Code-o-mat9-Oct-09 8:48 
Questionoverloading left-shift operator to output to stringstream Pin
Sauce!8-Oct-09 6:25
Sauce!8-Oct-09 6:25 
AnswerRe: overloading left-shift operator to output to stringstream Pin
David Crow8-Oct-09 7:38
David Crow8-Oct-09 7:38 
GeneralRe: overloading left-shift operator to output to stringstream [modified] Pin
Sauce!8-Oct-09 17:18
Sauce!8-Oct-09 17:18 
AnswerRe: overloading left-shift operator to output to stringstream Pin
David Crow9-Oct-09 4:42
David Crow9-Oct-09 4:42 
Sauce! wrote:
edit: it appears I can't use this code to chain insertions of different types either - I get the same compile error again if I attempt to do the following;


You might also have to provide:

std::stringstream &operator <<( std::stringstream &ss, const char *str )
{
    ss << str;
    return ss;
}


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


Questiondata access Pin
thangvel8-Oct-09 6:14
thangvel8-Oct-09 6:14 
AnswerRe: data access Pin
Rajesh R Subramanian8-Oct-09 6:37
professionalRajesh R Subramanian8-Oct-09 6:37 
GeneralRe: data access Pin
kilt8-Oct-09 23:18
kilt8-Oct-09 23:18 
QuestionUsing TCHAR and char array Pin
dipuks8-Oct-09 6:09
dipuks8-Oct-09 6:09 
AnswerRe: Using TCHAR and char array [modified] Pin
CPallini8-Oct-09 6:14
mveCPallini8-Oct-09 6:14 
GeneralRe: Using TCHAR and char array Pin
Richard MacCutchan8-Oct-09 6:25
mveRichard MacCutchan8-Oct-09 6:25 
GeneralRe: Using TCHAR and char array Pin
dipuks8-Oct-09 6:43
dipuks8-Oct-09 6:43 
GeneralRe: Using TCHAR and char array Pin
CPallini8-Oct-09 7:50
mveCPallini8-Oct-09 7:50 
GeneralRe: Using TCHAR and char array Pin
Richard MacCutchan8-Oct-09 8:29
mveRichard MacCutchan8-Oct-09 8:29 
GeneralRe: Using TCHAR and char array Pin
dipuks8-Oct-09 6:26
dipuks8-Oct-09 6:26 
GeneralRe: Using TCHAR and char array Pin
Richard MacCutchan8-Oct-09 6:55
mveRichard MacCutchan8-Oct-09 6:55 
GeneralRe: Using TCHAR and char array Pin
Rajesh R Subramanian8-Oct-09 7:02
professionalRajesh R Subramanian8-Oct-09 7:02 
GeneralRe: Using TCHAR and char array Pin
Richard MacCutchan8-Oct-09 7:12
mveRichard MacCutchan8-Oct-09 7:12 
AnswerRe: Using TCHAR and char array Pin
Rajesh R Subramanian8-Oct-09 7:00
professionalRajesh R Subramanian8-Oct-09 7:00 
GeneralRe: Using TCHAR and char array Pin
dipuks8-Oct-09 7:56
dipuks8-Oct-09 7:56 
QuestionExecute a GUI dll (SDI MFC) from exe Pin
MrKBA8-Oct-09 4:27
MrKBA8-Oct-09 4:27 
AnswerRe: Execute a GUI dll (SDI MFC) from exe Pin
Code-o-mat8-Oct-09 5:06
Code-o-mat8-Oct-09 5:06 

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.