
Search In
Please solve the problems I'm not getting the output?
Please its request
1.Swap to add hours,min,secof time t1 withhours,min and sec ot time t2
2.oveload + operator using member function for 2 strings
3.overload <= operator using member function f
Yo can login to MySQL using following command:
mysql -h hostname -u <UserName> -p <password>
Suppose you are login with hostname as 'localhost ', Username as 'root' and password as 'root'. Then the command will be as follows:
mysql -h
What is a ‘CAPTCHA’ ?
‘CAPTCHA’ is the deformed content or words. Generally, this is contest reply testing and this reply must be created by the person or human. These 'CAPTCHA's comes in various forms.
Polymorphism in php
Implementing the polymorphism principle can be done in either of two ways, i.e., either choosing abstract classes or interfaces.
/* Program to demonstrate a polymorphism principle in php */
<?php
class A
{
f
Hi,
I'm working on a project in Adobe flash & as per project's requirement I have to use the Button symbol with dynamic effects.
I had worked on Movie clip symbol & Graphic symbol in flash but never used Button symbol bef
In C programming while working with the numbers you have multiple operators for it to perform manipulation over it.
Right shifting means we will shift the digit to the right side by the specified number of places.
It is denoted by
In cakephp, whenever you want to create an application, You have to create following three files :
Model.
Controller.
View files.
For all these files, there are some naming convention standard you must follow.
MODEL NAMING
There are many factors based on the quality for the web applications. Few of them are mentioned below --
1- Reliability
2- Security
3- Usability
4- Maintainability
Reliability:- Meaning of reliability is that which all can trus
Test Completion Matrix:-
When we completed our testing activity than there are so many matrices which are accumulated to make the testing reports. Few of them are mentioned as below --
Total number of accomplished tests.
Total number of failed t
To record the audio, Android provide a class "MediaRecorder" , you just need to create its instance.
Step 1:-
In your xml, take two buttons to start and stop recording.
Step 2:-
Declare the needed variables
private MediaRecorder audio
