Programming_IT
552 subscribers
27 photos
2 videos
3 files
77 links
Behind every mouse click and touch-screen tap, there is a computer program that makes things happen. Follow and like my page if you are tech addict. I am here to teach you all kind of latest technologies and programming languages.
Download Telegram
Channel created
Channel name was changed to Β«Programming_ITΒ»
Channel photo updated
HTML
Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
Introduction to C++

C++, as we all know is an extension to C language and was developed by Bjarne stroustrup at bell labs. C++ is an intermediate level language, as it comprises a confirmation of both high level and low level language features. C++ is a statically typed, free form, multiparadigm, compiled general-purpose language.

C++ is an Object Oriented Programming language but is not purely Object Oriented. Its features like Friend and Virtual, violate some of the very important OOPS features, rendering this language unworthy of being called completely Object Oriented. Its a middle level language.
How to unroot your AndroidπŸ‘‡πŸ‘‡

Method  Using SuperSU

Launch the SuperSU app. ..

😈Tap the "Settings" tab.

😴Scroll down to the "Cleanup" section.

πŸ€”Tap "Full unroot".

🀒Read the confirmation prompt and then tap "Continue".

Reboot your device once SuperSU closes.
Guys free to ask questions .... So tht accordingly we will post
What is Virtualization?
Virtualization is a logical isolation of users’ requests for services from the physical resources that actually provide those services. Technically speaking, Virtualization is a technique of dividing computer physical resources into multiple Virtual Computing Environments (VCE) by employing various techniques like hardware and software partitioning, time-sharing, partial or complete machine simulation, emulation, QoS and many more.
A very common example of virtualization that most users are already familiar with is virtual memory. Virtual memory enables a computer system to appear to have more memory than is physically installed on a particular system. Virtual memory is a memory-management technique that enables an operating system to see and use non-contiguous segments of memory as a single, contiguous memory space. Virtual memory is traditionally implemented in an operating system by means of paging, which enables the operating system to use a file or dedicated partition on hard disk to save pages of memory that are not actively in use.