Programming Code (840)
Scripts_Markup Code (257) Question 1: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date. *This Should Be Done IN C++
1109To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
950Ramesh’s basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance is 20% of basic salary. Write a program to calculate his gross salary.
1 2229
How comment can be represented in XML?
Write a Program for matrix multiplication.
How a web page can communicate with a web server while a user type characters in an input field.
How to change winform look?
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
what is main difference between array_push and array_pop?
Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f
how to use the GetTickCount() properly and what is that procedure for?
Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.
how to pass data between pages using Cookies
What is XSL?
Write a python program to check if a number is a strong number?
How can a procedure fetch data from FTP? I need a general code for this..
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
How can manage theme in php?