Results 1 to 11 of 11

Thread: Assignment ....help me jaldi plz

  1. #1
    waheed_z89 is offline Senior Member+
    Last Online
    22nd June 2015 @ 11:08 PM
    Join Date
    14 Mar 2009
    Age
    35
    Posts
    353
    Threads
    32
    Credits
    945
    Thanked
    4

    Default Assignment ....help me jaldi plz

    A.O.A

    mujhy ek program bana k do jis main
    apna function banao aur function main 2d array lo (2 * 2) ki....

    aur iss main determinant find karo...

    aur pher Screen per b Print krwana hai....plz C main ye program bana dey
    Thanx in advance

    Detail about Determinant ......

    Matrix main majood element ko cross multiplication karwaty hain aur darmyan main Minus (-) ka sign ata hai....
    Hint:::: Hint ye hai k iss main loops lagy gay aur problem ye hai k mujhy loops lagana nahi ata plz help

  2. #2
    loinheart's Avatar
    loinheart is offline Senior Member+
    Last Online
    17th July 2010 @ 12:53 PM
    Join Date
    10 Jul 2009
    Age
    34
    Posts
    58
    Threads
    6
    Credits
    945
    Thanked: 1

    Default

    bhia main ap ko c++m ain programm bana kar de sakta hooo
    agar chayee to bo0lo main bana kar de dunga aap ko theek hain na







    }

  3. #3
    raza45 is offline Junior Member
    Last Online
    18th January 2010 @ 01:58 PM
    Join Date
    03 Dec 2008
    Posts
    11
    Threads
    0
    Credits
    975
    Thanked
    0

    Default turboo c & c++ software

    Quote loinheart said: View Post
    bhia main ap ko c++m ain programm bana kar de sakta hooo
    agar chayee to bo0lo main bana kar de dunga aap ko theek hain na







    }
    plz mail me turboo c & c++ software at my e-mail address
    ------------------.and also tell me that can u make any program in c and c++.i have to truble in c programing.
    Last edited by *KHAN*JEE*; 17th January 2010 at 07:43 PM. Reason: Email Id Removed............

  4. #4
    waheed_z89 is offline Senior Member+
    Last Online
    22nd June 2015 @ 11:08 PM
    Join Date
    14 Mar 2009
    Age
    35
    Posts
    353
    Threads
    32
    Credits
    945
    Thanked
    4

    Default

    Quote loinheart said: View Post
    bhia main ap ko c++m ain programm bana kar de sakta hooo
    agar chayee to bo0lo main bana kar de dunga aap ko theek hain na







    }
    haan g theak hai aap kr do jaldi bnana plz

  5. #5
    naqshbandios_limra's Avatar
    naqshbandios_limra is offline Senior Member+
    Last Online
    27th March 2023 @ 04:00 PM
    Join Date
    28 Aug 2008
    Age
    38
    Gender
    Male
    Posts
    4,267
    Threads
    499
    Credits
    1,323
    Thanked
    626

    Default

    agar app please yahin ye programe bana kar share karden to hamen bhi kaafi seekhne ka mauqa mil jaye ga,

    Jazak Allah
    Khanqah Daruslam

  6. #6
    raza45 is offline Junior Member
    Last Online
    18th January 2010 @ 01:58 PM
    Join Date
    03 Dec 2008
    Posts
    11
    Threads
    0
    Credits
    975
    Thanked
    0

    Default Detail about program plz attach solution of cpp file

    Quote raza45 said: View Post
    plz mail me turboo c & c++ software at my e-mail address
    ------------------.and also tell me that can u make any program in c and c++.i have to truble in c programing.
    Plz program bana k mujy cpp file attach kar k mail kar dein.app ki mehbani ho gi.iss ki due date 19-01-2010 hai plz kal hi ho saky tu mail kar dena

    Problem Statement: Expense class
    You are required to write a class name “Expenses “. Expenses class has
    • Constructors
    • Destructor
    • Write a function to add expenses for a month
    • Write function which displays these expenses.
    • Write a function which calculates savings for a month.
    • Expense class has following data members
    o Total Income // total income of person/family
    o Gbill //Gas bill
    o Ebill //Electricity bill
    o Wbill // water Bill
    o OExpenses // any other expenses
    o Month //Month for which you are calculating these expenses

    You have to populate all these record on monthly basis; to populate records; you have to use getter and setters for all data members.
    Last edited by raza45; 18th January 2010 at 01:54 PM. Reason: Due date 19-01-2010

  7. #7
    sweetadeelsay is offline Junior Member
    Last Online
    19th July 2011 @ 03:36 PM
    Join Date
    22 Jan 2010
    Location
    Karachi
    Age
    33
    Posts
    10
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    yar kisi aur se karwana main tmko to kuch smjh nae aega ......

  8. #8
    Usman Gujjar is offline Junior Member
    Last Online
    17th May 2010 @ 01:28 PM
    Join Date
    04 Apr 2010
    Age
    35
    Posts
    2
    Threads
    0
    Credits
    950
    Thanked
    0

    Default

    Find the determenet in C++.....


    #include<iostream.h>
    #include<conio.h>
    void main()
    {
    int a[2][2],m1=1,m2=1;;
    cout<<"Enter the values of Array row wise ";
    for(int i=0;i<2;i++)
    for(int j=0;j<2;j++)
    cin>>a[i][j];
    cout<<"detrmentet of Matrix is = ";
    for(int k=0;k<2;k++)
    m1*=a[k][k];
    for(int l=0,n=1;l<2;l++,n--)
    m2*=a[l][n];

    cout<<m1-m2;
    getch();
    }


    best of luck........
    ENG. CH.USMAN ASLAM GUJJAR

  9. #9
    kingNazir is offline Junior Member
    Last Online
    20th April 2010 @ 09:57 AM
    Join Date
    19 Apr 2010
    Posts
    12
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    it is very nice progrm

  10. #10
    rockstar4u is offline Junior Member
    Last Online
    22nd April 2010 @ 08:04 PM
    Join Date
    22 Apr 2010
    Age
    38
    Posts
    3
    Threads
    0
    Credits
    965
    Thanked
    0

    Default

    hey check this website techmaza.com i have got many solutions for C++ programs.

  11. #11
    Ganxtr's Avatar
    Ganxtr is offline Advance Member
    Last Online
    5th July 2019 @ 09:15 AM
    Join Date
    15 Nov 2009
    Location
    CRIME CITY
    Posts
    1,740
    Threads
    18
    Credits
    83
    Thanked
    100

    Default

    :-"

Similar Threads

  1. Solved nokia 6120 c users help me plz jaldi jaldi reply dena.
    By Husnain_hm in forum Solved Problem (Mobile)
    Replies: 10
    Last Post: 26th July 2013, 02:10 AM
  2. Replies: 15
    Last Post: 6th February 2012, 09:08 AM
  3. Jaldi Jaldi Apnay Mobile Se Dictionary Remove Karain
    By PIYARA in forum General Mobile Discussion
    Replies: 1
    Last Post: 25th February 2009, 01:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •