Posts about language

Follow this feed RSS

posted by Tanseer

In this article, we will explore the core elements of C++, including the Hello World program, data types and variables, operators and expressions, control structures, and functions. By the end of this guide, you will have a solid foundation in C++ syntax and be able to write simple programs.

posted by Tanseer

In this blog, I'll go through some basic concepts of PHP language

posted by Tanseer

Learn how to control the flow of program execution (if…else, loops, etc.), functions, Object-Oriented Programming, different usage and future of the language in the programming world.

posted by Tanseer

This post will give you an overview of python language, how to set it up and run python scripts on your machine.