Search:

Type: Posts; User: TonyLFL

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    2,657

    That's not it either... I'm looking for...

    That's not it either...

    I'm looking for something with the top in the middle of the base and the two sides angling down.

    Lin
  2. Replies
    7
    Views
    2,657

    I mean like this... * *** ****...

    I mean like this...




    *
    ***
    ****
    *****
  3. Replies
    7
    Views
    2,657

    Something that would look like this * ...

    Something that would look like this

    *
    ***
    *****
    ******

    with two variables, base and height...

    thanks, Lin
  4. Replies
    7
    Views
    2,657

    C++

    C++
  5. Replies
    7
    Views
    2,657

    Drawing triangles

    I know how to draw a square or a rectangle, but what's the code to draw a triangle? Does anyone have any idea.

    Lin
  6. Replies
    1
    Views
    861

    Need help on array

    My project is to create shapes, and place Shape * pointers to each new Shape object into an array.

    This is something that I came up with, and it doesn't work at all.

    #include <iostream>
    ...
  7. Replies
    3
    Views
    2,261

    repost

    I should have posted the whole description of my project in the first place. I've been working on this thing for almost four hours now and I have gotten nowhere!

    Develop a basic graphics package....
  8. Replies
    3
    Views
    2,261

    Need help on polymorphism

    The project is to develop a basic graphics package. The following step is listed in my project:

    Write a polymorphic screen manager that walks through the array (preferably using an integrator)...
  9. Replies
    5
    Views
    1,339

    Thank you, you have saved my sanity. TonyLFL

    Thank you, you have saved my sanity.

    TonyLFL
  10. Replies
    5
    Views
    1,339

    This is what I have so far: const int...

    This is what I have so far:

    const int arraySize = 25;
    int a[ arraySize ], number, i;

    ifstream ins( "numbers.dat" );

    while ( ins >> number )
    {
    for ( i = 0; i < arraySize; i++)
  11. Replies
    5
    Views
    1,339

    25 integers, both negative and positive.

    25 integers, both negative and positive.
Results 1 to 11 of 11