This cheet sheat is made by Ahmed Ibrahim ❤️
This cheet sheat summaries the key points from my YouTube video about the this
keyword
echo "Do you love anas elgarhy? (y/n)" | |
read love | |
if [[ $love == "y" ]] | |
then | |
# get the distro name | |
distro=$(lsb_release -si) | |
req_pkgs="zip scrot cowsay" | |
# Install the required packages |
<!doctype html> | |
<html> | |
<head> | |
{% block head %} | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="{{ url_for('static', path='css/style.css') }}" rel="stylesheet"> | |
<title>{% block title %} | |
{{ '%s | Your Name' % title or 'Your Name' }} | |
{% endblock %} |
This cheet sheat is made by Ahmed Ibrahim ❤️
This cheet sheat summaries the key points from my YouTube video about the this
keyword
لغة الـسي بلس بلس strongly-typed language، يعني كل variable هـنعملو declaration لازم نحدد الـ data type بتعتو الأول، دا عشان نعرف الـ compiler بالحجم اللي هيحجزو ف الـ memory للـ variable، الحجم هيكون حسب الـ data type لأن كل data type بتاخد مساحة معينة فـ الـ memory، الـ data types فـ الـ ++C ليها أنواع اساسية(Primary)، مشتقة(Derived) و أنواع أحنا بنعملها(User Defined).