CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    2

    VC++ automatically adds external dependencies

    I am learning c++ and am working on a homework I found somewhere. I have some exp with c and have read about c++.
    The picture found following the link contains the entire code.
    The thing that puzzles me is the External Dependencies.

    I have included <ctime> in my header file and therefore it is defined wherever it is used, but my VC++ adds this external dependencies. What is it for anyway?

    I am working in (somewhat old) Microsoft VC++ (1994-1998).


  2. #2
    Join Date
    Jul 2009
    Posts
    2

    Re: VC++ automatically adds external dependencies

    I guess the link is to a tag, so here is the link to the image:
    http://img529.imageshack.us/img529/6223/prob.jpg

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