Library tutorials & articles
A Quick view from C/C++ to C#
Introduction
There are many programming languages to program a computer. The most popular and basic ones are Basic, C, C++, Pascal, Java, and Assembler. Machine language is a collection of instructions, which controls the computer’s hardware. Many programming languages are compilers and some programming languages are interpreters. Compilers translate the entire program into machine language before executing any of the instructions while interpreters proceed through a program by translating and then executing single or small groups of instructions such asline by line or statement by statement.
Actually, both compilers and interpreters are computer programs. That means C and C++ are computer programs that accept the inputs and generate an output. They accept source codes as inputs and generate object codes as an output.
Related articles
Related discussion
-
WinGDB - Linux debugging under Visual Studio
by WinGDB (0 replies)
-
Programmers in Trinidad and Tobago
by alacom (1 replies)
-
Can somebody help: CAsyncSOcket class (Client-server networking)
by chong (7 replies)
-
Weird problem for devenv command build failed.
by anson78 (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by Hexfinity (2 replies)
This thread is for discussions of A Quick view from C/C++ to C#.