Click here to Skip to main content
15,880,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCSocket Error Pin
masnu16-Feb-06 8:01
masnu16-Feb-06 8:01 
AnswerRe: CSocket Error Pin
Ryan Binns16-Feb-06 17:15
Ryan Binns16-Feb-06 17:15 
QuestionRe: CSocket Error Pin
masnu17-Feb-06 3:58
masnu17-Feb-06 3:58 
AnswerRe: CSocket Error Pin
Ryan Binns17-Feb-06 11:40
Ryan Binns17-Feb-06 11:40 
QuestionData coalescing during winsock send() call Pin
clueso16-Feb-06 6:52
clueso16-Feb-06 6:52 
AnswerRe: Data coalescing during winsock send() call Pin
James R. Twine16-Feb-06 7:17
James R. Twine16-Feb-06 7:17 
QuestionCombinations in VC++ Pin
RockyJames16-Feb-06 6:42
RockyJames16-Feb-06 6:42 
AnswerRe: Combinations in VC++ Pin
toxcct16-Feb-06 7:04
toxcct16-Feb-06 7:04 
RockyJames wrote:
How to find the combinations.So that i can take them in array nd use them..and they should not repeat ..


if they should not repeat, they are not Combinations but Arrangements.

                   n!
nCp(n, p) = ---------------
             (n - p)! * p!
 
                n!
nAp(n, p) = ----------
             (n - p)!

see in my VisualCalc to see a possible implement of them (you can just have a look at the Doxygen Parser documentation provided at the top of the article - when having unzipped it, you will find your answer by looking at doc/html/class_c_v_calc_parser.html#8f5e1a27fee1e8aea82de140cd8fc839 ).


TOXCCT >>> GEII power
[toxcct][VisualCalc 2.24][3.0 soon...]

-- modified at 13:08 Thursday 16th February, 2006
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:18
RockyJames16-Feb-06 7:18 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:19
David Crow16-Feb-06 7:19 
GeneralRe: Combinations in VC++ Pin
RockyJames16-Feb-06 7:26
RockyJames16-Feb-06 7:26 
GeneralRe: Combinations in VC++ Pin
David Crow16-Feb-06 7:49
David Crow16-Feb-06 7:49 
QuestionOMF to COFF conversion in VS2005 Pin
Jose Lamas Rios16-Feb-06 6:14
Jose Lamas Rios16-Feb-06 6:14 
QuestionUnresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 5:47
Spykraft16-Feb-06 5:47 
AnswerRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
toxcct16-Feb-06 6:03
toxcct16-Feb-06 6:03 
GeneralRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
Spykraft16-Feb-06 6:21
Spykraft16-Feb-06 6:21 
AnswerRe: Unresolved Ext Symbol- AFXMESSAGEBOX Pin
James R. Twine16-Feb-06 7:12
James R. Twine16-Feb-06 7:12 
QuestionSQLXMLBulkLoad? Pin
george ivanov16-Feb-06 5:18
george ivanov16-Feb-06 5:18 
QuestionAbout DAO Pin
Jacky Tsee16-Feb-06 4:34
Jacky Tsee16-Feb-06 4:34 
QuestionAdding ATL Support to MFC DLL Pin
a_kiani16-Feb-06 4:25
a_kiani16-Feb-06 4:25 
AnswerRe: Adding ATL Support to MFC DLL Pin
Michael Dunn16-Feb-06 7:40
sitebuilderMichael Dunn16-Feb-06 7:40 
GeneralRe: Adding ATL Support to MFC DLL Pin
a_kiani20-Feb-06 1:10
a_kiani20-Feb-06 1:10 
AnswerRe: Adding ATL Support to MFC DLL Pin
ThatsAlok17-Feb-06 3:13
ThatsAlok17-Feb-06 3:13 
GeneralRe: Adding ATL Support to MFC DLL Pin
zahedeh19-Feb-06 21:16
zahedeh19-Feb-06 21:16 
QuestionCopy large amount of data to clipboard Pin
t2x16-Feb-06 3:38
t2x16-Feb-06 3:38 

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.