Click here to Skip to main content
15,905,233 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow to override CWinDataExchange Pin
paulb31-Jul-07 15:22
paulb31-Jul-07 15:22 
AnswerRe: How to override CWinDataExchange Pin
Stuart Dootson31-Jul-07 21:10
professionalStuart Dootson31-Jul-07 21:10 
GeneralRe: How to override CWinDataExchange Pin
paulb1-Aug-07 13:21
paulb1-Aug-07 13:21 
GeneralRe: How to override CWinDataExchange Pin
Stuart Dootson1-Aug-07 21:25
professionalStuart Dootson1-Aug-07 21:25 
Questiontell me how to crack maya unlimite Pin
sonarat30-Jul-07 2:35
sonarat30-Jul-07 2:35 
AnswerRe: tell me how to crack maya unlimite Pin
Jonathan [Darka]30-Jul-07 7:00
professionalJonathan [Darka]30-Jul-07 7:00 
QuestionA slight problem about using "Add Property Wizard" under .net2005 Pin
Yaki_1527-Jul-07 0:44
Yaki_1527-Jul-07 0:44 
Questionasking for help in my project ??? Pin
dark-Slayer8224-Jul-07 17:04
dark-Slayer8224-Jul-07 17:04 
hi guys ;
I have problem when i do my porject and I can fugier it out , i made a program can read any list of interger number and stor it in vector and do statestic clculatiom like: Statistical median , Arithmetic mean ,Variance,Standard deviation,Frequency distribution,Histogram,Mode , and i made it only Statistical median , Arithmetic mean ,Variance,Standard deviation equation but dosn't run Variance,Standard deviation have error. and i don't want to used the majce number to vector becauses it case me problem i will post the code if somone please help

#include<iostream>
#include<vector>
#include<algorithm>
using namespace std;

int main()
{
//decalre constant to control the size of vector
int const SIZE =1;
unsigned number ;
unsigned *pointerNumber= &number;
unsigned Arithmetic_mean;
/*double variance=0;
double deviation;*/



//declare vector avariable to store the list of number
vector <unsigned> listNumber(SIZE);

//declare iterator and used it to find max and minin the vector and for Statistical median
vector <unsigned>::iterator max_listNumber_Iter,min_listNumber_Iter;


cout<<"Enter the stream number to stop EOF"<<endl;
for="" loop="" to="" enter="" the="" vector="" element=""
="" for(unsigned="" i="0" ;="" i<="" listnumber.size()="" ;i++)
="" {
="" cin="">>number;
if (cin.eof())
break ;
listNumber.push_back(number);


}



//find the max and min ot the point and m
max_listNumber_Iter = max_element ( listNumber.begin ( ) , listNumber.end ( ) );
min_listNumber_Iter = min_element ( listNumber.begin ( ) , listNumber.end ( ) );



//show the max and the Min fo the vector
cout<<"Maximum number ="<<*max_listNumber_Iter<
Questionusing ATL DLL in non-ATL way Pin
MonkuMonku20-Jul-07 14:52
MonkuMonku20-Jul-07 14:52 
AnswerRe: using ATL DLL in non-ATL way Pin
MonkuMonku20-Jul-07 15:07
MonkuMonku20-Jul-07 15:07 
AnswerRe: using ATL DLL in non-ATL way Pin
Michael Dunn21-Jul-07 9:56
sitebuilderMichael Dunn21-Jul-07 9:56 
GeneralRe: using ATL DLL in non-ATL way Pin
led mike24-Jul-07 4:43
led mike24-Jul-07 4:43 
GeneralRe: using ATL DLL in non-ATL way Pin
sunil20046-Aug-07 20:56
sunil20046-Aug-07 20:56 
GeneralRe: using ATL DLL in non-ATL way Pin
led mike7-Aug-07 4:23
led mike7-Aug-07 4:23 
Question[Message Deleted] Pin
mcnam19-Jul-07 22:37
mcnam19-Jul-07 22:37 
AnswerRe: ActiveX??? Pin
Paul Conrad22-Jul-07 19:44
professionalPaul Conrad22-Jul-07 19:44 
AnswerRe: ActiveX??? Pin
mcnam23-Jul-07 18:53
mcnam23-Jul-07 18:53 
GeneralRe: ActiveX??? Pin
User 21559723-Jul-07 21:10
User 21559723-Jul-07 21:10 
Questionneed documentation of tidyatl.dll Pin
turoi19-Jul-07 6:04
turoi19-Jul-07 6:04 
QuestionOnComm Events in MSCOMM OCX control Pin
AmarjeetSinghMatharu13-Jul-07 18:40
AmarjeetSinghMatharu13-Jul-07 18:40 
AnswerRe: OnComm Events in MSCOMM OCX control Pin
ScottMcP15-Jul-07 7:34
ScottMcP15-Jul-07 7:34 
QuestionHow to Generate OLE dispatch map functions Pin
KASR111-Jul-07 23:01
KASR111-Jul-07 23:01 
QuestionPlease help me debug.... Pin
sscow11-Jul-07 0:18
sscow11-Jul-07 0:18 
AnswerRe: Please help me debug.... Pin
Lim Bio Liong11-Jul-07 6:13
Lim Bio Liong11-Jul-07 6:13 
QuestionATL ActiveX control initialise Pin
Bart10-Jul-07 7:17
Bart10-Jul-07 7:17 

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.