Тёмный
No video :(

difference between C and C++ | OOPs in C++ | Lec - 6 | Bhanu Priya 

Education 4u
Подписаться 895 тыс.
Просмотров 141 тыс.
50% 1

compare C and C++

Опубликовано:

 

27 дек 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@calvinkoay1939
@calvinkoay1939 4 года назад
Basically, in c++, the programmer is 'spoonfeeded' with various built in functions and algorithms like sorting, searching, string manipulations etc and data structures like linked lists, queue, graphs, etc. However, in C everything, infact all data structures and algorithms are not built in and need to be implemented by the programmer himself.
@calvinkoay1939
@calvinkoay1939 4 года назад
Another major difference
@malaykumar7991
@malaykumar7991 4 года назад
Madam, not only the readout the difference but also explain the meaning of each important point.
@robinkumar9021
@robinkumar9021 5 лет назад
good explanation of difference between c and c++
@UserUrsFav
@UserUrsFav Год назад
big fan of u ...thank u mam...better than my faculty got clear notes...today is my exam and its 2...will see all of ur stuff
@arvindd2265
@arvindd2265 4 года назад
Whether C Language and C# are same or different?
@SharpSideYT
@SharpSideYT 2 года назад
5:09
@chakricherukuri7944
@chakricherukuri7944 3 года назад
Yeah
@divyag6690
@divyag6690 3 года назад
Hi Ma'am If we use structure in c then example is same as c++ right. It will also can create object for Raghu and Hari right. And it will print both data right. Please correct me if I'm wrong.
@vinshuchaudhry6383
@vinshuchaudhry6383 3 года назад
i was thinking the same
@mudhitkumar
@mudhitkumar 4 года назад
good explanation.
@YamakichhaKA37
@YamakichhaKA37 4 года назад
Mam your teaching was excellent. proud of you
@kirubababu7127
@kirubababu7127 5 лет назад
Well, I need more examples for what you taught in theory. One example is not enough, but clear explanation
@amuthac8459
@amuthac8459 5 лет назад
excellent teaching. Clear explanation.
@notsoclearsky
@notsoclearsky 5 лет назад
Except this information is of 20th century. C and C++ are much different now. If you follow the guidelines of this teacher, you won't get any job in modern industries and companies.
@malinimalinim1846
@malinimalinim1846 5 лет назад
Excellent teaching👌👌👌👌👌👌
@Awwe12675
@Awwe12675 6 лет назад
شكرًا اختي على المعلومات
@devanshisoni3532
@devanshisoni3532 6 лет назад
What is virtual function?
@shubhammishra1294
@shubhammishra1294 6 лет назад
Great
@mubarakvaii8564
@mubarakvaii8564 5 лет назад
English book me v lekha hai so u can speak in hindi
@nonameherecu
@nonameherecu 5 лет назад
Thanks you Madam for good and easy explanation ..
@tablethesab2288
@tablethesab2288 4 года назад
I couldn't focus on the video because of your english
@required.
@required. 5 лет назад
Thanks mam
@AmeerHamza-cy6km
@AmeerHamza-cy6km 6 лет назад
Ok
@Mrsainivines
@Mrsainivines 5 лет назад
pura nhi dikh rha ek sath
@apparte462
@apparte462 6 лет назад
thanks anti g
@vishalmore74
@vishalmore74 6 лет назад
Nice teaching
@vision6053
@vision6053 5 лет назад
wlkm
@amanraj-ch8mt
@amanraj-ch8mt 5 лет назад
😘😘
@saitejateju3784
@saitejateju3784 6 лет назад
do a video of what is constuctors and types of constructors in c++ can u do it fast plz nice teaching
@education4uofficial
@education4uofficial 6 лет назад
thanks for watching...see our channel for more related videos..
@misbahwellington7684
@misbahwellington7684 2 года назад
I need lecture 5 in oops concept
@AshishKumar-wb8ev
@AshishKumar-wb8ev 6 лет назад
which one is most useful for developing games c or c++?
@some_one1114
@some_one1114 6 лет назад
zintTec python is best bro
@AmeerHamza-cy6km
@AmeerHamza-cy6km 6 лет назад
C++ and java
@raghuram6852
@raghuram6852 5 лет назад
C++
@mikaelj2368
@mikaelj2368 5 лет назад
Start with C, both are the same at the core. Then use the C++ features you like/find useful. I make games in pure C.
@mikaelj2368
@mikaelj2368 5 лет назад
@@some_one1114 Lol, no.
@amanraj-ch8mt
@amanraj-ch8mt 5 лет назад
Your voice is so nice
@ZeitnotZeest
@ZeitnotZeest 5 лет назад
can we be friends mam? :)
@1conscience0dimension
@1conscience0dimension 3 года назад
useless if not knowing already well the points
@G33KN3rd
@G33KN3rd 5 лет назад
first off, C++ is not and hasn't been a superset of C since C99 standards. C++ is a superset of C90 which is outdated C. 2nd off, modern C programs *CANNOT* compile with a C++ compiler, they're not the same language. 3rd, C++ expressions are not the same as C expressions as there are changes. 4th, C DOES have virtual functions, they're called function pointers and they're more flexible. 5th, C does have polymorphism, you use function pointers... 6th, The teacher lied again, in C you can add floats and integers and together; Operator overloading is changing the meaning of the operators which is not good because then people reading your code will have to think and know whether your plus sign really means plus or something else, making the other person get confused for no reason. 7th, Top-Down and Bottom-Up can be used in C as well, there are no languages that restrict that... 8th, "Mapping between Data and Function is difficult and complicated", yea it's difficult and complicated if you're stupid. 9th, "C requires all the variables to be declared at the starting of scope", Yea in OLD C... Why are you retards programming in old C? Use C99 or C11... 10th, C does have inheritance; if you know how structs and pointers work, you can do inheritance, don't lie... 11th, C does have exception handling, it's literally in "signal.h" header... 12th, Why did you make an object for C++ but use a single variable for C? That's fucking cheating you idiot. No wonder you Hindus can't code for shit, you have bad teachers, who know absolutely nothing, lying to your faces and you're just students, you don't know if they're lying or not so you have no choice but to regard them as true.
@notsoclearsky
@notsoclearsky 5 лет назад
Exactly what I thought while I was watching this stupid video. Reported.
@vinayvenkatesh1471
@vinayvenkatesh1471 4 года назад
Hey bloody there is no scope for scolding , by mentiong Hindu , u also learnt this by someone's or some source , first of all u learn common sense atleast
@truthtrust9365
@truthtrust9365 2 года назад
Can you tell me if i learn c then c++ easy for me Or not
@maniaujla2497
@maniaujla2497 5 лет назад
Madam tuhada baby rola pa raheya vich bahut parishan karda hau tuahanu
@sukshithshetty4847
@sukshithshetty4847 5 лет назад
Soo many mistakes while speaking and explaining.
@pallavithakur3395
@pallavithakur3395 5 лет назад
Thanks mam
Далее
How different are C and C++? Can I still say C/C++?
10:25
10 years of embedded coding in 10 minutes
10:02
Просмотров 390 тыс.
Difference between C and C++
10:17
Просмотров 30 тыс.
pointer vs reference in c++
12:36
Просмотров 5 тыс.