User Profile
Collapse
-
No idea. You better think it yourself. -
Nice article.
By the way, why u create function create handle rather than inside the constructor.
Another problem is
[code=cpp]
template<class T>
Handle<T> Handle<T>::oper ator=(const Handle<T>& rhs)
{
if (this == &rhs) return *this; //no assignment to self
//Delete our current implementation (LVAL)
Handle::~Handle ();...Leave a comment:
-
Why got two cout but only one output is display.
By the way, what is stream ?
Thanks for your help.Leave a comment:
-
I don't understand about the statement.
Its space overhead is one pointer in each object of a class with a virtual function plus one vtbl for each such class.
Please clear my doubt.
Thanks.Leave a comment:
-
-
-
Scp command is the right place to go.
Scp is a command that use ssh.
After copy from local machine to remote machine, then starting the installation.
I hope this help.Leave a comment:
-
-
No one will do work for you. Please show some effort to attempt.Leave a comment:
-
The purpose of constructor is explicit initialize a raw memory to a valid value.
That's why u can't have virtual destructor.Leave a comment:
-
Remove duplicate elements in linked list in C
I would to remove duplicates in link list in C. What is the algorithm ?
Thanks for your help.
A billion thanks for your help.Last edited by sicarie; Jan 31 '08, 01:53 PM. Reason: Gigantic block of code removed because it made the post disappear -
Sql Query when forgot password
Hello all respective fellows, i have a assignment where i need to create website that allow customer to order online with theusername and password.
My situation is when user forgot the password, then he may click request password.
Then, i need to compare the username enter by the user and the database and send his password through email.
This is what i have done so far.
<html>... -
Validate Password and Re-Enter Password
hello all expert database administrator, i truly new to access.
I want to develop a website where the password and re-enter password must be same. How to i validate this in access or i need ti validate this in asp ?
Thanks for your help.
Your help is greatly appreciated by me and others. -
I need your help. What is the explicit call of
A first, second;
second = first;
Moreover, since we delete the this pointer, how we can copied to another object ?
Thanks for your help and explanation.Leave a comment:
-
-
What is the explicit call of second = first ?
Thanks for your help.Leave a comment:
-
-
Type conversion compiler errors
I try to compile the the program return me 5 errors.
The errors is as below:
Error 1 error C2440: '=' : cannot convert from 'char *' to 'char' d:\c++\assignme nt_operator\ass ignment_operato r\assignment_op erator.cpp 36
Error 2 error C2664: 'strcpy' : cannot convert parameter 1 from 'char' to 'char *' d:\c++\assignme nt_operator\ass ignment_operato r\assignment_op erator.cpp 37
Error 3 error C2511: 'A &A::operator... -
int find_anagrams(s truct nameofyourstruc t word[], int size);
The previous notation is much more efficient. I just recommended another approach to do so without using pointer.Leave a comment:
-
No activity results to display
Show More
Leave a comment: