Click here to Skip to main content
15,892,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CString::Format Pin
David Crow31-May-07 4:29
David Crow31-May-07 4:29 
AnswerRe: CString::Format Pin
#realJSOP31-May-07 4:38
mve#realJSOP31-May-07 4:38 
GeneralRe: CString::Format Pin
David Crow31-May-07 4:44
David Crow31-May-07 4:44 
QuestionPlay with reference, C++ Pin
C_Zealot30-May-07 22:15
C_Zealot30-May-07 22:15 
AnswerYes Pin
CPallini30-May-07 22:19
mveCPallini30-May-07 22:19 
GeneralMore reference Pin
C_Zealot30-May-07 22:24
C_Zealot30-May-07 22:24 
GeneralRe: More reference Pin
CPallini30-May-07 22:27
mveCPallini30-May-07 22:27 
GeneralRe: More reference Pin
toxcct30-May-07 23:45
toxcct30-May-07 23:45 
C_Zealot wrote:
error C2143: syntax error : missing ';' before '&


you probably forgot to #include the header in which the OccurrenceList class is defined...


C_Zealot wrote:
return; //It returns nothing because I want to simplify the function first. I know it will generate another error


also, for this, i'd suggest you to prefer this, even if it's temporary and returns a reference to a local variable :
return OccurrenceList();  //which will call the default constructor



Questionattach a doc Pin
p_30-May-07 22:10
p_30-May-07 22:10 
AnswerRe: attach a doc Pin
_AnsHUMAN_ 30-May-07 22:32
_AnsHUMAN_ 30-May-07 22:32 
QuestionRe: attach a doc Pin
David Crow31-May-07 4:58
David Crow31-May-07 4:58 
QuestionIs this called Buffre overrun Pin
vipin_nvk30-May-07 21:40
vipin_nvk30-May-07 21:40 
AnswerRe: Is this called Buffre overrun Pin
Cedric Moonen30-May-07 21:52
Cedric Moonen30-May-07 21:52 
AnswerRe: Is this called Buffre overrun Pin
Optimus Chaos30-May-07 22:01
Optimus Chaos30-May-07 22:01 
AnswerRe: Is this called Buffre overrun Pin
CPallini30-May-07 22:02
mveCPallini30-May-07 22:02 
AnswerRe: Is this called Buffre overrun Pin
Matthew Faithfull30-May-07 22:46
Matthew Faithfull30-May-07 22:46 
QuestionCListCtrl Pin
Steve14430-May-07 21:27
Steve14430-May-07 21:27 
AnswerRe: CListCtrl Pin
Naveen30-May-07 22:09
Naveen30-May-07 22:09 
GeneralRe: CListCtrl Pin
Steve14431-May-07 12:45
Steve14431-May-07 12:45 
GeneralRe: CListCtrl Pin
Naveen31-May-07 13:58
Naveen31-May-07 13:58 
GeneralRe: CListCtrl Pin
Steve14431-May-07 14:23
Steve14431-May-07 14:23 
GeneralRe: CListCtrl Pin
Naveen31-May-07 14:27
Naveen31-May-07 14:27 
GeneralRe: CListCtrl Pin
Steve14431-May-07 14:35
Steve14431-May-07 14:35 
QuestionBluetooth programming problem Pin
followait30-May-07 21:23
followait30-May-07 21:23 
AnswerRe: Bluetooth programming problem Pin
Roger Stoltz30-May-07 22:08
Roger Stoltz30-May-07 22:08 

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.