There is no operating system known as "Windows 2007". The only Microsoft operating system released in 2007 was Microsoft Windows Server 2008. Microsoft Windows Vista was released earlier in 2006 and has since been superseded by Microsoft Windows 7 (released in 2009), Microsoft Windows Server 2012, Windows 8 (2012), Microsoft Windows Server 2012 R2 and now Microsoft Windows 8.1 (2013).
As to how you run a C++ compiler on Microsoft Windows (regardless of the version), you first have to download or buy a compiler as well as a linker and a resource compiler. However, compilers and linkers are not generally available separately, they usually come as part of an Integrated Development Environment (IDE), which includes project management facilities and code editors. Your IDE documentation will tell you how to run the built in compiler from the command line, however in an IDE this is seldom necessary as all compilation and linking can be achieved from within the IDE itself.
The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.
EditPlus is a plain-text editor. You use it to edit plain text, just as you would with Windows Notepad, albeit with a lot more features such as syntax highlighting. It cannot be used to run C and C++ programs directly, however you can integrate a 3rd-party compiler. I don't use EditPlus myself, but the documentation should tell you how to go about integrating your compiler.
Terminate and Stay Resident (TSR) programs are a DOS concept, not a Windows concept.
You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.
A native compiler is one that compiles programs for the same architecture or operating system that it is running on. For instance, a compiler running on an x86 processor and creating x86 binaries. A cross-compiler is one that compiles binaries for architectures other than its own, such as compiling SPARC binaries on a PowerPC processor.A cross compiler executes in one environment and generates code for another. A "native compiler" generates code for its own execution environment. For example, Microsoft Visual Studio includes a native compiler. It is used on the Windows platform to create applications that are run on the windows platform. A cross compiler could also execute on the Windows operating system, but possibly generate code aimed at a different platform. Many embedded devices, such as mobile phones or wasching machines, are programed in such way. Compilers generating cross-platform hyper code such as compilers for Java or any of the .NET languages fall somewhere in between these two basic compiler categories. Their nature depends on the exact use-case, and the angle under which you look at those when categorizing.
You should install a C or C++ compiler first.
The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.
You cannot run programming languages on a server. Or on a client, either.However a program made with a c++ compiler will run on a server or workstation as long as the compiler targets the OS of said server/workstation.(I have used the term compiler very loosely for the sake of brevity.)
EditPlus is a plain-text editor. You use it to edit plain text, just as you would with Windows Notepad, albeit with a lot more features such as syntax highlighting. It cannot be used to run C and C++ programs directly, however you can integrate a 3rd-party compiler. I don't use EditPlus myself, but the documentation should tell you how to go about integrating your compiler.
Yes.
we need compiler to run the programme. compiler will check the error in the problem. compiler can check the error with the help of run time compiler. they can be static or dynamically.
To make C++ code into an executable program, you need a compiler. Compilation of a program doesn't have to be on the same computer as the one it's intended to be used on.
To run windows 7 you need at least 4gb of ram
Yes, it will.
The C++ pre-compiler, compiler and linker. Each program must be run in sequence, one after the other, to produce the final machine code. Most IDEs include a build command that can automate the entire process.
It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.
You are probably thinking that Microsoft 2007 is office 2007. Office 2007 is a word processor that runs inside other operating systems, windows 7 is an operating system so office 2007 runs inside windows 7. Office 2007 can also run in windows vista and xp which are also both operating systems