Search:

Type: Posts; User: Ben Atkins

Search: Search took 0.03 seconds; generated 35 minute(s) ago.

  1. Replies
    2
    Views
    1,089

    I will concentrate on that then. Might take me a...

    I will concentrate on that then. Might take me a while but its all fun after it starts making sense. Thanks for the advice again.
  2. Replies
    2
    Views
    1,089

    overstretching?

    Iv been learning c++ for a couple of weeks and im really pleased with a few games i have made. My friends cannot really see why what im making is appealing to me or anyone. I thought id look into...
  3. Replies
    9
    Views
    3,451

    Iv gone for using lots of \n's in my next...

    Iv gone for using lots of \n's in my next project. Thanks again for giving me advice. Im having lots of fun now with some different code, so will post that in the near future if/when i have problems....
  4. Replies
    9
    Views
    3,451

    Thank you all for sharing opinions. I understand...

    Thank you all for sharing opinions. I understand some of what you say and it is helpful.



    I don't understand what you mean here. How should i go about fixing this?
  5. Replies
    9
    Views
    3,451

    Interactive story using classes

    #include <iostream>
    using namespace std;

    class hell
    {public:
    int number2;
    void hot ()
    {cout << "you like the fire, huh?\npress 1:yes or 2:no\n";
    cin >> number2;
  6. Replies
    7
    Views
    3,250

    I'l get on it but now it's time for sleep! thanks

    I'l get on it but now it's time for sleep! thanks
  7. Replies
    7
    Views
    3,250

    I have heard of and seen this thing called class...

    I have heard of and seen this thing called class but up till now have only used main. I have no idea what an enum is and iv not read anything about the constructor. You have given me much to think...
  8. Replies
    7
    Views
    3,250

    It is pointless lol. I made that bit just so i...

    It is pointless lol. I made that bit just so i could understand how clearscreen worked and left it.

    I'm don't know how to get it to check for upper case yet so i will have to do some research....
  9. Replies
    7
    Views
    3,250

    C++ Text game code

    Hello.
    I have been experimenting with some code iv found and iv made a 2-player game. I am just learning how to write code and this is the first project I have done that can be expanded and...
  10. Hey thanks thats fixed it! Now i can see what...

    Hey thanks thats fixed it! Now i can see what else i can get my teeth into thanks :)
  11. Replies
    1
    Views
    1,568

    undeclared identifier and if problem

    hello to you if you are reading this. I have been trying to get this bit of code right for a while now but i think im stuck. I have tried rewriting a few times and I think I am close.

    Could...
  12. thanks Salem. that makes sense to me. Im really...

    thanks Salem. that makes sense to me. Im really over cautious still trying not to get errors hehe
  13. I tried to add a command like: if...

    I tried to add a command like:



    if totalprice -= 1500
    cout << "don't waste my time";


    I want to make maybe a text based game or story with choices for my next effort. Sorry my post was so...
  14. first program: how many bricks do i need calculator

    hi everyone, I have just created my first program in visual c++ 2008 and after many frustrating hours to make a calculator to find out how many bricks id need in a wall. Also to find a cost.

    Any...
Results 1 to 14 of 14