Search:

Type: Posts; User: ray

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    2,691

    #include #include ...

    #include <iostream.h>
    #include <ctype.h>
    #include <time.h>


    int main()
    {
    int health, counter=0, choice, scorpian, terminator, katana, x, choice1, a, b;
    {
    cout<<"Welcome to Fight...
  2. Replies
    16
    Views
    2,691

    ok what i have now is this: #include...

    ok what i have now is this:



    #include <iostream.h>
    #include <ctype.h>
    #include <time.h>


    struct FIGHTER
  3. Replies
    16
    Views
    2,691

    wow, is there another program i can do that is...

    wow, is there another program i can do that is simpler than this that incorporates all of the above?
  4. Replies
    16
    Views
    2,691

    sorry my Question was unclear, but hw can i...

    sorry my Question was unclear, but hw can i incorporate

    For loops
    Arrays
    Structs
    functions
    ?
    i just started on this and have no idea how to incorporate them

    thx in advance, all ideas...
  5. Replies
    16
    Views
    2,691

    Help with FINAL assignment

    i am a TOTAL n00b at C++, i dont think i know how to use for loops rite.

    this is all i have so far:


    #include <iostream.h>
    #include <ctype.h>
    #include <time.h>

    int main()
  6. Thread: Text Typing?

    by ray
    Replies
    4
    Views
    1,234

    Text Typing?

    whats the code to make certain parts of a program print out like the computer is typing it out?
  7. Replies
    5
    Views
    2,413

    Ideas for FINAL program?

    We have 1 1/2 weeks to make up our own program in my intro to c++ class. We have to make a program that incorporates stuff we have learned throughout the semester. stuff such as :

    For loops...
  8. Replies
    1
    Views
    1,316

    Please Help w/ Messy Poker Program

    How would i "name" the cards in the array using a switch statement( such as King of Hearts, 4 of Spades etc.)? How would I actually show them the cards i dealt out, this is only my 3rd week of...
  9. Replies
    8
    Views
    3,416

    heres my program code so far: #include...

    heres my program code so far:

    #include <iostream.h>
    #include <string.h>
    #include <ctype.h>
    #include <iomanip.h>

    struct offPlayer
    {
    char Oname[20];
  10. Replies
    8
    Views
    3,416

    even when i do a simple program like: #include...

    even when i do a simple program like:

    #include <iostream.h>

    int main ()
    {

    cout<<"hello"<<endl;

    return 0;
  11. Replies
    8
    Views
    3,416

    Help with the Dev-C++ compiler

    heres the top of my code:


    #include <iostream.h>
    #include <string.h>
    #include <ctype.h>
    #include <iomanip.h>


    when i try and compile, it says "#include expects 'FILENAME' or <FILENAME>"
  12. Thread: Test For Librarys

    by ray
    Replies
    9
    Views
    1,754

    Test For Librarys

    all you fresh programmers i have something that will challenge you.
    I will reveal the answer by tomarrow if you cant figure it out.ONLY FOR NEW PROGRAMMERS.


    lets assume tat we dont have all the...
  13. Replies
    1
    Views
    1,211

    Good compiler???

    Wher can i find a free, good compiler along the lines of Code Warrior for my windows system and which one?
  14. Replies
    1
    Views
    1,211

    Where can i find a good compiler to D/L?

    topic.
Results 1 to 14 of 14