Search:

Type: Posts; User: thynksheraze

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,213

    Yaeh that's the thing. I dont know really how to...

    Yaeh that's the thing. I dont know really how to write a class... just trying hard. But the assignment is due tomorrow and my buddy who was gonna clue me in on what I missed isn't available... if you...
  2. Replies
    3
    Views
    1,213

    Poke program, class... :(

    Please help guys... I need to complete this class to make it work witht his program, and I feel bad already, but I am really clueless. CLasses are hard for me :( if you could help me out, I'd...
  3. Replies
    6
    Views
    2,206

    I was begining to see how to do alphabatize it...

    I was begining to see how to do alphabatize it like that (sorta...) but i realized some players at the same letter in their name, so I have no idea how to do that. the file looks like this:
    ...
  4. Replies
    6
    Views
    2,206

    Thanks a lot :)

    Thanks a lot :)
  5. Replies
    6
    Views
    2,206

    // Azhar Sheraze // 2nd 6 weeks program ...

    // Azhar Sheraze
    // 2nd 6 weeks program

    #include <iostream>
    #include <iomanip>
    #include <cstring>
    #include <fstream>
    #include <conio>
  6. Replies
    6
    Views
    2,206

    Sorting Program... :(

    Hello everyone. I'm having a very hard time with a program I have. I have a list of players and their stats, and basically I ahve to sort them in all sorts of ways.


    "Write a program that reads...
  7. Replies
    3
    Views
    1,463

    Help with tic tac toe program

    Hey everyone... again I need a lot of help. :( I am to write a tic tac toe program and I'm not sure how to go about doing this. What i do know is that I want the num pad to be the board (it'll work...
  8. Replies
    2
    Views
    1,563

    Files Program... really lost

    Hello everyone, I'm having some trouble with a program with this description:

    Write a program that prompts the user to enter a name, searches a file (teacherlist.txt) for that name, and outputs to...
  9. Replies
    4
    Views
    924

    I'll post the whole program. its sorta long....

    I'll post the whole program. its sorta long. Forgive me if its not appropriate.

    ------ Code Beg0n-----------------------------------





    #include <iostream>
    #include <iomanip>
  10. Replies
    4
    Views
    924

    Compiling Error, cannot figure out

    Hey people, this error is probably really easy for you, but i dont know whats up. Here is where my errors are i think:

    ----------------------Start-----
    compute_costs ( id_number, room_length,...
  11. Hey, need help with Dropping ball and Bouncing

    Hey everyone. Im having a bugger of a time with this program. Basically, im not sure if its right. I have to set a height for a ball to drop from, then ask how many bounces would you like to...
  12. Don't even know where to start.... do while...

    ok, this is what i have to do. Using a 90, 80, 70, 60 percent grading scale, if given a list of test scores, print the number of A's, B's, C's, and D's using a do while loop. Terminate the list of...
  13. Replies
    6
    Views
    8,336

    lol, really your advice has been well taken, as I...

    lol, really your advice has been well taken, as I have haerd of the horror stories reguarding it. however, our teacher prefers us to use void main as of right now. i think he wants us to learn a...
  14. Replies
    6
    Views
    8,336

    Small program, PRIME/ PERFECT SQUAREs

    I wrote this code for finding out if a number entered is a prime number or a perfect square. It only works if the number entered is a perfect square already. all else totally fails.
    ...
  15. joshdick, thanks so much for your input. It's...

    joshdick, thanks so much for your input. It's very much appreciated. Thanks for adding comments too, i appreciate it.


    But one thing im having problems with, is why my whole Prime number/ Perfect...
  16. Somewhat new to c++, adding Prime number and Sqrt featre to program...

    Hey there all. I'm taking C++ at school, and I am currently doing a project to calculate perfect numbers and other related things. However, i need really good features to get a good grade on this...
Results 1 to 16 of 16