Search:

Type: Posts; User: zowen

Search: Search took 0.01 seconds.

  1. Thread: Random Sequences

    by zowen
    Replies
    7
    Views
    1,530

    I did write code. It didn't work, and I don't...

    I did write code. It didn't work, and I don't know why. It's so jumbled I didn't want to post it, and it's not an assignment. I'm just doing this because I want to.
  2. Thread: Random Sequences

    by zowen
    Replies
    7
    Views
    1,530

    Random Sequences

    I need a way to either:

    a) Put variables or strings in a random order, i.e. 10 strings containing names of people, output instance could be like this:

    George
    Bob
    Zac
    Pat
    Peter
  3. Replies
    2
    Views
    839

    How many strings in a file?

    Is there any way to determine how many separate strings are in a file? I know that using ifstream to open a file for reading, and using that name to output to a string you can output them one by one,...
  4. Thread: Shooting

    by zowen
    Replies
    13
    Views
    2,558

    because you really do need to

    because you really do need to
  5. Thread: Shooting

    by zowen
    Replies
    13
    Views
    2,558

    Thank you a lot Bubba.

    Thank you a lot Bubba.
  6. Thread: Shooting

    by zowen
    Replies
    13
    Views
    2,558

    somebody told me to use "linked lists" is this...

    somebody told me to use "linked lists" is this true? and if so, how do i use them?
  7. Thread: Shooting

    by zowen
    Replies
    13
    Views
    2,558

    If you actually read my post, you wouldn't have...

    If you actually read my post, you wouldn't have said that, please quit life.
  8. Thread: Shooting

    by zowen
    Replies
    13
    Views
    2,558

    Shooting

    I'm currently working on a game for my c++ class, it involves a space ship moving and shooting. I have a dilemma, I don't know how to allow multiple bullets to be shot without using a variable for...
  9. Replies
    1
    Views
    1,016

    Allegro programming question

    I just installed allegro completely and I want to write my first program. I just need to know how to output a bitmap onto the screen and some other useful functions. Also: What is a pallete?

    if...
  10. Thread: Pong!

    by zowen
    Replies
    3
    Views
    1,688

    Is there any way possible for 2 player mode, or...

    Is there any way possible for 2 player mode, or is it impossible to hit more than one key at one time? For the controls of both players.
  11. Thread: Pong!

    by zowen
    Replies
    3
    Views
    1,688

    Pong!

    i'm using Turbo C++ 3, rather old compiler. the old EGVGA.BGI Driver. just using basic graphics here. fillellipse and such. i have a pretty basic question..most of you could probably help.
    ...
  12. Thread: Formula for Pi

    by zowen
    Replies
    7
    Views
    2,366

    no..there is definitely a formula.

    no..there is definitely a formula.
  13. Thread: Formula for Pi

    by zowen
    Replies
    7
    Views
    2,366

    Formula for Pi

    What is the formula for Pi that I can use in C++?
  14. Replies
    1
    Views
    3,214

    Program to Calculate Pi

    I want to start making a program that calculates pi to an amount of digits specified by the user. I need to know how to make a number data type big enough to store the amount of digits i need. I...
Results 1 to 14 of 16