using fstream in Managed C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iknc4miles
    New Member
    • Oct 2006
    • 32

    #1

    using fstream in Managed C++

    Hey all,

    I have a managed VC++ Windows form program in VS .NET 2003. When I try to declare:

    Code:
    ifstream inPath;
    I get the following error:

    error C3633: cannot define 'inLadar' as a member of managed 'utBaseAnalysis ::Form1'

    Is there away around this? I'm trying not to use <stdio>.

    Thanks,

    - Miles
Working...