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

C / C++ / MFC

 
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 
GeneralRe: using complex template functions Pin
oRion17-Aug-02 2:43
oRion17-Aug-02 2:43 
Thanks for the reply. I can't seems to get it compile under VC++ 6.0

Here's what I have attempted to do.

#include <iostream>
#include <complex>
using namespace std;

void main()
{
complex<double> abc;
double myvar = abc.conjg();
cout << myvar;
}

When I tried complied it... the error is as follows..

error C2039: 'conjg' : is not a member of 'complex<double>'


What's wrong here? It's seems that conjg is not visible in the class?

Confused | :confused: Confused | :confused:
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 
GeneralRe: Invalidate problem Pin
Anonymous17-Aug-02 4:12
Anonymous17-Aug-02 4:12 

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.