Hi,

On Jun 25, 2:12 pm, BINNY THOMAS <binn...@gmail.com> wrote:
> I got the earlier code to work in Turbo c++, I know how to compile in gcc,
> but I don't know how to execute it. How???????

Once you compile it, you should get an executable in the same folder.
I got a file named 'a.out'. I compiled map.c using command:

g++ map.c

You can just execute a.out using command:

./a.out

Regards,
Gokul Das
--~--~---------~--~----~------------~-------~--~----~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to