I'm a newbie programmer, and I just got this compiler. I want to know how i'm supposed to start a new file to make a program in, as this compiler runs as a command line compiler.
I just downloaded the Intel C++ Compiler, and I was wonder how i am supposed to make a program with this.?
You need to write source code first. You write a program in a text editor like notepad, then save it, and run nameofcompiler nameofsource and it saves it as a binary file that you execute.
There are some C++ Development Environments. Check out Bloodshed Software's Dev-C++
Reply:icl some_sourcefile.c
You do know the Intel website does have documentation.
Reply:OMG a command line compiler. those are ancient.
nowadays ppl use Visual Studio .NET for writing programs in C++ (well actually Visual C++ .NET). i know it's expensive, but it is the best tool for the job
sorry i can't help with command line compilers
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment