Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about Interlocked functions Pin
HOW WHAT29-Apr-07 4:33
HOW WHAT29-Apr-07 4:33 
GeneralRe: Question about Interlocked functions Pin
cmk29-Apr-07 9:13
cmk29-Apr-07 9:13 
GeneralRe: Question about Interlocked functions Pin
HOW WHAT29-Apr-07 20:05
HOW WHAT29-Apr-07 20:05 
GeneralRe: Question about Interlocked functions Pin
HOW WHAT28-Apr-07 22:48
HOW WHAT28-Apr-07 22:48 
GeneralRe: Question about Interlocked functions Pin
cmk29-Apr-07 0:01
cmk29-Apr-07 0:01 
GeneralRe: Question about Interlocked functions Pin
HOW WHAT29-Apr-07 2:49
HOW WHAT29-Apr-07 2:49 
GeneralRe: Question about Interlocked functions Pin
cmk29-Apr-07 9:04
cmk29-Apr-07 9:04 
Questionhow to make very large numbers Pin
g3RC4n27-Apr-07 15:43
g3RC4n27-Apr-07 15:43 
is there a libary or something where i can get numbers which have like 50 digits without truncation, for a program for find prime numbers etc???

also why i'm here

***************************************************
***************************************************

i'm trying to use the .clear() with vectors but they never work

Code:

#include <iostream>
#include <vector>

using namespace std;
int main()
{
vectornumbers;

int createindex = 100;

while(createindex)
{
numbers.push_back(createindex);
createindex--;
}
cout << numbers[20] << endl;
numbers.clear();
cout << numbers[20] << endl;

system("PAUSE");
return 0;
}


what am i doing wrong?

thanks i'n advanced
AnswerRe: how to make very large numbers Pin
David Crow27-Apr-07 17:02
David Crow27-Apr-07 17:02 
GeneralRe: how to make very large numbers Pin
Rajesh R Subramanian27-Apr-07 19:31
professionalRajesh R Subramanian27-Apr-07 19:31 
GeneralRe: how to make very large numbers Pin
g3RC4n27-Apr-07 23:11
g3RC4n27-Apr-07 23:11 
GeneralRe: how to make very large numbers Pin
cp987628-Apr-07 0:21
cp987628-Apr-07 0:21 
GeneralRe: how to make very large numbers Pin
g3RC4n28-Apr-07 8:48
g3RC4n28-Apr-07 8:48 
QuestionLog in to website Pin
baloneyman27-Apr-07 15:42
baloneyman27-Apr-07 15:42 
QuestionRe: Log in to website Pin
Rajesh R Subramanian27-Apr-07 19:30
professionalRajesh R Subramanian27-Apr-07 19:30 
AnswerRe: Log in to website Pin
baloneyman27-Apr-07 22:02
baloneyman27-Apr-07 22:02 
Questiondatabase and CListCtrl Pin
hero199527-Apr-07 14:53
hero199527-Apr-07 14:53 
AnswerRe: database and CListCtrl Pin
David Crow27-Apr-07 17:04
David Crow27-Apr-07 17:04 
QuestionPlaySound using Add resource (MFC) Pin
YUANGE27-Apr-07 7:47
YUANGE27-Apr-07 7:47 
AnswerRe: PlaySound using Add resource (MFC) Pin
David Crow27-Apr-07 9:34
David Crow27-Apr-07 9:34 
QuestionLNK errors while using tiff.lib!!! Pin
Kiran Satish27-Apr-07 7:42
Kiran Satish27-Apr-07 7:42 
AnswerRe: LNK errors while using tiff.lib!!! Pin
bob1697227-Apr-07 14:38
bob1697227-Apr-07 14:38 
QuestionAdding a COM Interface... Pin
dontknowitall27-Apr-07 7:15
dontknowitall27-Apr-07 7:15 
QuestionHow do I check/uncheck a MENUITEM in a menu? Pin
KellyR27-Apr-07 6:08
KellyR27-Apr-07 6:08 
AnswerRe: How do I check/uncheck a MENUITEM in a menu? Pin
JudyL_MD27-Apr-07 7:40
JudyL_MD27-Apr-07 7:40 

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.