Click here to Skip to main content
16,004,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Template member functions Pin
Stephen Hewitt6-Mar-07 11:52
Stephen Hewitt6-Mar-07 11:52 
Questionopen(char*,...) fails with "Too many open files" ..help me pls Pin
dharani6-Mar-07 1:32
dharani6-Mar-07 1:32 
AnswerRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
David Crow6-Mar-07 2:49
David Crow6-Mar-07 2:49 
AnswerRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
Nemanja Trifunovic6-Mar-07 3:15
Nemanja Trifunovic6-Mar-07 3:15 
AnswerRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
Blake Miller6-Mar-07 6:50
Blake Miller6-Mar-07 6:50 
GeneralRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
dharani6-Mar-07 17:23
dharani6-Mar-07 17:23 
GeneralRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
kakan6-Mar-07 19:14
professionalkakan6-Mar-07 19:14 
GeneralRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
Blake Miller7-Mar-07 10:14
Blake Miller7-Mar-07 10:14 
I had assumed Windows operating system. An administrator can enforce quotas on user accounts - how much disk space used, how much memory allowed for process, etc. Any one of these could have caused your files to fail to open.

Typically, there is an interna table int he C runtie libraries that has a limited number of entries for mapping 'c' file handles to the OS internal data. Once you use up all these entrries - no more open files!
QuestionRe: open(char*,...) fails with "Too many open files" ..help me pls Pin
David Crow7-Mar-07 2:54
David Crow7-Mar-07 2:54 
QuestionHow to disable CD drive Pin
VC_RYK6-Mar-07 1:23
VC_RYK6-Mar-07 1:23 
AnswerRe: How to disable CD drive Pin
Newbie006-Mar-07 2:16
Newbie006-Mar-07 2:16 
AnswerRe: How to disable CD drive Pin
Super Hornet6-Mar-07 6:37
Super Hornet6-Mar-07 6:37 
GeneralRe: How to disable CD drive Pin
VC_RYK6-Mar-07 20:22
VC_RYK6-Mar-07 20:22 
QuestionIPadderss details mfc Pin
deeps_cute6-Mar-07 1:20
deeps_cute6-Mar-07 1:20 
AnswerRe: IPadderss details mfc Pin
James R. Twine6-Mar-07 1:25
James R. Twine6-Mar-07 1:25 
GeneralRe: IPadderss details mfc --please help me i need it Pin
deeps_cute6-Mar-07 1:32
deeps_cute6-Mar-07 1:32 
GeneralRe: IPadderss details mfc --please help me i need it Pin
David Crow6-Mar-07 2:53
David Crow6-Mar-07 2:53 
AnswerRe: IPadderss details mfc Pin
David Crow6-Mar-07 2:50
David Crow6-Mar-07 2:50 
GeneralRe: IPadderss details mfc Pin
deeps_cute6-Mar-07 3:27
deeps_cute6-Mar-07 3:27 
QuestionRe: IPadderss details mfc Pin
David Crow6-Mar-07 3:47
David Crow6-Mar-07 3:47 
AnswerRe: IPadderss details mfc Pin
deeps_cute6-Mar-07 3:50
deeps_cute6-Mar-07 3:50 
GeneralRe: IPadderss details mfc Pin
David Crow6-Mar-07 5:14
David Crow6-Mar-07 5:14 
QuestionSimple Tab Control without using frames and child dialogs Pin
Tushar Arora6-Mar-07 0:53
Tushar Arora6-Mar-07 0:53 
AnswerRe: Simple Tab Control without using frames and child dialogs Pin
Y_R6-Mar-07 3:45
Y_R6-Mar-07 3:45 
GeneralRe: Simple Tab Control without using frames and child dialogs Pin
Tushar Arora6-Mar-07 18:43
Tushar Arora6-Mar-07 18:43 

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.