Writing a Simple C++ Program

Поделиться
HTML-код
  • Опубликовано: 26 июн 2024
  • C++ Programming: Writing a Simple C++ Program
    Topics discussed:
    1. Basic introduction to the ‘main’ function.
    2. Elements of a function definition.
    3. An example of a complete C++ Program.
    4. Introduction to the concept of “Types”.
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Follow me on Instagram: @jaiz_itech (bit.ly/2M3xyOa)
    Contribute: www.nesoacademy.org/donate
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacademy.org/recommende...
    Website ► www.nesoacademy.org/
    Forum ► forum.nesoacademy.org/
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #CPPByNeso #CPP #SimpleCPPProgram

Комментарии • 159

  • @adrianvivas4953
    @adrianvivas4953 10 месяцев назад +20

    Hi from Argentina! Now I understand why India is going to be a Superpower....Thank you so much for the value you are giving to everyone!

  • @parulp9074
    @parulp9074 2 года назад +67

    I am really glad that i saw this video as nobody taught me ever in such an efficient and basic way . Thanks for making this video . Great job 👌

    • @loganhuyy2828
      @loganhuyy2828 11 месяцев назад +1

      ya hes presenting the info in a way that reminds me of 6th grade, as in its very easy to understand and is packed full of info. I am taking notes along with the video and this 10min video took a full page front and back.

  • @aishamanga9441
    @aishamanga9441 3 года назад +19

    Can post maybe twice in a week, I have finals in a month and I really love this channel😔 I’ve been waiting for this c++ tutorial playlist🥺

  • @guptsabyasachi346
    @guptsabyasachi346 Год назад +2

    I learned it a long time ago,
    I had forgotten it,
    Now with your help it has been revised . Thank you so much ,

  • @user-tl5lw7rc3m
    @user-tl5lw7rc3m 2 года назад +4

    Thanks for your efforts to simplify the information.

  • @mediumrocker4701
    @mediumrocker4701 Год назад +11

    Hey! Aspirant!!
    This is the bestest explanation you can get without much brain storming!

  • @rajashekarreddy907
    @rajashekarreddy907 3 года назад +24

    Sir please upload daily 1 video because we are 2022 passing out so that it is useful to learn . Either than studying at someother platforms

  • @jumana9544
    @jumana9544 Год назад +4

    Thank you very much sir for helping lots of students around the world including me 🙏🙏🙏

  • @rajavel_sa
    @rajavel_sa 3 года назад +276

    Even I know this topic , I just came here to like the video 😂

  • @Inntw10
    @Inntw10 Год назад +1

    you changed my life forever thank you.

  • @rtwodtwo9338
    @rtwodtwo9338 3 года назад +6

    I have to learn this language for writing an encryption program for the plans of Death Star and give it to princess Leia! Naso Academy may the Force be with you !

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 2 года назад +5

    fascinating content Neso Academy. I crushed that thumbs up on your video. Keep on up the solid work.

  • @hasbia2060
    @hasbia2060 Год назад +2

    good explanation! i'm a new student, this video help me to understand how to write the C++

  • @Veda_497
    @Veda_497 2 месяца назад +1

    Good explanation..... thank you respected sir..... everyone understands ur explanation....

  • @boidapz9971
    @boidapz9971 2 года назад +19

    EXERCISE
    A student is identified by the following elements:
     The registration number of the student;
     The name of the student;
     Date of birth of the student;
     Place of birth of the student;
     Department of the student;
     The level of studies;
     The option of the student;
     The gender of the student;
     List of subjects done by the student with associated credit values and marks;
     Telephone number of the student;
    1. Propose a class called Student with these components including getters and setters for each
    member data to represent a student.
    2. Propose a data structure to be used to store a total of 500 students.
    3. Give the declaration and definition of the different constructors of the class Student:
    a) It takes two parameters assigned respectively to the registration number and the name.
    The gender by default is assigned as male.
    b) It takes three parameters to be assigned to the registration number, the name and the
    Telephone number of the student respectively.
    c) It takes as parameters The registration number, name, date of birth, place of birth,
    Department, level of studies, option of the student, gender, subjects done by the student
    with associated credit values and telephone number of the student
    to be assigned to the corresponding member data.
    4. Add a method called registration that will be used to register a new student. displays the
    information of a Student.
    5. Add a method called display that displays all the information of a registered Student.
    6. Add a member function called average that will evaluate and return the average of a
    registered student.
    7. Add a member function called search that uses the registration number of the student and
    returns all his information it the Student is registered.
    4. Add a member function called grade that takes in the average of a student and returns his
    corresponding grade based on the following criteria.
    Range of the average grade
    average

  • @lemitube5146
    @lemitube5146 2 года назад

    i am happy to see programming looks like this one.

  • @bivasmandal7506
    @bivasmandal7506 Год назад +5

    Just to be more specific, the operating system calls a function called _start to run the program, this function is defined in the compiler, it basically setup some variables(like std::cout), calls constructors of the global variables and do some setup then this function will call the main function, so there is stuff done before the main.
    Also the value returned by main isn't directly going back to the os, it will return to _start that is then going to make a system call to end the program with the returned value from main.
    21

    • @Ars0980
      @Ars0980 Год назад +1

      It was so useful for my exam

  • @jeezz4128
    @jeezz4128 3 года назад +6

    Nice explanation ... also upload playlist on machine learning algorithms with implementation

  • @amirgardia4330
    @amirgardia4330 3 года назад +6

    Excited for next video...😍😍... please sir upload next video...can't wait for next video....ur expaination is simply but excellent

  • @lekhuonghuynh689
    @lekhuonghuynh689 2 года назад +3

    Woah, great work, teacher!

  • @FunMotivatation
    @FunMotivatation 7 месяцев назад +1

    Watching from PAKISTAN thanks Sir now iam moving toward lecture 3

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 3 года назад +4

    I love Neso Academy.❤️💝😊

  • @Debugerr
    @Debugerr 3 года назад +5

    Syntax and basic contructs are pretty intutituve, i will suggest to start from oops concept in that way people can be benifited more

  • @rheniuspaul389
    @rheniuspaul389 3 года назад +5

    Great sir! looking forward for more problems.

  • @newrulesports546
    @newrulesports546 4 месяца назад

    Thank you sir🙏☺️The way of teaching is really awesome 💖💫

  • @Shanmukha19
    @Shanmukha19 3 года назад +17

    May be it's hard to understand the terms for who are new to programming, but those who knows c are very easy to understand it.
    Anyhow thanks a lot neso academy💓💓.

  • @quiz-blasters227
    @quiz-blasters227 Месяц назад

    Thank you. Very nice.

  • @anjanshettyr1555
    @anjanshettyr1555 3 года назад +2

    Thank you so much ❤️

  • @potato5087
    @potato5087 2 года назад +1

    helped me a little i coukdnt really focus in my school and i missed this topiccc
    .

  • @MuneshKr
    @MuneshKr 3 года назад +15

    Could you please upload 2 videos daily

  • @mohammedabe604
    @mohammedabe604 Год назад

    thank you fantastic tutor

  • @bhupendrasahu2282
    @bhupendrasahu2282 Год назад

    Great video thanks

  • @bhawanabhatt4369
    @bhawanabhatt4369 3 года назад +3

    Yeah it works ❤️❤️ thank uuu

  • @rehaanhussain1787
    @rehaanhussain1787 Год назад

    So Help full

  • @TameTeshome
    @TameTeshome 26 дней назад

    Thanks 🙏

  • @karthigasivakumar-yn8ss
    @karthigasivakumar-yn8ss 8 месяцев назад

    Thank you sir

  • @Lita1
    @Lita1 Год назад +3

    A very interesting course I liked this video yes!!!!👍😅

  • @MuhmmadShadeed
    @MuhmmadShadeed День назад

    Thanks ❤

  • @sandhyarajput1096
    @sandhyarajput1096 Год назад

    Thank you very much 🙏

  • @pandujppandujp9122
    @pandujppandujp9122 Год назад

    Really superb

  • @udaytiwari2855
    @udaytiwari2855 2 года назад

    Thanks Sir❤️

  • @gokulyeswanth7083
    @gokulyeswanth7083 3 года назад +3

    Waiting for upcoming c++ video 🔥

  • @deveshkumarsingh5271
    @deveshkumarsingh5271 3 года назад +2

    It is a very nice video👍🙏

  • @learninginstudentscafe7284
    @learninginstudentscafe7284 3 года назад

    Excellent

  • @amadoutraore1967
    @amadoutraore1967 2 года назад

    Thank you

  • @user-mv3dg7in8f
    @user-mv3dg7in8f 6 месяцев назад +1

    I wish to you that go should bless you thanks for your help.

  • @delandngong4165
    @delandngong4165 Год назад

    Thank you 😊👌

  • @Anurag_Nahak
    @Anurag_Nahak Год назад

    Thank you❤❤

  • @muhammadshoaib4837
    @muhammadshoaib4837 3 года назад +3

    It will take at least one year to learn basics of cpp at this speed

  • @atularyan633
    @atularyan633 3 года назад +2

    Please provide the lecture on web devolpment 🙏🏻

  • @adshagracy7401
    @adshagracy7401 2 года назад

    Super coaching

  • @kendara3343
    @kendara3343 3 года назад +1

    Sir explain compiler High level language converter to binary

  • @user-xb1lk5cw1g
    @user-xb1lk5cw1g 9 месяцев назад +1

    Thank you so much sir😊😊😊😊😊😊😊

  • @learninginstudentscafe7284
    @learninginstudentscafe7284 3 года назад

    Good job

  • @siddhantyadav4531
    @siddhantyadav4531 3 года назад

    Please Upload all videos of Data Structures

  • @shubhamagrawal78
    @shubhamagrawal78 3 года назад

    Please upload DSA also of C++

  • @ametorwodojustice821
    @ametorwodojustice821 2 года назад

    Thanks

  • @ebinebi8475
    @ebinebi8475 Год назад +1

    എന്റെ പൊന്നോ ഇത് കിടു 👏🏼👏🏼

    • @suhail9525
      @suhail9525 Год назад

      Practical examinu വേണ്ടി വന്നതാണോ🤌🏻🤣

  • @mabellattice5342
    @mabellattice5342 Год назад

    thanks

  • @abhijithswathi7293
    @abhijithswathi7293 2 года назад

    Very Very Simple 👌

  • @ishikapal922
    @ishikapal922 3 года назад

    Tqq so much sir

  • @pravinbhaijani358
    @pravinbhaijani358 2 года назад +2

    Please any one give me suggestions that , from where I should do algorithm ?,
    Because in our syllabus data structure and algorithm both are come..But in nezo academy i can't found algorithm

  • @21AniketThakre
    @21AniketThakre 3 года назад +1

    Waiting to learn from you sir ,
    I denied other sources to learn form.

  • @sinanahammed2749
    @sinanahammed2749 2 года назад

    Thank youu🤍

  • @user-nm3gw1hm2b
    @user-nm3gw1hm2b 6 месяцев назад

    Sir kindly upload video about function in c++

  • @dharmiksiddhpura6868
    @dharmiksiddhpura6868 3 дня назад

    Sir can we give any integer except of 0

  • @varunsood7899
    @varunsood7899 3 года назад +3

    Sir Can we return 1 also 2 also and so on. Like return 1,return 2 ,return n(n be any integer) . Also sir return -1 , return -2 etc. Please sir tell

  • @mahavirpanchal8726
    @mahavirpanchal8726 3 года назад

    Best❣🙏

  • @siddhantyadav4531
    @siddhantyadav4531 3 года назад +2

    Data Structures playlist is incomplete

  • @idontexist1831
    @idontexist1831 6 месяцев назад

    Wow...i actually understand

  • @bibinthomas592
    @bibinthomas592 3 года назад +3

    Please try to upload videos daily.

  • @Johnstoneloitemu
    @Johnstoneloitemu 4 месяца назад

    What does the word syntax mean in c plus plus
    ?

  • @manusharma9089
    @manusharma9089 3 года назад +2

    sir when OOP will start ?

  • @ranasaani
    @ranasaani Год назад +1

    Good morning teacher

  • @varrun.
    @varrun. Год назад

    What happens if I put return a value 1 instead of 0

  • @kalyanirutkute6752
    @kalyanirutkute6752 Год назад

    Nice

  • @aquamarinedream8304
    @aquamarinedream8304 Год назад +1

    Why would you put "return 0" when the integer is not visibly returned? You ran the program & I didn't see a '0' anywhere. Makes it seem useless?

  • @khankhichi9047
    @khankhichi9047 3 года назад

    If we write return 5 then the output is???

  • @afanoromolyricsofficial
    @afanoromolyricsofficial Год назад

    done!

  • @namanalinamanali2016
    @namanalinamanali2016 2 года назад

    Plz made the more videos in easy word to make the skills in c++ language plz plz

  • @mohdbasit5630
    @mohdbasit5630 2 года назад

    Guys Who are passionate to again learn c++ are here in Neso
    Academy.
    Thoka taali 👇👇👇👇

  • @AlanAlexVlogs
    @AlanAlexVlogs Год назад +1

    Sir is this related with Arduino

  • @satyajitmanna8501
    @satyajitmanna8501 2 года назад

    Nice ❤️sir

  • @allsportsnews7430
    @allsportsnews7430 2 года назад

    No 03 and 04 C++

  • @annettewairimu5542
    @annettewairimu5542 5 месяцев назад

    i tried to run this code just now are there was an error iostream> no such file or directory

  • @ayeshanazir9896
    @ayeshanazir9896 Год назад

    How to get these slides?

  • @AntarikshRajkonwar
    @AntarikshRajkonwar Год назад

    14/10/22 8:11pm

  • @tgkkarthikshorts
    @tgkkarthikshorts Год назад

    Bro we don't have . ???

  • @sanchitroy6355
    @sanchitroy6355 3 года назад

    Sir plzz upload videos twice ina day

  • @nandkishore7493
    @nandkishore7493 3 года назад

    Sir 🙏 upload more video

  • @VikasYadav-ww5gm
    @VikasYadav-ww5gm 2 месяца назад

    How I can get notes/ppts

  • @ethssinia6994
    @ethssinia6994 2 года назад +1

    i like it

  • @samaiqashafique9013
    @samaiqashafique9013 3 года назад

    Keep it up plzz

  • @abhinavanand522
    @abhinavanand522 2 года назад

    i like your video

  • @pahadimonk1548
    @pahadimonk1548 3 года назад

    Bro r u going to upload regular Video's

  • @_Who_u_are
    @_Who_u_are 3 года назад

    YEaaaaahhh...I am here 😁😁😁

  • @easytolearnwithm.zeeshan
    @easytolearnwithm.zeeshan Год назад

    AOA,Mera masla ye hay ky .cpp format me file save nahi ho parahi .exe extension me file save hoti hay .cpp ki file create nahi ho parahi hay. Extension .cpp ki b di hay lekin .exe me file ban jati hay ye nichy pick chk karly.shukria.

  • @khadkabaniya4545
    @khadkabaniya4545 Год назад

    count

  • @manojkumarn1415
    @manojkumarn1415 3 года назад

    Can you please send me c language full syllabus videos

  • @PathToALLAH31
    @PathToALLAH31 Год назад

    ❤❤❤❤