Help Rookie Programmer...
Hi friends, i'm new at C++ and VC++ , and i don't know same basics. I have a homework that i can not deal by myself. So i'll be too happy if you help me. My problem is that; in my homework i'll make a simple chat programme using forms. But i don't know using classes in the forms. For example, where to define the managed classes such as Socket. Then, i can't also call this class. Error occurs when i try to call such as MyWork::Form2::MyFunction() ...
Re: Help Rookie Programmer...
Reading books and practising VC++ would be the best way to go.
Re: Help Rookie Programmer...
Could you post the code that is failing for you with some details about exactly what you expect to happen and what is actually happening?