Forwarded from C++ Basic 2018 (Batch-2)
๐ข Struggling with C++? We've Got You Covered! ๐
๐ Are you a pre-engineering student feeling lost in the world of C++?
๐คฏ Overwhelmed by complex codes and confusing concepts?
๐ Programming with Faith is here to change that! ๐
Join our Telegram Channel and unlock:
โ Simplified Lessons โ Complex topics broken down into bite-sized, easy-to-understand concepts ๐งฉ
โ Step-by-Step Guidance โ We walk you through everything, from basics to advanced ๐ป
โ Programmer's Mindset โ Learn how to THINK like a true programmer, not just memorize code ๐ง
โ Friendly Community โ Ask questions, share doubts, and grow with fellow learners ๐ค
โ Regular Updates โ Fresh content, tips, and tricks delivered straight to your Telegram ๐ฒ
๐ฏ Our Mission? To make C++ your STRONGEST subject!
๐ Join us now:
@ProgrammingWithFaith2018
๐ฌ Let's code with faith and conquer C++ together! ๐ชโจ
#ProgrammingWithFaith #LearnCPlusPlus #PreEngineering #CodingMadeEasy #TelegramLearning
๐ Are you a pre-engineering student feeling lost in the world of C++?
๐คฏ Overwhelmed by complex codes and confusing concepts?
๐ Programming with Faith is here to change that! ๐
Join our Telegram Channel and unlock:
โ Simplified Lessons โ Complex topics broken down into bite-sized, easy-to-understand concepts ๐งฉ
โ Step-by-Step Guidance โ We walk you through everything, from basics to advanced ๐ป
โ Programmer's Mindset โ Learn how to THINK like a true programmer, not just memorize code ๐ง
โ Friendly Community โ Ask questions, share doubts, and grow with fellow learners ๐ค
โ Regular Updates โ Fresh content, tips, and tricks delivered straight to your Telegram ๐ฒ
๐ฏ Our Mission? To make C++ your STRONGEST subject!
๐ Join us now:
@ProgrammingWithFaith2018
๐ฌ Let's code with faith and conquer C++ together! ๐ชโจ
#ProgrammingWithFaith #LearnCPlusPlus #PreEngineering #CodingMadeEasy #TelegramLearning
โค2
Forwarded from C++ Basic 2018 (Batch-2)
โกโกโกโกโกโกโกโกโกโกโกโกโกโก
แญแ composition แฐแแ แตแญแญแ แแแ แ แแ แต in many senses:
#alphabetically - แ แแต program แแแ แ แแ แแฐแแต แแแ แ แแ แตแข
#lexically - แฅแซแแณแแฑ programming language แจแซแฑ dictionary แ แแ; แญแ แฐแแ แจnatural language dictionary แ แฅแ แแแ แซแ แแแข
#syntactically - แฅแซแแณแแฑ แแแ แจแซแฑ แญแแ แ แ แ แแ แฅแแ they must be obeyed for communication to occur
#semantically - the program has to make sense
แแแญ แแ program แจแแแ แฐแ แแณแณแต แญแฝแแ แจแแซแ แแ แฐแแ Each of them can cause the program to become completely useless.
แแแณแ แ แแต program แ แตแญแญแ แ แแฝแแ แฅแแ แฅแแตแฅแฃ แฎแแแแฐแซแฝแ แญแแ program execute แฅแแฒแซแจแแแ แ แแแต แแ แจแแแณแแจแ?๐ค
แจแแแแแ program in to a machine language render แแจแ แญแแญแฅแแแฃ Luckily, the translation can be done by a computer itself, making the whole process fast and efficient.
High Programming Language แแฐ machine language แจแแแแญแญแฃแธแ แแแต แแแแถแฝ แ แ:
โกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโก
#1_COMPILATION - source program แ แแด translated แญแแแ (however, แญแ แ each time source code แ แฐแแซแจแจ แแฅแญ modify แฅแแจแแแ by getting a file (e.g., an .exe file if the code is intended to run under MS Windows) machine code แจแซแ แแแต แแ; then create แซแจแแแแ file distribute แแจแ แฅแแฝแแแ ; แญแแแ translate แจแแซแจแแแ program compiler แแญแ translator แญแฃแแแข
Eg of compiled languages: C, C++, C#
โกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโก
#2_INTERPRETATION - แจแ แแต written code แฐแ แแ แแ source program each time run แแจแ แฒแแแ translateแซแจแแแ; แญแแแ แจแแซแจแแแ program แฐแแ interpreter แญแฃแแแฃ แ แตแฐแญแแ แฅแแฐแแแต แแแข แแญแแซแฑ แฐแแ everytime code execute แ แแแแ แแฅแญ แตแแแฐแจแแแแ แแแข interprets the code every time it is intended to be executed;
แญแ แแแต แฐแแ source code แแญ แฅแแณแ distribute แแจแ แ แแฝแแ แแแต แแแฃ แแญแแซแฑแ the end user codeแกแ execute แแแจแ แ แตแฐแญแแ(interpreter) แซแตแแแแแแข
Eg of Interpreted languages: Python, JavaScript
Any programming language แจแฅแแแ แจแแแฑ แแซแจแ แแ แจแแแฐแ แแข
There are very few languages that can be both compiled and interpreted. usually, compiled programs run faster than interpreted programs.
@ProgrammingWithFaith2018
#ProgrammingWithFaith #LearnCPlusPlus #PreEngineering #CodingMadeEasy #TelegramLearning
#ProgrammingWithFaith
โกCompilation vs. interpretationโก
Computer programming แจแ แแต programming language elements แจแแแแแแ แแคแต แฅแแฒแซแแก แ แ
แฐแ แฐแจแฐแ แจแแแแ แญ แฐแแฃแญ แแแข The effect could be different in every specific case - it's up to the programmer's imagination, knowledge and experience. แญแ composition แฐแแ แตแญแญแ แแแ แ แแ แต in many senses:
#alphabetically - แ แแต program แแแ แ แแ แแฐแแต แแแ แ แแ แตแข
#lexically - แฅแซแแณแแฑ programming language แจแซแฑ dictionary แ แแ; แญแ แฐแแ แจnatural language dictionary แ แฅแ แแแ แซแ แแแข
#syntactically - แฅแซแแณแแฑ แแแ แจแซแฑ แญแแ แ แ แ แแ แฅแแ they must be obeyed for communication to occur
#semantically - the program has to make sense
แแแญ แแ program แจแแแ แฐแ แแณแณแต แญแฝแแ แจแแซแ แแ แฐแแ Each of them can cause the program to become completely useless.
แแแณแ แ แแต program แ แตแญแญแ แ แแฝแแ แฅแแ แฅแแตแฅแฃ แฎแแแแฐแซแฝแ แญแแ program execute แฅแแฒแซแจแแแ แ แแแต แแ แจแแแณแแจแ?๐ค
แจแแแแแ program in to a machine language render แแจแ แญแแญแฅแแแฃ Luckily, the translation can be done by a computer itself, making the whole process fast and efficient.
High Programming Language แแฐ machine language แจแแแแญแญแฃแธแ แแแต แแแแถแฝ แ แ:
โกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโก
#1_COMPILATION - source program แ แแด translated แญแแแ (however, แญแ แ each time source code แ แฐแแซแจแจ แแฅแญ modify แฅแแจแแแ by getting a file (e.g., an .exe file if the code is intended to run under MS Windows) machine code แจแซแ แแแต แแ; then create แซแจแแแแ file distribute แแจแ แฅแแฝแแแ ; แญแแแ translate แจแแซแจแแแ program compiler แแญแ translator แญแฃแแแข
Eg of compiled languages: C, C++, C#
โกโกโกโกโกโกโกโกโกโกโกโกโกโกโกโก
#2_INTERPRETATION - แจแ แแต written code แฐแ แแ แแ source program each time run แแจแ แฒแแแ translateแซแจแแแ; แญแแแ แจแแซแจแแแ program แฐแแ interpreter แญแฃแแแฃ แ แตแฐแญแแ แฅแแฐแแแต แแแข แแญแแซแฑ แฐแแ everytime code execute แ แแแแ แแฅแญ แตแแแฐแจแแแแ แแแข interprets the code every time it is intended to be executed;
แญแ แแแต แฐแแ source code แแญ แฅแแณแ distribute แแจแ แ แแฝแแ แแแต แแแฃ แแญแแซแฑแ the end user codeแกแ execute แแแจแ แ แตแฐแญแแ(interpreter) แซแตแแแแแแข
Eg of Interpreted languages: Python, JavaScript
Any programming language แจแฅแแแ แจแแแฑ แแซแจแ แแ แจแแแฐแ แแข
There are very few languages that can be both compiled and interpreted. usually, compiled programs run faster than interpreted programs.
@ProgrammingWithFaith2018
#ProgrammingWithFaith #LearnCPlusPlus #PreEngineering #CodingMadeEasy #TelegramLearning
#ProgrammingWithFaith
โค4๐ฅ4๐1