Click here to Skip to main content
15,867,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: _open generate "Access is denied" error Pin
_Flaviu2-Sep-19 3:27
_Flaviu2-Sep-19 3:27 
GeneralRe: _open generate "Access is denied" error Pin
leon de boer2-Sep-19 14:52
leon de boer2-Sep-19 14:52 
GeneralRe: _open generate "Access is denied" error Pin
_Flaviu4-Sep-19 0:29
_Flaviu4-Sep-19 0:29 
GeneralRe: _open generate "Access is denied" error Pin
Victor Nijegorodov4-Sep-19 1:58
Victor Nijegorodov4-Sep-19 1:58 
GeneralRe: _open generate "Access is denied" error Pin
_Flaviu4-Sep-19 9:01
_Flaviu4-Sep-19 9:01 
GeneralRe: _open generate "Access is denied" error Pin
Victor Nijegorodov4-Sep-19 9:09
Victor Nijegorodov4-Sep-19 9:09 
GeneralRe: _open generate "Access is denied" error Pin
leon de boer4-Sep-19 15:03
leon de boer4-Sep-19 15:03 
GeneralBacktracking in C. Pin
Washiko31-Aug-19 20:23
Washiko31-Aug-19 20:23 
Programming.. Backtracking.
I need help with backtracking question.
In an election, five parties won and got
A 20
B 14
C 30 
D 16
E 40

In order to rule, a coalition of More than 60 must be negotiated. But we have restrictions:
A does not sit with D
C does not sit with E

    A B  C  D E
A. 1 1  1 0.  1
B.  1 1. 1 1. 1
C.  1  1. 1 1. 0
D   0  1. 1  1. 1
E. 1.  1. 0. 1.  1

The function should return the number of possible coalitions.. Which is 3.
As soon as the coalition is formed, no need to add more parties. 
A + E + B is not valid

GeneralRe: Backtracking in C. Pin
Richard MacCutchan31-Aug-19 20:57
mveRichard MacCutchan31-Aug-19 20:57 
GeneralRe: Backtracking in C. Pin
Stefan_Lang3-Sep-19 4:52
Stefan_Lang3-Sep-19 4:52 
QuestionWhere are the setting in the Intel Manageability Commander for TLS configuration? Pin
Member 1406801930-Aug-19 3:47
Member 1406801930-Aug-19 3:47 
AnswerRe: Where are the setting in the Intel Manageability Commander for TLS configuration? Pin
Richard MacCutchan30-Aug-19 4:53
mveRichard MacCutchan30-Aug-19 4:53 
QuestionCString to const char* Pin
_Flaviu29-Aug-19 22:48
_Flaviu29-Aug-19 22:48 
AnswerRe: CString to const char* Pin
Victor Nijegorodov29-Aug-19 22:55
Victor Nijegorodov29-Aug-19 22:55 
GeneralRe: CString to const char* Pin
_Flaviu29-Aug-19 23:08
_Flaviu29-Aug-19 23:08 
GeneralRe: CString to const char* Pin
_Flaviu29-Aug-19 23:31
_Flaviu29-Aug-19 23:31 
GeneralRe: CString to const char* Pin
Victor Nijegorodov29-Aug-19 23:40
Victor Nijegorodov29-Aug-19 23:40 
GeneralRe: CString to const char* Pin
_Flaviu29-Aug-19 23:56
_Flaviu29-Aug-19 23:56 
GeneralRe: CString to const char* Pin
Victor Nijegorodov30-Aug-19 0:08
Victor Nijegorodov30-Aug-19 0:08 
GeneralRe: CString to const char* Pin
_Flaviu30-Aug-19 0:17
_Flaviu30-Aug-19 0:17 
GeneralRe: CString to const char* Pin
Victor Nijegorodov30-Aug-19 0:26
Victor Nijegorodov30-Aug-19 0:26 
GeneralRe: CString to const char* Pin
_Flaviu30-Aug-19 1:06
_Flaviu30-Aug-19 1:06 
GeneralRe: CString to const char* Pin
Richard MacCutchan30-Aug-19 2:40
mveRichard MacCutchan30-Aug-19 2:40 
QuestionRe: CString to const char* Pin
David Crow10-Sep-19 4:32
David Crow10-Sep-19 4:32 
GeneralRe: CString to const char* Pin
_Flaviu30-Aug-19 0:02
_Flaviu30-Aug-19 0:02 

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.