Search:

Type: Posts; User: Shayaan_Mustafa

Search: Search took 0.01 seconds.

  1. Comment each line and convert this C++ OOP code into C++ code.

    #include<iostream>
    #include<fstream>
    #include<string>
    struct emp{
    int eno;
    char name[50],address[50];
    float basic,allowence,deduction;
    };
    void addEmp(); //adds new record to data...
  2. Replies
    5
    Views
    2,951

    I really don't understand what are you talking...

    I really don't understand what are you talking about?
    Can you make any implementation in my code?
    Can change my code and re post it again?
    I am basically writing a program of payroll of an...
  3. Replies
    5
    Views
    2,951

    1)I don't know it is C or C++. Some say it is C++...

    1)I don't know it is C or C++. Some say it is C++ some say C. Sorry.

    B) Why it is so when I open file in "w" mode? What mode should I use that information remain save until I delete it by myself?...
  4. Replies
    5
    Views
    2,951

    C(file handling problem)

    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    #include<conio.h>
    #include<iostream.h>
    class employee{
    public:
    int e_no;
    float basic,deduction,allowence;
    char...
Results 1 to 4 of 4