I have been using microshaft Visual C++ for my C++ class, but it sucks, big time. I
really want to use linux, and I know a small deal about it, but I can't get a program
to become an executable. I have tried before doing
g++ source.cc
and it would work, but then I would get an "a.out" file, which I believe to be an
object file. I have tried looking at info on gcc, g++, object files and the linux doc
project, but I have found nothing. I also get this error in emacs when trying to
compile code by choosing compile from the menu. It then prompts me with make -k and I
press return, then it gives me:
cd ~/code/
make -k
make: *** No Targets. Stop.
Compilation exited abnormally with code 2 at Thu Sep 9 03:54:56
Sorry it sounds like a dumb question, but I have looked a bunch online.
Thanks,
Rob