Search:

Type: Posts; User: slickwilly440

Search: Search took 0.01 seconds.

  1. I need to set a variable equal to the...

    I need to set a variable equal to the productNames array. For example tempid2[1]=productname[1]; But this does not work.
  2. That part is correct. I cannot get a name from...

    That part is correct. I cannot get a name from the char array productNames and set it as a temporay variable. How is this done?
  3. Need Help With 3 Parallel Arrays Selction Sort

    I am creating program with parrallet arrays and when the three arrays are sorted by selection sort they need to stay parallel, but I am haveing trouble doing this in the dualsort function. Thank...
  4. Replies
    5
    Views
    4,393

    I got the program to calculat the number of...

    I got the program to calculat the number of lights on and off.
  5. Replies
    5
    Views
    4,393

    I have this so far, but how do you calculate the...

    I have this so far, but how do you calculate the number of lights on and off? Also how do I make the loop end if all the zeros are ones? Also when I try to change one of the corners it turn a zero...
  6. Replies
    5
    Views
    4,393

    Well you enter a number for row and colum and...

    Well you enter a number for row and colum and spot changes to a 1, and so does the adjacent values both verticallly and horizontally. The object is to turn all the zeros to ones.
  7. Replies
    5
    Views
    4,393

    Need Help Creating Light Out Game!

    I need help making a lights out game using a regular command prompt.
    It is 5 rows by 5 columns using a matrix and by showing to the user the results using “cout” statements and two different...
  8. Replies
    10
    Views
    2,476

    Nevermind, I just figured it out! Thanks alot...

    Nevermind, I just figured it out! Thanks alot guys!

    Okay, what would I use if I have to select a word randomly from a list?
  9. Replies
    10
    Views
    2,476

    Thank you so much Loctan, the...

    Thank you so much Loctan, the "example.copy(randomized_word,string_length);" becaue I never heard of it until know and that is just what I needed.

    Okay now I need help on how to loop the same...
  10. Replies
    10
    Views
    2,476

    I am a real noob to programming. When the word...

    I am a real noob to programming. When the word is scramble, the word variable changes, so I need to know how to unscramble the word into the original order so the program can compare the users...
  11. Replies
    10
    Views
    2,476

    Once the word is scramble how do you unscramble...

    Once the word is scramble how do you unscramble the word back into the original order?
  12. Replies
    10
    Views
    2,476

    Need Help Scrambling Words for a Game.

    Hello! I am trying to make a unscrambling game. I need to know how to scramble words that I read from a file? Also how would I loop the same word back the prompt if I unscramble the word wrong?

    ...
  13. Replies
    4
    Views
    1,641

    Thanks Guys, I will try this later when I have...

    Thanks Guys, I will try this later when I have time.
  14. Replies
    4
    Views
    1,641

    Need Help Displaying A Pattern.

    Hello, I need help displaying this pattern by using loops and only putting one multiplication sign on in a cout statement.


    * *
    *** *
    ***** *
    *******...
  15. Need Help, cannot get char to display A+,F-, etc.

    I can get 'A' to display as a char, but not 'A-', what do I have to do to correct this problem. Thank YOu.



    #include <iostream>
    using namespace std;

    int main()
    {
    int exam1, exam2, exam3,
  16. Thanks guys I got it to work!

    Thanks guys I got it to work!
  17. I don't know where to put the srand(), so it does...

    I don't know where to put the srand(), so it does not show the same numbers everytime. Here is the simple random number program, but I don't know how to make it so a user does not have to enter a...
  18. Thanks for the advice, I look into the faq, but I...

    Thanks for the advice, I look into the faq, but I could not solve the problem (I got the same values every time I ran the programm). I am a real Newbie to programming in C++. Could someone please...
  19. Need Help Generating Random Numbers In C++

    Okay dudes, I have this program and when I run it I need it to generater random numbers, but I can't seem to figure out how to use the srand() thing to do it. Thank for the help in advance.

    ...
  20. Thanks a lot loko! I really appreciate you...

    Thanks a lot loko! I really appreciate you helping me out!
  21. Newbie! Help With Two Simple C++ Programs.

    Well I have these two C++ programs that I have write for my class and I was wondering I you guys could help me out.
    I AM NOT ASK YOU TO DO MY HOMEWORK! I JUST WANT TO KNOW HOW TO FIGURE OUT THE...
Results 1 to 21 of 21