User Profile
Collapse
-
can any one edit it and make it in running form? -
-
-
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
Leave a comment:
-
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();
Last edited by Rabbit; Oct 27 '13, 11:55 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data. -
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...
No activity results to display
Show More
Leave a comment: