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

Search:

Type: Posts; User: fergis911

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    2,055

    Re: Need help fixing an error

    Well like i said I am fairly new to programming, and what you said made little to no sense to me, luckily i figured it out on my own. Just because i do something wrong doesn't mean you have to be an...
  2. Replies
    9
    Views
    2,055

    Re: Need help fixing an error

    So i changed makeArray to be:

    void Student::makeArray()
    {
    int size = Student::num;
    int *studentArray;
    studentArray = new int[num];
    Student::test = studentArray;

    for (int i = 0; i <...
  3. Replies
    9
    Views
    2,055

    Re: Need help fixing an error

    Well sorry if i did a rookie mistake i am extremely new to programming like maybe less than a year experience. I have no idea what half of these errors even mean, and so i have trouble problem...
  4. Replies
    9
    Views
    2,055

    Need help fixing an error

    I ran the program and now lines 38, 92, 105, 108, 129, 138-140, 156-160, and 183 have these lime green colored blocks next to them and the error opens this crtexe.cpp file and highlights line number...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured