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

Search:

Type: Posts; User: ratchy

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,169

    Re: School file i/o program

    I have been trying to work on it but I am completely lost now.
  2. Replies
    3
    Views
    6,169

    School file i/o program

    So i have an array of structs which holds a student ID number and an instance of the LinkedList class which holds a linked list of the schedule of that student. How would I save all the data using...
  3. Replies
    5
    Views
    4,655

    Segmentation Faults are hard to find

    So I got an error that was along the lines of "Error while dumping state (probably corrupted stack) Line 51: 204 Segmentation fault". I have looked at line 51 and it is actually a blank line. So...
  4. Replies
    3
    Views
    794

    Re: help with undeclared identifiers

    Well it was on the assignment sheet that "five" had to be a pointer. And thanks, I feel dumb that I didn't realize that one.
  5. Replies
    3
    Views
    794

    help with undeclared identifiers

    I can't seem to fix this problem, seeing if you guys see anything that I am blindly missing.
    I get errors such as:

    1>c:\projects\lab2\lab2\word.cpp(64) : error C2065: 'five' : undeclared...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured