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

Search:

Type: Posts; User: SMA01

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,780

    Re: Don't know why program keeps crashing

    Thank you. Yes, I am actually not a Computer Science major. I'm a math major, and we have to take a computer science course. It was a little difficult. Thank you for your help!
  2. Replies
    6
    Views
    1,780

    Re: Don't know why program keeps crashing

    Thank you, I have createList working now. I am currently fixing the other functions. I know what you mean, but I followed an algorithm provided by my professor, and this is how we wrote it out. This...
  3. Replies
    6
    Views
    1,780

    Re: Don't know why program keeps crashing

    This is the entire code up to the function I am having trouble with. I have fixed it a bit. It's not crashing anymore, but it is not creating the list correctly. Not sure why it's still not working...
  4. Replies
    6
    Views
    1,780

    Don't know why program keeps crashing

    I am reading in values from a file, and am not sure what's wrong with my code? My main issue is within the area in bold, can anyone tell me what's wrong?

    Thanks.


    void createList(intNode*&...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured