Search:

Type: Posts; User: speedingbullet; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. [lubuntu] I'm having problems booting from DVD/USB Drive

    Hello. I recently got a cheap Windows 8 Toshiba Satellite Laptop, and I can't stand Windows 8, so I want to really try Linux again for the first time in 5 years (I say really because I've attempted...
  2. Replies
    0
    Views
    342

    [ubuntu] I'm having sound problems

    Right now, I'm on a slightly supped up 2005 Dell Dimension B110. I had gotten a sound card earlier this year, because the vista partition on this thing would not recognize the onboard sound card....
  3. Replies
    3
    Views
    337

    how can I develop games on linux?

    I would like to program games on Linux, but I would prefer to do the code real thing, instead of using something like game maker or rpg maker. But I have not been able to find any tutorials on how to...
  4. Re: How do I compile without a program like kdevelop?

    Thats my problem though... the program I am making is divided into individual files. Its a text game, so I think this is very necessary so I don't get lost trying to program it.

    Don't programs...
  5. Re: How do I compile without a program like kdevelop?

    thanks, both of you
  6. How do I compile without a program like kdevelop?

    I keep hearing that using kdevelop is not a wise decision.... but how on earth am I supposed to compile the rest? I know G++ is involved, but it wont work unless you have files such as configure...
    ...
  7. Re: I cant figure out whats wrong with this while statement

    THANK YOU BOTH!

    I was just experimenting to see how I could get this to work.. I had no idea that you could use -=.... now I do, thanks!
  8. I cant figure out whats wrong with this while statement

    int main()
    {
    int attack;
    int hp = 7;

    while (hp > 0 && --hp)
    {
    cout <<"ATTACK!\n";
    cout <<"but what do you choose?\n";
    cin >> attack;
  9. Replies
    7
    Views
    544

    Re: new to programming

    its in several files, so Ill just post them here (and its not done either)

    cyber_reality.cpp (main file)


    /***************************************************************************
    * ...
  10. Re: how could I make my program store data?

    Oh okay, well thank you!
  11. Re: how could I make my program store data?

    Really? What would I need at the moment?
  12. how could I make my program store data?

    Right now, the C++ text game I am working on is using a password system, but I would like for it to store save data on a text file, so you wouldn't have to write the password down.

    How could I do...
  13. Replies
    7
    Views
    544

    Re: new to programming

    Well, Im sortof a noobie programmer myself, but I already have some great advice for you.


    Huge programs like Mozilla Firefox are very complex. I can't understand the programming to them myself....
  14. Re: how do I connect functions in different files with C++?

    Alright, its all working now.

    Thanks!
  15. Re: how do I connect functions in different files with C++?

    Whats wrong with Kdevelop?


    Anyways, Ill try that and see if it works, thanks.
  16. Re: how do I connect functions in different files with C++?

    kdevelop
  17. Re: how do I connect functions in different files with C++?

    also, I didnt want them combined as in fused, I just wanted the main file to connect to a function in story.cpp
  18. Re: how do I connect functions in different files with C++?

    I didnt get a resulting binary, so I compiled it with Kdevelop to see if it would do anything different:
    it turned the code into this:


    ELF ?4 ? 4 ( % " 4 4?4? ...
  19. Re: how do I connect functions in different files with C++?

    sorry about that
  20. Re: how do I connect functions in different files with C++?

    that corrupted the story.cpp file....
  21. how do I connect functions in different files with C++?

    I just started my first C++ program today, not 100% from scratch, I do have a small foundation on C.

    I decided to convert a simple text game that I was working on in C to a new C++ version:

    ...
  22. Replies
    7
    Views
    1,133

    Re: im looking for a specific video card

    and how good is that system at playing games?

    1. If the graphics processor is onboard, doesnt it suck up the CPU?

    2. Explain to me how that amd processor is faster and better than mine if it...
  23. Replies
    7
    Views
    1,133

    Re: im looking for a specific video card

    im looking for a normal PCI card, as my computer doesnt have an agp slot either.
  24. Replies
    7
    Views
    1,133

    im looking for a specific video card

    sadly, even though bought it almost 2 years ago, my computer is out dated, and Im planning to buy and assemble a custom build computer to replace it for my needs.

    The biggest issue thats making me...
  25. how am I actually going to be able to do this?

    Before summer I was thinking of trying to buy old - semi new computers (with 1998 being the manufactured cut off date. Since windows 98, ME, and 2000 are old, still costly, and unreliable (although...
Results 1 to 25 of 58
Page 1 of 3 1 2 3