C++ Bank Management System (OOP) with source code in Urdu/Hindi

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

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

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

    Amazing Sir....
    Ap bohut axha samjhaty ho....pehlii baar programming Easy laagii mujhy🥺....

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

    Dear all, Please see the Presentation Contents of your Semester Project. 1. Introduction 2. Problems which your project resolve. 3. Usecase & Sequence Diagram of your Project. 4. Advantage of your Project 5. Relations which you use in your Project. 6. Conclude Your Project. Best of Luck to You All.

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

    You explain it in a very easy manner....than you sok much bhaiya😁👍

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

    Very understandable code thank you sir❤

  • @HasanAhmed-jn8zs
    @HasanAhmed-jn8zs 3 года назад +2

    Hay bro iam not understand Indian language but i love Salutation word which is alsalamo alikom

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

    baki bro bohat ala samaj ayi

  • @hajraamjad-qr2nn
    @hajraamjad-qr2nn Год назад +1

    start p jab person[100] array bnai hai to iski data type khan declare ki ha ?

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

    I downloaded your source file and edit it with save data in file and Read data from file options

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

    well explained , really loved it

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

    Good job 👍

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

    Sir Error in void bank::del()..........for(int j=i;j

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

    Can you plz show the project of Bank management system using inheritance, composition,and aggregation
    Plz reply fast

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

      inheritance used in it but this time have not available any project with composition and aggregation

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

    Bro you are using 1 class in this project. I wanna use 5 classes. Can u tell me how we use 5 clases then implement this code?? Bro help me reply fast

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

      yes i used only one class in it so that beginners can understand and the code length would be short but you can use multiple classes in it like you can make an admin class a manager class cashier class employees class customers class and multiple classes according to your requirements

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

      Can U send me Ur Gmail account. I need some help

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

    While entering the contact no if we enter 10 digits then it does no allow to enter total cash and gets out of the loop itself why so sir ?

  • @MuhammadAhsan-l4j
    @MuhammadAhsan-l4j 11 месяцев назад

    Window ki library Jo use ki ha ais ki waja sa ya laptop ya desktop main hi open hota ha leikn mobile mein coding c++ app per open nahi hota tu ais ka koi hal batayin

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

    Sir idhar aap void perdata me enter the details of person me total+1 se shuru kiye hein...to person[0] kya khali rahega??matlab 1st location se storing shuru hoga ya phir 0th index se??ya phir 0th index khali rahega??

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

      zero index say e ho ga suru total+1 just show karta hai k person 1 ka data enter ho rha then person 2 3 and so on agar total=total+1 kiyea hota tab person[1] say data enter hona suru hota but wahan pay just value show karwaie hai store ni

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

    bro ap c++ main c language ki library use kar rahain hain

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

    Sir, how many modules are there in this program??

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

    Write a code in C++ of banking management system which contain
    i. At least 10 classes
    ii. Operator overloading
    iii. Hybrid inheritance
    iv. Pointers
    v. Virtual functions
    vi. Pure virtual functions/ Abstract classes
    vii. Filling
    viii. Separate interface from implementation
    ix. Inter class object interaction
    x. Exception handling
    xi. Class template
    xii. Creation of a namespace
    iska coe mil jaye ga ?

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

    Nice code sir, but I have a question, I want to put an error message when the user's input is char instead int. How can I do that and where am I going to put it? Thank you

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

      include #include then getch() function to get input store it in variable and put check if input is other then yours's requirement then it shows error

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

    MashAllah very good sir

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

    Can you develop salary management system?

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

    don't we have to put switch case inside the int main why is it outside?

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

      you can use it in main function i made a method in oop and put switch statement in it for multiple choices and called that method in main with object of class

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

    brother nice work...
    where are you from?

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

    How many classes use in this program

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

    Sir in place of structure can we use another class, like nested class.

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

      no but you can directly declare in private members of class without using structure

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

      @@easycodingtricks OK, thank you for replying.

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

    Sir me is project ko campus placement me interview me le rha rha hun
    Kya ye mere liye helpful hoga ??

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

    Assalamualaikum sir. Thank you for giving such a stunning explanation. I'm from Bangladesh. Sir, my question is that how I can send money by using transaction () function.
    Please sir, try to co-operate with me and for this I will be eager to you. Thanks you , sir.

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

      its happening in code check description watch full video and study the code you can increment or decrement money or if your scenario is different then precise it.

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

    Isme data structure use kiya hai kya

  • @SalmaSalma-jc3vz
    @SalmaSalma-jc3vz 3 года назад +2

    I need help🙏🙏🙏

  • @HassanAli-ki8ul
    @HassanAli-ki8ul 9 месяцев назад

    dear brother i have to make this project for oop course can i add graphics in it
    if i can kesy kron

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

    hello sir mene yeh source code download kia but error aa raha hai??

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

      kya error aa rha?? word file say kiyea ya cpp file??

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

      @@easycodingtricks cpp kiya hai but me use vs code me chala raha hun apka instagram id mil sakta hai sir waha me apko ss bhej ta hun

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

      @@easycodingtricks sir please reply mene apka hi project clg ko submite kiya hao

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

    Good job

  • @AsadAli-is4ro
    @AsadAli-is4ro 2 года назад +1

    But when we run program after exit all data is removed

  • @SalmaSalma-jc3vz
    @SalmaSalma-jc3vz 3 года назад

    Wa3alaykomo salam 🥰

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

    Bro usecase&sequence diagram bna do is project ki please

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

      email do apna ek zip send krta hun us may sub kuch hai but ek advance project ke cheezayn hain sari wo apnay apnay hisab say modify kar lo

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

      @@easycodingtricks zohaibarshad166@gmail.com
      Ok bro

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

    Error aarha h window.h me ... please resolve it bhaiya

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

    bahi jan ap ne exit ka code tu kia hi nahi ?

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

    Sir where is file handling can u suggest how to put file handling in this code?

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

    How to Display deleted account logs. after deleting specific account.

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

      logs?

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

      I mean is it possible to create new function that it will display all deleted accounts?

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

      yes it's possible you can store deleted accounts in new array

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

    I am new in programming
    I am able to understand your program but i am not able to think myself😞

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

      first clear basic concepts do practice exercises then start with simple little projects and always keep practicing

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

    Sir kindly send the problem statement of this project

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

    Hello sir. How can i show all existing account in one click?

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

      show all accounts method used in this program check it

  • @SyedwaqasAliShah-vl1ys
    @SyedwaqasAliShah-vl1ys Год назад

    acha project h lkn ap n main kam kia hi nhi file handling lgai hi nhi ap ny

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

    #include error?

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

    Can you send system diagram

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

    I have downloaded the source code sir but I am unable to print the cash there.plz reply soon sir

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

      what's the issue

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

      @@easycodingtricks unable to print the total cash sir,I have copied the same source code in the compiler

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

    Could you share the source code of this video sir

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

    Aoa sir plzz es program ke coding sent kardyn

  • @DevangiInani-p3g
    @DevangiInani-p3g Год назад

    sir it is not woring properly

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

    Sir please can you share this code with me

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

      its in description if you didn't found then give me your Gmail i will send you

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

    Bro please ye bta do sb

  • @hajraamjad-qr2nn
    @hajraamjad-qr2nn Год назад

    Apka i==total -1 ka concept smj ni aya!!!!!

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

      jo last iteration hoti hai loop ke wo total -1 hoti hai agar ap condition check kro loop ke tuo ab zahir se bat hai agar loop total -1 tak chal gyea tuo jo value ap dhund rhy hain wo array may mojood e ni hai

    • @hajraamjad-qr2nn
      @hajraamjad-qr2nn Год назад

      @@easycodingtricks Ok Ok Thankuu so much i got it

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

    Plz reply fast

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

    Jay shree ram bhau

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

    Kindly reply

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

    Bhai code do plz

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

    Plz send me this source code

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

    us ko avoid karain