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

Search:

Type: Posts; User: farso

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    8,681

    Re: Runtime error, Unknown problem. (Homework)

    I think I understand what I did now, seems quite stupid when looking at it. I think its the hardest concept of the language to implement correctly. Like grammar in a language. I think what I was...
  2. Replies
    9
    Views
    8,681

    Re: Runtime error, Unknown problem. (Homework)

    Thank you so much. So what I was doing was creating a pointer which was pointing at the address of another pointer?
  3. Replies
    9
    Views
    8,681

    Re: Runtime error, Unknown problem. (Homework)

    Sorry, Perhaps I was not clear in my first post about the function of the program.

    class planet - store an int id, and floats z, y and z.
    function report_planet - takes the argument identifying...
  4. Replies
    9
    Views
    8,681

    Re: Runtime error, Unknown problem. (Homework)

    They have to be pointers stored in an array according to the guidelines... however much better other methods could be/are. The pointers are then assigned an address that comes back from the...
  5. Replies
    9
    Views
    8,681

    Runtime error, Unknown problem. (Homework)

    Hi everyone.

    Im new to this forum and hoping for a little help. I have done some C programming before, and now am doing a C++ course in my second undergrad year, but having a little trouble with...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured