Click here to Skip to main content
15,889,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFileStatus m_mtime problems Pin
Richard MacCutchan30-Jun-16 2:54
mveRichard MacCutchan30-Jun-16 2:54 
AnswerRe: CFileStatus m_mtime problems Pin
Jochen Arndt30-Jun-16 3:06
professionalJochen Arndt30-Jun-16 3:06 
AnswerRe: CFileStatus m_mtime problems Pin
Member 1253112930-Jun-16 21:51
Member 1253112930-Jun-16 21:51 
QuestionCompile dll in Ubuntu to include in Windows 7 (32 bit) program Pin
Member 1224497229-Jun-16 6:41
Member 1224497229-Jun-16 6:41 
AnswerRe: Compile dll in Ubuntu to include in Windows 7 (32 bit) program Pin
Jochen Arndt29-Jun-16 7:08
professionalJochen Arndt29-Jun-16 7:08 
AnswerRe: Compile dll in Ubuntu to include in Windows 7 (32 bit) program Pin
leon de boer29-Jun-16 7:22
leon de boer29-Jun-16 7:22 
Questionstd::string declaration in header file error Pin
Member 1224497229-Jun-16 3:26
Member 1224497229-Jun-16 3:26 
QuestionRe: std::string declaration in header file error Pin
David Crow29-Jun-16 3:33
David Crow29-Jun-16 3:33 
Does v_assert() call execute_assert() or vice-versa?

Member 12244972 wrote:

v_assert(s = MAX_ACL_DEPTH, "MAX_ACL_DEPTH too small");
Shouldn't this be:
v_assert(s == MAX_ACL_DEPTH, "MAX_ACL_DEPTH too small");
or maybe
v_assert((s == MAX_ACL_DEPTH), "MAX_ACL_DEPTH too small");

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


AnswerRe: std::string declaration in header file error Pin
Member 1224497229-Jun-16 3:41
Member 1224497229-Jun-16 3:41 
QuestionRe: std::string declaration in header file error Pin
Richard MacCutchan29-Jun-16 3:43
mveRichard MacCutchan29-Jun-16 3:43 
AnswerRe: std::string declaration in header file error Pin
Member 1224497229-Jun-16 3:54
Member 1224497229-Jun-16 3:54 
QuestionType Conversion happens while writing to Logfile in VC++ Pin
aruzhere28-Jun-16 21:36
aruzhere28-Jun-16 21:36 
AnswerRe: Type Conversion happens while writing to Logfile in VC++ Pin
Jochen Arndt28-Jun-16 22:29
professionalJochen Arndt28-Jun-16 22:29 
AnswerRe: Type Conversion happens while writing to Logfile in VC++ Pin
Richard MacCutchan28-Jun-16 22:53
mveRichard MacCutchan28-Jun-16 22:53 
GeneralRe: Type Conversion happens while writing to Logfile in VC++ Pin
aruzhere28-Jun-16 23:04
aruzhere28-Jun-16 23:04 
GeneralRe: Type Conversion happens while writing to Logfile in VC++ Pin
Richard MacCutchan28-Jun-16 23:43
mveRichard MacCutchan28-Jun-16 23:43 
GeneralRe: Type Conversion happens while writing to Logfile in VC++ Pin
aruzhere29-Jun-16 2:24
aruzhere29-Jun-16 2:24 
GeneralRe: Type Conversion happens while writing to Logfile in VC++ Pin
aruzhere29-Jun-16 2:42
aruzhere29-Jun-16 2:42 
QuestionopenMP loop and exception Pin
Joerg Michels27-Jun-16 23:38
Joerg Michels27-Jun-16 23:38 
QuestionHeap Corruption issue Pin
Ben Aldhouse21-Jun-16 10:27
Ben Aldhouse21-Jun-16 10:27 
QuestionRe: Heap Corruption issue Pin
David Crow21-Jun-16 10:47
David Crow21-Jun-16 10:47 
AnswerRe: Heap Corruption issue Pin
Ben Aldhouse21-Jun-16 12:45
Ben Aldhouse21-Jun-16 12:45 
QuestionWinsock - FD_WRITE Pin
Vijjuuu.21-Jun-16 4:54
Vijjuuu.21-Jun-16 4:54 
AnswerRe: Winsock - FD_WRITE Pin
David Crow21-Jun-16 7:19
David Crow21-Jun-16 7:19 
GeneralRe: Winsock - FD_WRITE Pin
Vijjuuu.21-Jun-16 8:04
Vijjuuu.21-Jun-16 8:04 

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.