Message-ID: <004c01be7697$b1ca3170$6c7c5ecc@brahma.ruksun.com> From: "Renji Panicker" To: Subject: Raw C++ project. Date: Thu, 25 Mar 1999 13:45:49 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Reply-To: djgpp AT delorie DOT com Hi, As an academic self interest project ( for learning the finer intricacies of DjGpp ) I tried running a raw C++ program, without any of the libraries linked in. The a.out format executable is launched by GRUB, which as I am sure most of you must know, is a generic bootloader. I don't seem to be able to: 1. Use static variables 2. Use pure virtual functions. I would appreciate any help I can get in not only the above two points, but any pointers to FAQs, HOWTOs etc on going about it. Thanks! -/renji