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

Search:

Type: Posts; User: ahoodin

Search: Search took 0.29 seconds.

  1. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    Unfortunately all those variables will be of undefined value the way you have it. The code following that would crash horribly. That is why you honestly need to make an effort read and learn.
  2. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    autism.
  3. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    :rolleyes:whatever
  4. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    I think your missing the point.

    You will overcome me when you read that book, become a good student and then a good programmer.

    Now, you have a long trek ahead my little padwan and when you...
  5. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    No, I can, but you can't cuz you haven't got that far yet.;) Get readin!
  6. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    I have a cool Idea, go and get a good book!

    http://www.greenteapress.com/thinkcpp/

    And don't get mad, you have to learn how to initialize
    your variables.

    int a = 0; //Now we just declared...
  7. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    OK, so do you want to click the save button or should I?:rolleyes:

    rebuild all too. In other words.... save this short program, compile it, link it and run it.

    Sometimes CG is like an old...
  8. Replies
    29
    Views
    33,719

    Re: C++ Error...IDK what is wrong!

    this

    2 = a;
    should be:

    a=2;

    also this:
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured