help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++-Mode


From: kgold
Subject: Re: C++-Mode
Date: 7 Jan 2003 16:29:44 GMT

1

The default for emacs using M-x compile is to call make.

While you could change the default, experienced programmers typically
create a makefile.

2

I typically start a shell within emacs and run the program from the
command line.

Alternatively, you could create a "run" target in the makefile,
and call "make run" from emacs.

"Boris H." <nosp@m.de> writes:

> How can I make Emacs separately
> 1. compile the current buffer with g++
> 2. run the generated file?
> in C++-mode?


-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646


reply via email to

[Prev in Thread] Current Thread [Next in Thread]