Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dll without language Pin
Zizilamoroso5-Sep-02 22:21
Zizilamoroso5-Sep-02 22:21 
GeneralQuesion about Trim and Mmap operations of memory. Pin
George Ma5-Sep-02 20:03
George Ma5-Sep-02 20:03 
GeneralRe: Quesion about Trim and Mmap operations of memory. Pin
Christian Graus5-Sep-02 20:19
protectorChristian Graus5-Sep-02 20:19 
GeneralRe: Quesion about Trim and Mmap operations of memory. Pin
George Ma5-Sep-02 21:38
George Ma5-Sep-02 21:38 
GeneralCWnd based class problem Pin
Anonymous5-Sep-02 19:33
Anonymous5-Sep-02 19:33 
GeneralI dont know... Pin
Coremn5-Sep-02 19:27
Coremn5-Sep-02 19:27 
GeneralRe: I dont know... Pin
Christian Graus5-Sep-02 20:17
protectorChristian Graus5-Sep-02 20:17 
GeneralRe: I dont know... Pin
markkuk5-Sep-02 23:03
markkuk5-Sep-02 23:03 
Is the code from an Unix/Linux program? statfs() appears to be a Linux or BSD Unix syscall, on Linux the documentation says:
       int statfs(const char *path, struct statfs *buf);
       int fstatfs(int fd, struct statfs *buf);

DESCRIPTION
       statfs  returns  information  about a mounted file system.  path is the
       path name of any file within the mounted filesystem.  buf is a  pointer
       to a statfs structure defined as follows:

              struct statfs {
                 long    f_type;     /* type of filesystem (see below) */
                 long    f_bsize;    /* optimal transfer block size */
                 long    f_blocks;   /* total data blocks in file system */
                 long    f_bfree;    /* free blocks in fs */
                 long    f_bavail;   /* free blocks avail to non-superuser */
                 long    f_files;    /* total file nodes in file system */
                 long    f_ffree;    /* free file nodes in fs */
                 fsid_t  f_fsid;     /* file system id */
                 long    f_namelen;  /* maximum length of filenames */
                 long    f_spare[6]; /* spare for later */
              };

GeneralRe: I dont know... Pin
jhwurmbach5-Sep-02 20:15
jhwurmbach5-Sep-02 20:15 
GeneralRe: I dont know... Pin
Coremn5-Sep-02 20:56
Coremn5-Sep-02 20:56 
QuestionHow to access C++ Lib by using Java? Pin
blongtq5-Sep-02 19:00
blongtq5-Sep-02 19:00 
AnswerRe: How to access C++ Lib by using Java? Pin
Stephane Rodriguez.5-Sep-02 21:17
Stephane Rodriguez.5-Sep-02 21:17 
GeneralI doubt in CRichEditCtrl Pin
sonshiro5-Sep-02 18:52
sonshiro5-Sep-02 18:52 
GeneralRe: I doubt in CRichEditCtrl Pin
.dan.g.5-Sep-02 19:45
professional.dan.g.5-Sep-02 19:45 
GeneralMultithreading Pin
pankajdaga5-Sep-02 17:11
pankajdaga5-Sep-02 17:11 
GeneralRe: Multithreading Pin
Chris Losinger5-Sep-02 18:12
professionalChris Losinger5-Sep-02 18:12 
GeneralRe: Multithreading Pin
Todd Smith6-Sep-02 18:46
Todd Smith6-Sep-02 18:46 
Generalprocompile question Pin
Year5-Sep-02 17:09
Year5-Sep-02 17:09 
GeneralRe: procompile question Pin
Christian Graus5-Sep-02 17:21
protectorChristian Graus5-Sep-02 17:21 
GeneralAccessing the Internet Pin
Nay205-Sep-02 16:21
Nay205-Sep-02 16:21 
GeneralRe: Accessing the Internet Pin
Jason Henderson5-Sep-02 16:25
Jason Henderson5-Sep-02 16:25 
GeneralCTime and CString Pin
monrobot135-Sep-02 16:02
monrobot135-Sep-02 16:02 
GeneralRe: CTime and CString Pin
Jason Henderson5-Sep-02 16:28
Jason Henderson5-Sep-02 16:28 
GeneralRe: CTime and CString Pin
anju5-Sep-02 18:26
anju5-Sep-02 18:26 
GeneralImages in CListCtrl report columns Pin
IGx895-Sep-02 15:50
IGx895-Sep-02 15:50 

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.