Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Right align list column in list view. Pin
Steve L.17-Aug-02 12:28
Steve L.17-Aug-02 12:28 
Questiondoes VB have STL? Pin
nss17-Aug-02 0:44
nss17-Aug-02 0:44 
AnswerRe: does VB have STL? Pin
Michael P Butler17-Aug-02 3:51
Michael P Butler17-Aug-02 3:51 
Generalsimple browser Pin
slah16-Aug-02 23:43
slah16-Aug-02 23:43 
GeneralRe: simple browser Pin
bebe harhour17-Aug-02 0:32
bebe harhour17-Aug-02 0:32 
GeneralRe: simple browser Pin
Sijin17-Aug-02 1:14
Sijin17-Aug-02 1:14 
Generalusing complex template functions Pin
oRion16-Aug-02 22:49
oRion16-Aug-02 22:49 
GeneralRe: using complex template functions Pin
peterchen16-Aug-02 23:49
peterchen16-Aug-02 23:49 
#include <complex>

void foo()
{
  using namespace std;
  complex<double> cX(1.0, 1.0);
  complex double cY = cX.conjg();
  _ASSERTE(cX.imag() == -cY.imag());
} 


You don't need to sleep to see a nightmare  Anne Clark   [sighist]
GeneralRe: using complex template functions Pin
oRion17-Aug-02 2:43
oRion17-Aug-02 2:43 
GeneralRe: using complex template functions Pin
Sijin18-Aug-02 20:48
Sijin18-Aug-02 20:48 
GeneralNetworking API Pin
helsten216-Aug-02 21:47
helsten216-Aug-02 21:47 
GeneralRe: Networking API Pin
Anonymous17-Aug-02 4:42
Anonymous17-Aug-02 4:42 
GeneralRe: Networking API Pin
helsten217-Aug-02 6:10
helsten217-Aug-02 6:10 
GeneralRe: Networking API Pin
Daniel Lohmann17-Aug-02 11:34
Daniel Lohmann17-Aug-02 11:34 
GeneralRe: Networking API Pin
helsten217-Aug-02 11:39
helsten217-Aug-02 11:39 
GeneralRe: Networking API Pin
dlhson17-Aug-02 9:04
dlhson17-Aug-02 9:04 
GeneralRe: Networking API Pin
helsten217-Aug-02 9:57
helsten217-Aug-02 9:57 
GeneralControlling iostream display behaviour. Pin
oRion16-Aug-02 20:45
oRion16-Aug-02 20:45 
GeneralRe: Controlling iostream display behaviour. Pin
Sijin17-Aug-02 1:21
Sijin17-Aug-02 1:21 
GeneralRe: Controlling iostream display behaviour. Pin
oRion17-Aug-02 2:37
oRion17-Aug-02 2:37 
GeneralRe: Controlling iostream display behaviour. Pin
Sijin18-Aug-02 20:51
Sijin18-Aug-02 20:51 
General.fon file format Pin
surbinsho16-Aug-02 18:59
surbinsho16-Aug-02 18:59 
GeneralRe: .fon file format Pin
Roger Allen19-Aug-02 5:04
Roger Allen19-Aug-02 5:04 
GeneralRe: Invalidate problem Pin
Daniel Ferguson16-Aug-02 21:14
Daniel Ferguson16-Aug-02 21:14 
GeneralRe: Invalidate problem Pin
Zayax16-Aug-02 23:07
Zayax16-Aug-02 23:07 

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.