H.S. wrote:
I get the following in my emacs compiler message window (notice the
strange characters around the variables and function names):
g++ -Wall -ansi -o testprog testprog.cc
testprog.cc: In function âint main()â:
testpr
H.S. wrote:
Hello,
When I compile a program in emacs, I notice that I get some strange
escape sequences in the compiler output window of emacs. For example, if
my program is:
#include
int main(){
int i,j;
std::cout << "
H.S. wrote:
[...]
and I compile it with:
g++ -Wall -ansi -o testprog testprog.cc
I get the following in my emacs compiler message window (notice the
strange characters around the variables and function names):
--
Hello,
When I compile a program in emacs, I notice that I get some strange
escape sequences in the compiler output window of emacs. For example, if
my program is:
#include
int main(){
int i,j;
std::cout << "Hellow Wrold!
4 matches
Mail list logo