Search:

Type: Posts; User: Nate2430

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,621

    Random numbers.

    Is their a way to have a user input a number and to have that number be the size of an array and have it produce random numbers in the array that equal one number.

    Lets say the user inputs 7
    I am...
  2. Thread: Tic Tac Toe

    by Nate2430
    Replies
    1
    Views
    1,300

    Tic Tac Toe

    Does anyone know of a place with code for a Tic Tac Toe game?
  3. Replies
    1
    Views
    907

    A probably simple problem.

    Here it is. I am trying to get an output that shows the highest number in an array and what number this number is in the array. When you run it it shows the correct output forthe second two arrays...
  4. Replies
    1
    Views
    2,596

    Can't find the lowest number in array?

    With the following code I found the highest number in each array but it only returns the first number in each array for the lowest and not the lowest number. Could someone please tell me why?#include...
  5. Replies
    2
    Views
    1,851

    How can I find the average in the ARRAYS?

    I have already wrote the main funstion but I cannot figure out what to put in the other function to find the average of the three arrays?#include <iostream>
    #include <iomanip>
    using namespace std;...
  6. Thread: Question?

    by Nate2430
    Replies
    1
    Views
    1,130

    Question?

    This program I have written has the user enter a number and it will display the fibonacci number that is associated with that number. This part works what i need to know what do I need in my code so...
  7. Thread: Cubed Root

    by Nate2430
    Replies
    2
    Views
    952

    Cubed Root

    How would you find the cubed root of a number using C++. I know how to find the square root I just can't figure out how to find the cubed root.
  8. Thread: Problem!

    by Nate2430
    Replies
    4
    Views
    1,188

    Problem!

    I am doing a project that has the user input any year ranging from 1900 to 2099 and it will display what year easter sunday was on. The equation I have works for every year except 1954, 1981, 2049,...
  9. Replies
    3
    Views
    829

    If I were to delete those file associations,...

    If I were to delete those file associations, would I need to reinstall Visual C++ 6.0 to get them back (Its already installed on my PC)?
  10. Replies
    3
    Views
    829

    Another question?

    The reason I was reinstalling Visual C++ was because very file I would save after I finished in C++ would save as a Bloodshed C++ file. Well, the reinstllation didn't change that. Does anyone know...
  11. Replies
    2
    Views
    1,739

    See thats what happens when you get mad about...

    See thats what happens when you get mad about something. You don't look in the most obvious place. Thanks.
  12. Replies
    2
    Views
    1,739

    Reinstalling Visual C++ 6.0

    Alright, Where is the product ID number located. I have searched feantically everywhere for the installation guide but can't find. Please if you have any idea whre the Product ID number is located...
  13. Thread: Pi

    by Nate2430
    Replies
    3
    Views
    987

    Thank you. It works.

    Thank you. It works.
  14. Thread: Pi

    by Nate2430
    Replies
    3
    Views
    987

    Pi

    Is there anyway I can insert Pi into an equation using C ++ without having to write out the whole number?
  15. Replies
    2
    Views
    969

    I can't figure this out!

    I cannot figure out how to write this equation into a program.

    P = Ar /( 1 - (1 + r) to the negative n power)
  16. Replies
    1
    Views
    1,755

    Raising to a power

    In C++ how do you raise to a power? How would I enter this instruction P = Ar/ 1 - (1+r) to the n power?
Results 1 to 16 of 16