Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Authorization Pin
Bernhard18-Sep-03 2:14
Bernhard18-Sep-03 2:14 
GeneralDynamically set PATH variable in application Pin
Wim Jans16-Sep-03 23:15
Wim Jans16-Sep-03 23:15 
GeneralRe: Dynamically set PATH variable in application Pin
Steve Thresher17-Sep-03 2:01
Steve Thresher17-Sep-03 2:01 
GeneralRe: Dynamically set PATH variable in application Pin
Wim Jans17-Sep-03 2:06
Wim Jans17-Sep-03 2:06 
GeneralRe: Dynamically set PATH variable in application Pin
David Crow17-Sep-03 2:46
David Crow17-Sep-03 2:46 
GeneralApp Paths Pin
Vi217-Sep-03 19:56
Vi217-Sep-03 19:56 
GeneralExtracting Chinese Character from a CString Pin
wow999916-Sep-03 22:36
wow999916-Sep-03 22:36 
QuestionClass inheritance buggy in VC++ 7.1 (2003) ? Pin
cproch16-Sep-03 21:55
cproch16-Sep-03 21:55 
Hi !

I upgraded my VC++ to 2003 cause the compiler now supports partial template specialization. But i now have the following problem:

Suppose the following code:
--- snip ---
class Test: public std::ostringstream {
public:
Test(const std::string& str);
};

Test::Test(const std::string& str)
: std::ostringstream()
{
*this << str;
}
---- snip ---

This does not compile (error C2679) cause the compiler could'nt find a matching binary operator. What the hell is going on here ? This code compiles on every other compiler i've used (gcc 2, gcc 3, VC6, VC7). Is the compiler buggier than before or am i missing something ?

Many thanks in advance,
Christian Prochnow

GeneralUsing DDE in MFC-Applications Pin
Mathefreak16-Sep-03 20:58
Mathefreak16-Sep-03 20:58 
GeneralRe: Using DDE in MFC-Applications Pin
Jagadeesh VN16-Sep-03 21:41
Jagadeesh VN16-Sep-03 21:41 
GeneralProblem in using CToolTipCtrl Pin
meens16-Sep-03 19:55
meens16-Sep-03 19:55 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 20:12
Jagadeesh VN16-Sep-03 20:12 
GeneralRe: Problem in using CToolTipCtrl Pin
meens16-Sep-03 22:20
meens16-Sep-03 22:20 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 22:30
Jagadeesh VN16-Sep-03 22:30 
Generalterminating dialog based application Pin
r i s h a b h s16-Sep-03 19:40
r i s h a b h s16-Sep-03 19:40 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 20:01
Jagadeesh VN16-Sep-03 20:01 
GeneralRe: terminating dialog based application Pin
r i s h a b h s16-Sep-03 20:37
r i s h a b h s16-Sep-03 20:37 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 21:45
Jagadeesh VN16-Sep-03 21:45 
General2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 18:45
r i s h a b h s16-Sep-03 18:45 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 19:41
r i s h a b h s16-Sep-03 19:41 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
Jagadeesh VN16-Sep-03 20:06
Jagadeesh VN16-Sep-03 20:06 
GeneralExtracting a Chinese Character from a CString Pin
wow999916-Sep-03 17:15
wow999916-Sep-03 17:15 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 17:49
sitebuilderMichael Dunn16-Sep-03 17:49 
GeneralRe: Extracting a Chinese Character from a CString Pin
wow999916-Sep-03 19:00
wow999916-Sep-03 19:00 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 19:31
sitebuilderMichael Dunn16-Sep-03 19:31 

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.