Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load PNG Images Pin
AbhiHcl12-May-10 3:17
AbhiHcl12-May-10 3:17 
GeneralRe: Load PNG Images Pin
AbhiHcl12-May-10 3:22
AbhiHcl12-May-10 3:22 
QuestionRe: Load PNG Images Pin
Nuri Ismail12-May-10 3:37
Nuri Ismail12-May-10 3:37 
AnswerRe: Load PNG Images Pin
AbhiHcl12-May-10 3:42
AbhiHcl12-May-10 3:42 
AnswerRe: Load PNG Images Pin
Nuri Ismail12-May-10 3:56
Nuri Ismail12-May-10 3:56 
QuestionHow to find the average, worst complexity of a code Pin
janani1312-May-10 2:32
janani1312-May-10 2:32 
QuestionRe: How to find the average, worst complexity of a code Pin
David Crow12-May-10 2:41
David Crow12-May-10 2:41 
AnswerRe: How to find the average, worst complexity of a code Pin
Radhakrishnan G.12-May-10 2:52
Radhakrishnan G.12-May-10 2:52 
You have to claculate from your program; for this example

first for loop execute "n" times and second loo execute n times because value of "i" is "n"
suppose "T1" time need to execute one iteration in the first for loop and "T2" time needs for one iteration in second loop

so it take T1*n + T2*n that is an order of n, ie it depend on input variable "n"
This is the time complexity
GeneralRe: How to find the average, worst complexity of a code Pin
janani1312-May-10 2:55
janani1312-May-10 2:55 
GeneralRe: How to find the average, worst complexity of a code Pin
Maximilien12-May-10 3:17
Maximilien12-May-10 3:17 
GeneralRe: How to find the average, worst complexity of a code Pin
Radhakrishnan G.12-May-10 23:52
Radhakrishnan G.12-May-10 23:52 
Questionav_open_input_file Pin
gmallax12-May-10 2:24
gmallax12-May-10 2:24 
AnswerRe: av_open_input_file Pin
Richard MacCutchan12-May-10 4:48
mveRichard MacCutchan12-May-10 4:48 
AnswerRe: av_open_input_file Pin
sashoalm12-May-10 5:09
sashoalm12-May-10 5:09 
Questionostringstream to tchar* Pin
AksharRoop12-May-10 2:24
AksharRoop12-May-10 2:24 
AnswerRe: ostringstream to tchar* [modified] Pin
Nuri Ismail12-May-10 2:34
Nuri Ismail12-May-10 2:34 
QuestionPathCompactPath/PathSetDlgItemPath with owner-drawn static control? Pin
sashoalm12-May-10 0:54
sashoalm12-May-10 0:54 
QuestionFile monitor Pin
suzuuu12-May-10 0:08
suzuuu12-May-10 0:08 
QuestionRe: File monitor Pin
Michel Godfroid12-May-10 1:02
Michel Godfroid12-May-10 1:02 
QuestionRe: File monitor Pin
sashoalm12-May-10 1:03
sashoalm12-May-10 1:03 
AnswerRe: File monitor Pin
suzuuu12-May-10 1:14
suzuuu12-May-10 1:14 
GeneralRe: File monitor Pin
sashoalm12-May-10 5:00
sashoalm12-May-10 5:00 
AnswerRe: Also, you can try CFile::GetStatus (MFC) Pin
Software_Developer12-May-10 1:16
Software_Developer12-May-10 1:16 
GeneralRe: Also, you can try CFile::GetStatus (MFC) Pin
suzuuu12-May-10 1:32
suzuuu12-May-10 1:32 
GeneralRe: Also, you can try CFile::GetStatus (MFC) Pin
Software_Developer12-May-10 2:13
Software_Developer12-May-10 2:13 

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.