Thread: Read/Write Method

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    13
    Thanks for all your replies, im using Visual Studio . net 2003, so as i thought its a simple thing-i havent actually called the method lol
    Thanks a lot and ill let you know if your suggestions work.

    Paul

  2. #2
    Registered User
    Join Date
    Oct 2004
    Posts
    13
    Oh one more thing, bear with me im new to C++ , when i want to call the function, do i do it from my main.cpp or from the place where i wrote the Copy method?

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    >>when i want to call the function, do i do it from my main.cpp or from the place where i wrote the Copy method?


    You call it when you need to call it. Depends on your intent. Usually it will be in one of the two places you mentioned, but it need not be.
    Last edited by elad; 10-18-2004 at 03:29 PM.

  4. #4
    Registered User
    Join Date
    Oct 2004
    Posts
    13
    Sorted it all out now thanks to all your help and a bit of experimenting. Thanks a lot for all your input, and i will try to return the favour to others if i can.

    Thank you all so much,

    Paul

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. on method pointers and inheritance
    By BrownB in forum C++ Programming
    Replies: 2
    Last Post: 03-02-2009, 07:50 PM
  2. stuck on display method
    By shintaro in forum C++ Programming
    Replies: 2
    Last Post: 02-01-2009, 05:17 PM
  3. Best communication method to thousand childs?
    By Ironic in forum C Programming
    Replies: 8
    Last Post: 11-08-2008, 12:30 AM
  4. C# method
    By siten0308 in forum C# Programming
    Replies: 6
    Last Post: 07-15-2008, 07:01 AM
  5. Replies: 2
    Last Post: 01-22-2008, 04:22 PM