Search:

Type: Posts; User: andrewV

Search: Search took 0.01 seconds.

  1. Thread: Space

    by andrewV
    Replies
    6
    Views
    1,494

    well i know the formula i guess im making a...

    well i know the formula i guess im making a blundering fool of my self =D

    im trying to implement the rules of GURPS into a text based game.

    when your character is in combat it uses a six sided...
  2. Thread: Space

    by andrewV
    Replies
    6
    Views
    1,494

    i dont want to get into graphics i just want to...

    i dont want to get into graphics i just want to know the best way to create a space. doesnt have to be seen. i just want to measure the distance between two points. and each space to conect to three...
  3. Thread: Space

    by andrewV
    Replies
    6
    Views
    1,494

    Space

    Could some one tell me how to create space.

    lets say i wanted to create a map composed of equalateral six sided polygons.

    i guess what im realy asking is how do you create a space manager?
    ...
  4. Thread: console game

    by andrewV
    Replies
    7
    Views
    2,836

    i dont know about your header files you had one...

    i dont know about your header files you had one miss spelled if you copy the code i typed it should work
  5. Thread: console game

    by andrewV
    Replies
    7
    Views
    2,836

    what i wrote did give me a score of 0-0 =D and...

    what i wrote did give me a score of 0-0 =D

    and it was compiled in the C++

    his big error was
    #include<fstream.h>
    where is should be
    #include<fstream>

    as well for the rand() he tryed to...
  6. Thread: console game

    by andrewV
    Replies
    7
    Views
    2,836

    here is the corect code: #include ...

    here is the corect code:


    #include <iostream>
    #include <cstring>
    #include <stdlib.h>
    #include <fstream>

    using namespace std;
  7. Thread: console game

    by andrewV
    Replies
    7
    Views
    2,836

    also look to where it points to as well as the...

    also look to where it points to as well as the code above.

    1. maybe you dont have the proper syn for using the function rand.

    2.maybe your file
    ofstream a_file;...
  8. Thread: Pondering

    by andrewV
    Replies
    14
    Views
    1,866

    wow didnt mean to start a fight =D lol thanks...

    wow didnt mean to start a fight =D lol

    thanks for the tips guys! (raises hand) "the answer is inheritance"

    and i will look into polymorphism, when i figure it out i might use it.

    besides who...
  9. Thread: Pondering

    by andrewV
    Replies
    14
    Views
    1,866

    thanks guys

    thanks guys
  10. Thread: Pondering

    by andrewV
    Replies
    14
    Views
    1,866

    Pondering

    my name is andrew
    i am a student at CSM of La Plata, MD. i am currently studying in C++ and will start the advanced C++ course in spring 2005.
    inbetween last and upcoming semester i am working on a...
Results 1 to 10 of 10