CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    16

    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() ...

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Help Rookie Programmer...

    Reading books and practising VC++ would be the best way to go.
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Sep 2003
    Location
    England
    Posts
    129

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured