Click here to Skip to main content
15,883,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: plz solve this module asap Pin
OriginalGriff21-May-17 0:25
mveOriginalGriff21-May-17 0:25 
AnswerRe: plz solve this module asap Pin
leon de boer21-May-17 4:21
leon de boer21-May-17 4:21 
AnswerRe: plz solve this module asap Pin
NotPolitcallyCorrect21-May-17 5:27
NotPolitcallyCorrect21-May-17 5:27 
QuestionOpenMP parallel file writing Pin
Ashish Ranjan Mishra19-May-17 22:48
Ashish Ranjan Mishra19-May-17 22:48 
AnswerRe: OpenMP parallel file writing Pin
Richard MacCutchan19-May-17 22:54
mveRichard MacCutchan19-May-17 22:54 
AnswerRe: OpenMP parallel file writing Pin
Afzaal Ahmad Zeeshan20-May-17 0:12
professionalAfzaal Ahmad Zeeshan20-May-17 0:12 
AnswerRe: OpenMP parallel file writing Pin
David Crow20-May-17 10:13
David Crow20-May-17 10:13 
AnswerRe: OpenMP parallel file writing Pin
Randor 20-May-17 10:37
professional Randor 20-May-17 10:37 
Hi,


Ashish Ranjan Mishra wrote:
But it is not working and crashing particularly inside recursive function.
Can anyone help me out?


Unfortunately you did not give any error message or debug information.

Also wanted to point out that you will need to avoid the C runtime if you plan on opening more than 512/2048 files at a time. If you use the C wrappers you will be limited to 512 file handles which can be extended to 2048 via the _setmaxstdio function[^].

Best Wishes,
-David Delaune
QuestionHow To Add New Code - NetBeans Pin
Django_Untaken17-May-17 9:09
Django_Untaken17-May-17 9:09 
AnswerRe: How To Add New Code - NetBeans Pin
Rick York17-May-17 10:20
mveRick York17-May-17 10:20 
SuggestionRe: How To Add New Code - NetBeans Pin
Richard MacCutchan17-May-17 21:25
mveRichard MacCutchan17-May-17 21:25 
QuestionCOleVariant to COLORREF Pin
_Flaviu12-May-17 6:27
_Flaviu12-May-17 6:27 
QuestionRe: COleVariant to COLORREF Pin
David Crow12-May-17 9:45
David Crow12-May-17 9:45 
AnswerRe: COleVariant to COLORREF Pin
_Flaviu13-May-17 21:17
_Flaviu13-May-17 21:17 
AnswerRe: COleVariant to COLORREF Pin
_Flaviu14-May-17 20:14
_Flaviu14-May-17 20:14 
QuestionArray of char* Pin
Django_Untaken11-May-17 23:54
Django_Untaken11-May-17 23:54 
AnswerRe: Array of char* Pin
Jochen Arndt12-May-17 0:23
professionalJochen Arndt12-May-17 0:23 
GeneralRe: Array of char* Pin
Django_Untaken12-May-17 1:29
Django_Untaken12-May-17 1:29 
GeneralRe: Array of char* Pin
Jochen Arndt12-May-17 1:35
professionalJochen Arndt12-May-17 1:35 
GeneralRe: Array of char* Pin
leon de boer14-May-17 16:15
leon de boer14-May-17 16:15 
AnswerRe: Array of char* Pin
Huzifa Terkawi14-May-17 16:07
Huzifa Terkawi14-May-17 16:07 
AnswerRe: Array of char* Pin
Munchies_Matt17-May-17 22:27
Munchies_Matt17-May-17 22:27 
QuestionRedraw a CStatic,create it using Create,but the function DrawItem doesn't been run Pin
Member 1114733810-May-17 16:24
Member 1114733810-May-17 16:24 
AnswerRe: Redraw a CStatic,create it using Create,but the function DrawItem doesn't been run Pin
Jochen Arndt10-May-17 21:47
professionalJochen Arndt10-May-17 21:47 
Question[solved] Declare & Use Gobal Variable in C (Just like Singleton Variable) Pin
Django_Untaken9-May-17 1:42
Django_Untaken9-May-17 1:42 

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.