Search:

Type: Posts; User: mann322

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    796

    vector with pointers to objects?

    Hi, Im trying to create at vector of objects... the vector should contain objects from B and C.


    class A
    {
    // code
    }

    class B:A
    {
  2. Replies
    4
    Views
    826

    Thx!

    Thx!
  3. Replies
    4
    Views
    826

    Randomize numbers from -100 to 100!

    How is it done? Is this correct? If not why?

    int nr;
    nr = rand() % 200 - 100;
  4. My question is how to set up the for loops. ...

    My question is how to set up the for loops.

    The outer loop runs the rows, inner the columns.

    1st loot checks the value and ascii symbol

    2nd checks the rows

    3rd checks the colums
  5. Printing values and their ascii symbol with for loops.

    Hi, Im trying to make a program that scans through the numbers 32-234 and then show both value and ascii symbol.
    The result must be presented in several columns and not in rows.

    32 33 ! 34 "...
Results 1 to 5 of 5