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

Search:

Type: Posts; User: vishalon

Search: Search took 0.02 seconds.

  1. Re: Passing Array of Object gives compilation ERROR

    OK
    Now I have this code very simple and plain which is giving fine output. As I am passing the array of object in showAge function.


    #include <iostream.h>
    #include <conio.h>
    class fish
    {
    ...
  2. Passing Array of Object gives compilation ERROR

    Hello Everybody

    This is my question
    Define a class named HOUSING in C++ with the following descriptions:
    Private members
    REG_NO integer(Ranges...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured