User Profile

Collapse

Profile Sidebar

Collapse
hiba
hiba
Last Activity: Oct 30 '13, 07:50 AM
Joined: Oct 27 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hiba
    replied to classes and function overloading
    in C
    can any one edit it and make it in running form?
    See more | Go to post

    Leave a comment:


  • hiba
    replied to classes and function overloading
    in C
    yes i am facing errors at compilation
    See more | Go to post

    Leave a comment:


  • hiba
    replied to classes and function overloading
    in C
    tell me i have problems in main function how to remove them
    See more | Go to post

    Leave a comment:


  • hiba
    replied to classes and function overloading
    in C
    Code:
    #include <cstdlib>
    #include <iostream>
    using namespace std;
    
    class std
    {
    private:
            int roll_no ;
            char name[30];
            char phone_no[15];
            int batch;
    public:
               void initiliaze();
               void Delete_Student();
               void Display_Student();
               void get_Student();
       
    };
    void
    ...
    See more | Go to post

    Leave a comment:


  • hiba
    started a topic object oriented programing
    in C

    object oriented programing

    there is my code can anyone tell how to display student with given attributes.
    Code:
    class student
    {
          private:
                  int roll_no ;
                  char name[30];
                  char phone_no[15];
                  int batch;
         public:                 }
                Display_Student(int,char,char,int)
                {
                                  }
                Search_Student();
    ...
    See more | Go to post
    Last edited by Rabbit; Oct 27 '13, 11:55 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

  • hiba
    started a topic classes and function overloading
    in C

    classes and function overloading

    can any one assist in solving this program i have no idea how to add students.
    Write a program that manages the students’ information (upto 50 students) and
    provides the various functionalities to interact with the information. These
    functionalities include:
     Add new Student: A new student is added and the user
    provides the student’s data for adding new record
     Add Student and copy data...
    See more | Go to post
No activity results to display
Show More
Working...