Rabu, 14 September 2016

Compiler, Integrated development environment ( IDE ) ( Explaination, Download, Install, How-To)

Integrated Development Environment = Integrated Development Environment (IDE) is a software suite that consolidates the basic tools developers need to write and test software. Typically, an IDE contains a code editor, a Compiler or Interpreter and a debugger that the developer accesses through a single graphical user interface (GUI).

Compiler = A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor use

Interpreter = computer language processor that translates a program line-by-line (statement-by-statement) and carries out the specified actions in sequance


Download And Installing Microsoft Visual Studio 2012 Ultimate (MVS2012)

1. First, Type in google "Download Microsoft Visual Studio 2012" and Click Link from Microsoft 
2. Second, Scroll down and click download button
3. Third, check the FILE NAME and click next. and your MSV2012 be downloaded
 4. Fourth, Click on the circle

5. Fifth, Click "I Agree to the license terms and condition" and press next button
 
 6. Sixth, Mark the "Select all" and press the install button





7. Seventh, wait installing process




















8. Eight, Install is finish and press restart button to synch the computer




















How-To Basic.
After, installing the the program now we can proceed to programing concept first basic is "Hello World" so lets begin :

1. Open the visual studio (for windows 7 win button > type visual studio > Click ) 
2. Click New Project ( There are two ways first click "New Project" or File > New > Project








3. Choose "Win32 Console Application" and Press Ok













4. After That, Click Next And Check "Console Application" And "Empty Project

 

















5. Right Click mouse Consoleapplication10 (Project Name) > Add > New Item













6. Choose C++ File(.cpp) and Click Next


7. Next, Type The Like The example

  • #include <stdio.h>
  • void main()
  • {
  •         printf("Hello World! \n");
  • }
     
    For "Hello World!" you can change it as you like as long not forget put(")
      


And Debug > Start Debugging

8. If Command Prompt (cmd) Response like the image it is means your program is success

 








Know You are know Differences between Compiler, IDE, interpreter. and know how to download, install, and How-To First programming, i hope you enjoy my blog

See Ya

Reference :
http://www.businessdictionary.com
http://whatis.techtarget.com/
http://searchsoftwarequality.techtarget.com
http://wikipedia.com 
how  the
Read more: http://www.businessdictionary.com/definition/interpreter.html

Tidak ada komentar:

Posting Komentar