Before we start learning C++, i have to tell you that as you already know C++ is a language just like English, Urdu etc. and the main goal of learning a language is to communicate whether its an order, request or just information passing. In the same way C++ is a language to communicate between user (programmer) and computer (through compiler).
As we already know computer knows only 0's and 1's and it understand everything using combination of 0'2 and 1's. It may seems confusing a t a first glance that how can someone even if its a machine can understand everything using 0's and 1's or the various combinations of 0's and 1's like 001,100 etc. But you know in rel life too, we understand or communicate everything using alphabets but we are not having only 26 names in this world but millions of names and things using combination of these alphabets i.e. a-z or A-Z or the various combinations of these alphabets like JAYA and AJAY are having equal no. of A(2), J(1) and Y(1) but using different combination of same characters
As we already know computer knows only 0's and 1's and it understand everything using combination of 0'2 and 1's. It may seems confusing a t a first glance that how can someone even if its a machine can understand everything using 0's and 1's or the various combinations of 0's and 1's like 001,100 etc. But you know in rel life too, we understand or communicate everything using alphabets but we are not having only 26 names in this world but millions of names and things using combination of these alphabets i.e. a-z or A-Z or the various combinations of these alphabets like JAYA and AJAY are having equal no. of A(2), J(1) and Y(1) but using different combination of same characters
No comments:
Post a Comment