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

Search:

Type: Posts; User: Lord_Migit

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    2,888

    Re: getline problems, need help plz

    yea im calling



    rMap.seekg(0, ios_base::beg);
    rMap.clear();


    sty bout the mistake i cant figure out how to edit ma post.
  2. Replies
    2
    Views
    2,888

    getline problems, need help plz

    Hey folks, im having a problem with the getline function, iv looked through all the other threads about getline and the only one that has come close to my problem is:...
  3. Replies
    1
    Views
    4,882

    Need help with 2d array o.O

    hey folks, i need some help with a 2d array that i am using ->

    i have a class with the member variables

    protected:
    //member variables
    int m_iScreenWidth, m_iScreenHeight;
    int...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured