Re: Is C portable from PC to UNIX
emmitsuks wrote:
> Can I compile C source in an PC editor like Miracle,
Compilers may come with editors, but an editor is not a compiler.
> build it, and then take that .exe over to Unix and run it there?
Generally no, not unless you're running a PC emulator on the Unix box.
> Is there a preferred group for beginners such as myself to join?
You could try alt.comp.lang.learn.c-c++, but be sure to read the FAQ
before posting questions. Also realise that NO forum is good for
teaching you a language from the basics. Forums can help clarify
specific doubts on specific issues, but there are much better
structured tutorials that can help you learn C as a whole.
--
Peter
.
Relevant Pages
- Re: key steps to get c-file debugging info into AVRStudio 4
... >I had given up on gcc by the time I read your first post and set about ... you can use any external editor. ... Generally we don't recommend people to compile a single file. ... >other things associated with MDI apps to turn them into an asset rather than ... (comp.arch.embedded) - Re: Set pdflatex output filename from within document
... within TeX. ... You want to conditionally compile the ... document from within your editor. ... typical behavior for a latex editor is to dynamically use whichever ... (comp.text.tex) - Re: Need your HELP: C in LINUX
... I dont want to use EMacs or VI for my editor. ... suggest a good IDE for linux for C Programming.. ... Repeat this until you get rid of compile errors;-). ... It depends on what libraries you were using in Windows. ... (comp.lang.c) - Re: Keeping the image and the lisp files in sync
... I have constant trouble keeping my Lisp programs loadable. ... copy thinks you like to an editor buffer and edit ... Some Lisp systems track also what you edit and allow you ... been edited since the last save, the last compile, first edit). ... (comp.lang.lisp) - Re: RED Editor
... Compiling code can only be done from within the MV environment. ... U2, Compile for D3, etc. ... There are various ways to execute ... RED editor not a DataBasic editor whereas Crimson is a Windows and C++ ... (comp.databases.pick) |
|