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

Search:

Type: Posts; User: crazyben21

Search: Search took 0.04 seconds.

  1. Question about constructors in an array of objects.

    What the best way to initialize a constructor in an array of objects?

    Usually I declare an array of objects like so:

    Car toyota[100];

    Is this the only way I know to initialize a...
  2. Replies
    8
    Views
    2,158

    Re: C++ structure Unhandled exception

    The Intro in c++ teacher I had wasn't a good teacher. I took this class around 2003 and I didn't really learn c++ much with this teacher. After I finished with this intro in c++ class I mostly tought...
  3. Replies
    8
    Views
    2,158

    Re: C++ structure Unhandled exception

    I manage to fix my code. Now it works.

    This is the updated code. I changed a lot of stuff. But my next mission is to learn how to debug.


    #include <iostream>
    #include <string>

    using...
  4. Replies
    8
    Views
    2,158

    Re: C++ structure Unhandled exception

    Hi Victor,

    I haven't debug my code because I not that familiar with debugging yet. So I have to ask talk my teacher to show me on how to debug.

    Also I'm going start by initializing it's members...
  5. Replies
    8
    Views
    2,158

    C++ structure Unhandled exception

    Hi guys.

    I'm getting Unhandled exception when try to run option 3.

    I don't know what I'm doing wrong. Any help will be greatly appreciated. Right now my teacher is not on vector subject. This...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured