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

Search:

Type: Posts; User: standard

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    966

    Re: size of an object

    Disregard.
  2. Replies
    21
    Views
    1,753

    Re: Simple Question: Pointers as Arguments

    But that notation leads to the following famous example:

    Type* a, b, c; // a, b, and c expected to be of type Type*; in actuality, only a is a pointer.
  3. Replies
    6
    Views
    6,960

    Re: I need help with for loops

    Hi. Most likely, we are not your instructor, so feel free to show it to us and we can help you improve your program.
  4. Re: first foray into classes; need a bit of help

    You don't need to include iostream at any rate.
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured