Welcome to Programming World!
We Offer You Range of Material to learn Programming
There are various types of different code, depending on what you want to develop. And different programming languages that each have their own set of rules. But basically, coding is giving instructions to a computer in order to produce a desired outcome.
What is C++?
​
C++ is a cross-platform language that can be used to create high-performance applications.
​
C++ was developed by Bjarne Stroustrup, as an extension to the C language.
​
C++ gives programmers a high level of control over system resources and memory.
​
The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++17.
​
What is Java?
​
Java is a popular programming language, created in 1995.
It is owned by Oracle, and more than 3 billion devices run Java.
​
It is used for:
​
-
Mobile applications (specially Android apps)
-
Desktop applications
-
Web applications
-
Web servers and application servers
-
Games
-
Database connection
-
And much, much more!
​
What is HTML?
​
-
HTML stands for Hyper Text Markup Language
-
HTML is the standard markup language for creating Web pages
-
HTML describes the structure of a Web page
-
HTML consists of a series of elements
-
HTML elements tell the browser how to display the content
-
HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
​