CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: T4l0n

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,078

    Re: noob tutorial (reading file) clarification

    yes, that helped a lot, thanks
  2. Replies
    2
    Views
    3,078

    noob tutorial (reading file) clarification

    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    using namespace std;

    int main (){
    char filename[50];
    ifstream asd;
    cin.getline(filename,50);
    asd.open(filename);
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured