Your Ad Here

Friday, March 6, 2009

pointer trouble

I'm writing 2 classes that both contain pointers to each other, but it won't complile at all. Any help?


Code:
---------
class Loan
{
private:
double annualInterestRate;
USHORT numberOfYears;
double loanAmount;
LoanList * next;
LoanList * previos;
};

class LoanList
{
private:
LoanList * first;
LoanList * last;
USHORT lastIndex;
USHORT &size;
LoanList * current;
USHORT currentIndex;
Loan * loan;
public:
LoanList();
LoanList * operator[](USHORT offset);
};
---------


Read More...
Your Ad Here

How To Enable Hotmail POP3 and SMTP in all countries

Microsoft has announced the availability of POP3 for Hotmail users in the United Kingdom, Canada, Australia, France, Japan, Spain, Germany, Italy and the Netherlands. For users in the other countries this feature will be rolled out later this year 2009. POP3
If you are not living in any of these countries and wanted to enable [...]


Related posts:
  1. How to Capture Screenshots from Windows Media Player
  2. How To Enable MSN Messenger Polygamy and Run Multiple Copies
  3. List of Top 90 Gmail Tools And Tips


Read More...
Your Ad Here

List of Top 90 Gmail Tools And Tips

Gmail is by far the best email service eve, it has the best spam filter and so many other feature that make it the best email service, One of the reason why Gmail is the best is that you can add more functionality to provide even more features and to make Gmail easier and fun [...]


Related posts:
  1. Mozilla Firefox 2.0.0.12
  2. Check Your Username If It Taken or Available At More Than 60 Sites
  3. Demonoid Is Back Online Free Invitation For Every One


Read More...
Your Ad Here

How to Change Your Voice In Skye With Skype Voice Changer

Do you want to change your voice when you are speaking with someone on Skype?  Skype Voice Changer is small software that allow you to change your how your voice sounds in a Skype conversation. For the silly voice effects.
For example you can have the pitch shifting setting called �SuperPitch� which lets you shift the [...]


Related posts:
  1. How To Access Your Google Docs Offline
  2. How to Capture Screenshots from Windows Media Player
  3. How to Capture Screenshots of iPhone 3G Screens


Read More...
Your Ad Here

Access a file which is opened with exlcusive access by other

Hi All,

I want to access a file which is already opened in exclusive mode by some other process. I know that, the I/O manager wont allow accessing file already opened with exclusive access. But is there a way using which I can bypass the I/O manager and get handle to the file.

Please give me some information about it.

Thanks.

Read More...
Your Ad Here