Search:

Type: Posts; User: newbie2C++

Search: Search took 0.01 seconds.

  1. HELP!! i though addition problems were over after 3rd grade!

    I have been assigned to write a program that randomly generates two arrays of 25 int values each, and adds them element by element.

    example--
    array1--->5 6 4 2 8 0 2 4 7 5 4.......
    ...
  2. Replies
    3
    Views
    829

    more...

    for some reason when i posted it altered the triangle i needed...
    since it wont let me display, ill descobe it...
    it consists of a block pretty much, where it has 4 spaces and 1 star for the first...
  3. Replies
    3
    Views
    829

    need help on program...

    Ive been told to do a program which outputs the following:

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


    I know it involves using three loops that look like this:
  4. Replies
    4
    Views
    1,020

    f***ing compiler

    OK so thats what i did,
    in effect i wrote a function to delete the specific integer like such:

    say i had a list of 5 numbers: 3 1 7 8 2. the user wants to delete the number 2.

    void...
  5. Replies
    4
    Views
    1,020

    deleting specific numbers

    For my final project in my C++ class we have to design a program that creates two arrays of 100 integers , and allows the user to append them,search,sort,insert,print,sum,mutiply and do all kinds of...
  6. Replies
    2
    Views
    1,630

    sorting of sorts....hehe

    OK so ive been given the task of inputting 10 numbers into an array, making sure that there are at least 2 repeating ones,

    for example 1,5,6,6,10,3,5,2,7,8 (6 and 5 repeat)

    Having done this, i...
  7. Replies
    3
    Views
    3,757

    thank you

    Thanks alot guys, youve been a great help!
  8. Replies
    3
    Views
    3,757

    Adding multidimensional arrays

    Hello y'all:
    I have been given a problem regarding matrices. Im very new to this but I know that multidimensional arrays cannot be dynamic, so i set mine as follows...oh hell, heres my whole...
Results 1 to 8 of 8