From: Josh Lothian Newsgroups: comp.os.msdos.djgpp Subject: Stupid newbie question Date: Tue, 10 Jun 1997 23:32:56 -0400 Organization: Internet Design Group, Inc. Lines: 24 Message-ID: <339E1C67.492CDD81@icx.net> NNTP-Posting-Host: pm4s.icx.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk hello, I began to write my first program in c++ today, the classic "hello". I can compile it just fine under RHIDE, but it will compile the .o file, but I cannot produce an executable. There is simply no "run" option. Is there something real obvious that I am missing? Here is the code: #include int main() { cout<<"hello"; } I have the include directory correct, but I can't understand why I can't make an executable. Thanks much in advance. -- Josh Lothian / tlothian AT icx DOT net http://user.icx.net/~tlothian