Hi guys,
Struggling a little here, I have a mac and am using emacs, but I can't seem to compile my program, I have tried
M-x compile
make -k
and that returns an error 2 code.
so I tried
g++ -o hello helloworld.cpp
and that returns an error 1 code.
How do I compile my programs so I can start programming please? Is there not just a simple way to compile in emacs.
Kind regards
Rob