Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can you help me ? I need source code of a program like Total commander. PinPopular
Tim Craig16-Apr-10 17:50
Tim Craig16-Apr-10 17:50 
GeneralRe: Can you help me ? I need source code of a program like Total commander. Pin
thanhkhanhcntt16-Apr-10 20:15
thanhkhanhcntt16-Apr-10 20:15 
AnswerRe: Can you help me ? I need source code of a program like Total commander. Pin
Wes Aday16-Apr-10 18:04
professionalWes Aday16-Apr-10 18:04 
AnswerRe: Can you help me ? I need source code of a program like Total commander. Pin
jeron117-Apr-10 2:02
jeron117-Apr-10 2:02 
QuestionMessage Removed Pin
16-Apr-10 7:42
aruneshjoshi16-Apr-10 7:42 
QuestionRe: very urgent help needed in openmp Pin
Maximilien16-Apr-10 7:45
Maximilien16-Apr-10 7:45 
AnswerRe: very urgent help needed in openmp Pin
aruneshjoshi16-Apr-10 7:53
aruneshjoshi16-Apr-10 7:53 
AnswerRe: very urgent help needed in openmp Pin
loyal ginger16-Apr-10 7:54
loyal ginger16-Apr-10 7:54 
It may help if you post your code using "code block" style with proper indention -- something like this
int main()
{
    int buffer[NUM]; 
    int start; //index of the first element a consumer has to consume
    int end; //index of the first free position in the buffer
    int PTemp; //the new element the producer has to insert in the buffer
    int CTemp;
    int full,empty;
    int dataNum; //number of data in the buffer
    int np,nc,finished;
    double time_start;

    PTemp=CTemp=start=end=full=dataNum=np=nc=finished=0;
    empty=1;
    ....
}

People will be more willing to read your code like this than what you posted.
GeneralRe: very urgent help needed in openmp Pin
aruneshjoshi16-Apr-10 8:06
aruneshjoshi16-Apr-10 8:06 
QuestionRe: very urgent help needed in openmp Pin
David Crow16-Apr-10 8:29
David Crow16-Apr-10 8:29 
AnswerRe: very urgent help needed in openmp Pin
aruneshjoshi16-Apr-10 8:44
aruneshjoshi16-Apr-10 8:44 
GeneralRe: very urgent help needed in openmp Pin
rchrd16-Apr-10 9:26
rchrd16-Apr-10 9:26 
QuestionAllocation/Deallocation from Memory Pool [Solved] Pin
Skippums16-Apr-10 4:17
Skippums16-Apr-10 4:17 
AnswerRe: Allocation/Deallocation from Memory Pool Pin
«_Superman_»16-Apr-10 6:41
professional«_Superman_»16-Apr-10 6:41 
AnswerRe: Allocation/Deallocation from Memory Pool [Solved] Pin
cmk16-Apr-10 9:06
cmk16-Apr-10 9:06 
AnswerRe: Allocation/Deallocation from Memory Pool [Solved] Pin
Gwenio16-Apr-10 9:21
Gwenio16-Apr-10 9:21 
QuestionCan we Insert table into SDI Application ? Pin
Khathar16-Apr-10 1:54
Khathar16-Apr-10 1:54 
AnswerRe: Can we Insert table into SDI Application ? Pin
Maximilien16-Apr-10 2:50
Maximilien16-Apr-10 2:50 
AnswerRe: Can we Insert table into SDI Application ? Pin
«_Superman_»16-Apr-10 6:47
professional«_Superman_»16-Apr-10 6:47 
QuestionCComboBox the max text length ?? Pin
Arrin16-Apr-10 0:28
Arrin16-Apr-10 0:28 
AnswerRe: CComboBox the max text length ?? SOLVED Pin
Arrin16-Apr-10 0:43
Arrin16-Apr-10 0:43 
QuestionWorker Thread GUI Pin
MsmVc15-Apr-10 22:21
MsmVc15-Apr-10 22:21 
AnswerRe: Worker Thread GUI Pin
Cedric Moonen15-Apr-10 22:33
Cedric Moonen15-Apr-10 22:33 
AnswerRe: Worker Thread GUI Pin
Eugen Podsypalnikov15-Apr-10 22:44
Eugen Podsypalnikov15-Apr-10 22:44 
GeneralRe: Worker Thread GUI Pin
MsmVc15-Apr-10 23:07
MsmVc15-Apr-10 23:07 

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.