Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem sending data from TCP/IP server (used CAsyncSocket::Send) Pin
Stuart Dootson20-Dec-08 1:21
professionalStuart Dootson20-Dec-08 1:21 
GeneralRe: Problem sending data from TCP/IP server (used CAsyncSocket::Send) Pin
Shameer E.A.20-Dec-08 18:39
Shameer E.A.20-Dec-08 18:39 
GeneralRe: Problem sending data from TCP/IP server (used CAsyncSocket::Send) Pin
Randor 20-Dec-08 18:54
professional Randor 20-Dec-08 18:54 
GeneralRe: Problem sending data from TCP/IP server (used CAsyncSocket::Send) Pin
Shameer E.A.20-Dec-08 19:17
Shameer E.A.20-Dec-08 19:17 
AnswerRe: Problem sending data from TCP/IP server (used CAsyncSocket::Send) Pin
Randor 20-Dec-08 7:46
professional Randor 20-Dec-08 7:46 
QuestionLooking for an ADT that can sort by view (so to speak) [modified] Pin
Mustafa Ismail Mustafa19-Dec-08 20:35
Mustafa Ismail Mustafa19-Dec-08 20:35 
AnswerRe: Looking for an ADT that can sort by view (so to speak) Pin
Stuart Dootson20-Dec-08 1:00
professionalStuart Dootson20-Dec-08 1:00 
GeneralRe: Looking for an ADT that can sort by view (so to speak) Pin
Mustafa Ismail Mustafa20-Dec-08 1:21
Mustafa Ismail Mustafa20-Dec-08 1:21 
Its cool Smile | :)

Besides, there's an issue I discovered that you might be kind enough to help me out with.

this is the error I'm getting when compiling:
error C2039: 'push_back' : is not a member of 'boost::multi_index::multi_index_container<value,indexspecifierlist>'


and this is what's throwing it:
copy(cacheSets[i].SetBlocks.begin(), cacheSets[i].SetBlocks.end(), back_inserter(miCache));


when the example provided on the boost website is:

std::copy(tok.begin(),tok.end(),std::back_inserter(tc));
Clickety[^]


I think I'm over complicating things. Mind if I email you? To my shame, it is a homework question that has been driving me insane Sigh | :sigh:

Don't forget to vote if the response was helpful


Sig history

"dad" Ishmail-Samuel Mustafa

Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

"There is no wealth like knowledge, no poverty like ignorance" Ali Ibn Abi Talib

QuestionHow can change CRect Value? Pin
Le@rner19-Dec-08 20:30
Le@rner19-Dec-08 20:30 
AnswerRe: How can change CRect Value? Pin
Hamid_RT19-Dec-08 20:45
Hamid_RT19-Dec-08 20:45 
GeneralRe: How can change CRect Value? Pin
Le@rner19-Dec-08 21:04
Le@rner19-Dec-08 21:04 
GeneralRe: How can change CRect Value? Pin
Code-o-mat19-Dec-08 21:55
Code-o-mat19-Dec-08 21:55 
GeneralRe: How can change CRect Value? Pin
Le@rner19-Dec-08 23:21
Le@rner19-Dec-08 23:21 
GeneralRe: How can change CRect Value? Pin
Code-o-mat19-Dec-08 23:26
Code-o-mat19-Dec-08 23:26 
GeneralRe: How can change CRect Value? Pin
Le@rner20-Dec-08 0:22
Le@rner20-Dec-08 0:22 
GeneralRe: How can change CRect Value? Pin
Code-o-mat20-Dec-08 0:28
Code-o-mat20-Dec-08 0:28 
GeneralRe: How can change CRect Value? Pin
Le@rner20-Dec-08 1:54
Le@rner20-Dec-08 1:54 
GeneralRe: How can change CRect Value? Pin
Code-o-mat20-Dec-08 2:19
Code-o-mat20-Dec-08 2:19 
GeneralRe: How can change CRect Value? Pin
Le@rner21-Dec-08 17:29
Le@rner21-Dec-08 17:29 
GeneralRe: How can change CRect Value? Pin
Code-o-mat21-Dec-08 22:05
Code-o-mat21-Dec-08 22:05 
GeneralRe: How can change CRect Value? Pin
Le@rner21-Dec-08 20:41
Le@rner21-Dec-08 20:41 
GeneralRe: How can change CRect Value? Pin
Code-o-mat21-Dec-08 22:02
Code-o-mat21-Dec-08 22:02 
GeneralRe: How can change CRect Value? Pin
Le@rner21-Dec-08 22:05
Le@rner21-Dec-08 22:05 
GeneralRe: How can change CRect Value? Pin
Code-o-mat21-Dec-08 22:43
Code-o-mat21-Dec-08 22:43 
QuestionSplit the view Pin
kiranin19-Dec-08 20:29
kiranin19-Dec-08 20:29 

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.