Search:

Type: Posts; User: TonyLFL

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,634

    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,634

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

    I mean like this...




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

    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,634

    C++

    C++
  5. Replies
    7
    Views
    2,634

    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
    854

    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,251

    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,251

    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,307

    Thank you, you have saved my sanity. TonyLFL

    Thank you, you have saved my sanity.

    TonyLFL
  10. Replies
    5
    Views
    1,307

    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,307

    25 integers, both negative and positive.

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