Click here to Skip to main content
15,925,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: printing a vector Pin
Marc Soleda11-Aug-05 4:41
Marc Soleda11-Aug-05 4:41 
GeneralRe: printing a vector Pin
Eytukan11-Aug-05 4:39
Eytukan11-Aug-05 4:39 
GeneralHere it is..if u didn't notice above Pin
Eytukan11-Aug-05 4:49
Eytukan11-Aug-05 4:49 
Generalsorry guys Pin
Eytukan11-Aug-05 4:54
Eytukan11-Aug-05 4:54 
GeneralRe: printing a vector Pin
Andy Brummer11-Aug-05 5:21
sitebuilderAndy Brummer11-Aug-05 5:21 
GeneralRe: printing a vector Pin
S. Senthil Kumar11-Aug-05 8:07
S. Senthil Kumar11-Aug-05 8:07 
GeneralRe: printing a vector Pin
Kevin McFarlane12-Aug-05 2:42
Kevin McFarlane12-Aug-05 2:42 
GeneralRe: printing a vector Pin
Eytukan11-Aug-05 23:20
Eytukan11-Aug-05 23:20 
i got errors.. with
std::copy(vec.begin(), vec.end(), std::ostream_iterator(std::cout," "));

i also tried declaring

vector<int>::iterator ostream_iterator; Confused | :confused:

but still,
D:\v\CLEAR\Console\Main.cpp(45) : error C2039: 'ostream_iterator' : is not a member of 'std'
D:\v\CLEAR\Console\Main.cpp(45) : error C2039: 'cout' : is not a member of 'std'
D:\v\CLEAR\Console\Main.cpp(45) : error C2064: term does not evaluate to a function


Plz complete the trick

Thanx
V
GeneralRe: printing a vector Pin
Eytukan11-Aug-05 23:34
Eytukan11-Aug-05 23:34 
GeneralRe: printing a vector Pin
gecool11-Aug-05 20:10
gecool11-Aug-05 20:10 
QuestionHow can I get the CWnd pointer from HANDLE hProcess Pin
caykahve11-Aug-05 3:35
caykahve11-Aug-05 3:35 
AnswerRe: How can I get the CWnd pointer from HANDLE hProcess Pin
Jose Lamas Rios11-Aug-05 3:51
Jose Lamas Rios11-Aug-05 3:51 
GeneralRe: How can I get the CWnd pointer from HANDLE hProcess Pin
Jose Lamas Rios11-Aug-05 5:39
Jose Lamas Rios11-Aug-05 5:39 
GeneralRe: How can I get the CWnd pointer from HANDLE hProcess Pin
ThatsAlok11-Aug-05 17:54
ThatsAlok11-Aug-05 17:54 
AnswerRe: How can I get the CWnd pointer from HANDLE hProcess Pin
ThatsAlok11-Aug-05 4:42
ThatsAlok11-Aug-05 4:42 
GeneralRe: How can I get the CWnd pointer from HANDLE hProcess Pin
Eytukan11-Aug-05 4:59
Eytukan11-Aug-05 4:59 
GeneralCustom control in docable window Pin
Lalitesh11-Aug-05 3:07
Lalitesh11-Aug-05 3:07 
GeneralTAPI problem Pin
ahme_ramadan11-Aug-05 2:55
ahme_ramadan11-Aug-05 2:55 
Generaldouble rant/question ( and a smallish dll q. ) Pin
Maximilien11-Aug-05 2:52
Maximilien11-Aug-05 2:52 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
SunKnight011-Aug-05 3:08
SunKnight011-Aug-05 3:08 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
Achim Klein11-Aug-05 3:10
Achim Klein11-Aug-05 3:10 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
peterchen11-Aug-05 5:37
peterchen11-Aug-05 5:37 
GeneralFind the exe name when loading dll Pin
lynchspawn11-Aug-05 2:39
lynchspawn11-Aug-05 2:39 
GeneralRe: Find the exe name when loading dll Pin
SunKnight011-Aug-05 3:11
SunKnight011-Aug-05 3:11 
GeneralRe: Find the exe name when loading dll Pin
Don Miguel11-Aug-05 3:30
Don Miguel11-Aug-05 3:30 

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.