Search:

Type: Posts; User: gunder

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,929

    Question about .NET backwards compatibility

    Hey guys, I posted this on the microsoft forums and havn't got a reply that anwers my question so I thought I'd ask you all of you.

    I'm new to C# and the .NET framework. I recently decided to...
  2. Thread: health...

    by gunder
    Replies
    6
    Views
    1,728

    Well all you'd have to do is have it reprint the...

    Well all you'd have to do is have it reprint the amount of health whenever it's changed. So if your enemy attacks and does damage then you would print the new value of 'health'. I'm not sure if...
  3. My mistake, Sly was talking about a lot more than...

    My mistake, Sly was talking about a lot more than just the search and you said you thought it was worthless because FF already comes with the Google search built in. I use it and love it. To each...
  4. Thread: Checkmate

    by gunder
    Replies
    3
    Views
    5,323

    I have quite a few articles at home about chess...

    I have quite a few articles at home about chess programming. I havn't looked at them all in depth but I'm sure some of them will have some info on this. If you'd like I can take a look later and...
  5. The google toolbar has a lot more functionality...

    The google toolbar has a lot more functionality then just a search. Check it out before you dismiss it as useless.
  6. Replies
    3
    Views
    1,328

    just a thank you to everyone

    I'm still new to C so I've been browsing these boards quite a bit. I see a lot of people who are obviously asking for their homework to be done for them. I'm also seeing a lot of people asking for...
  7. Replies
    19
    Views
    3,308

    The only problem with the Win GDI is that it...

    The only problem with the Win GDI is that it doesn't tend to work very well under linux ;).
  8. Replies
    19
    Views
    3,308

    Have you had a chance to look at Allegro...

    Have you had a chance to look at Allegro? From what I've seen it's simple and it will work in dos, win and linux.
  9. Replies
    16
    Views
    5,028

    Ok, you're not getting what I'm trying to say. ...

    Ok, you're not getting what I'm trying to say. I'm done.
  10. Replies
    16
    Views
    5,028

    Again, C++ is a programming language. There are...

    Again, C++ is a programming language. There are several compilers and IDE's available. Win32 just means that you're making windows applications. You saying C++!! Win32!! doesn't give anyone any...
  11. Replies
    10
    Views
    3,476

    That's an awsome little diagram SlyMaelstrom. ...

    That's an awsome little diagram SlyMaelstrom. GavinHawk I went looking for a tutorial that might help you, this one seemed to explain it fairly clearly. Try a few tests like what SlyMaelstrom...
  12. Replies
    9
    Views
    2,735

    I've been working on a little maze solving...

    I've been working on a little maze solving program of my own, I'm at work so I don't have any code to show but you have looked at the A* path finding algorythm at all? Here's a good link ..
    ...
  13. Replies
    16
    Views
    5,028

    True, but you never specified which compiler you...

    True, but you never specified which compiler you were using, C++ is a programming language, not a compiler. You said you were doing it with win32, many people who do Win32 use Visual C++. A 'thanks...
  14. Thread: where to start

    by gunder
    Replies
    15
    Views
    2,476

    I don't think that's bad advice at all but a lot...

    I don't think that's bad advice at all but a lot can be learned by doing text mode things. I mean just writing a simple text adventure could teach you a lot depending on how much you wanted to put...
  15. Thread: where to start

    by gunder
    Replies
    15
    Views
    2,476

    You could always start out with something as...

    You could always start out with something as simple as a guess the number game, then move on to hang man, then you could move on to a text adventure. All of these are simple to do but you can learn...
  16. Replies
    1
    Views
    2,441

    Why don't you just start with the basics? You've...

    Why don't you just start with the basics? You've made two or three posts about which language would be the best to do 3D stuff and how to get and use DirectX. I get the feeling that you're still...
  17. Replies
    10
    Views
    3,476

    Did it help you understand or are you still...

    Did it help you understand or are you still confused? An array basically will let you keep several variables of the same type under the same name. So instead of doing something like this ..


    ...
  18. Replies
    6
    Views
    3,473

    Thanks for the suggestions, I really like the...

    Thanks for the suggestions, I really like the histogram and the maze. Those are things that are interesting to do but not too complicated. Thanks again.
  19. Replies
    6
    Views
    3,473

    any beginner ideas?

    I wasn't sure if I should post this here or on the contest board. I'm jumping back into C after a VERY long absence. Basically what I'm looking for are some ideas for programs. I've looked at the...
  20. Replies
    2
    Views
    996

    Nevermind I got it working. I had gcc located...

    Nevermind I got it working. I had gcc located somewhere else in my path first and it was messing it up, working fine now. Thanks anyway.
  21. Replies
    2
    Views
    996

    can anyone help me with mingw?

    Hello everyone I downloaded mingw today from www.mingw.org and I also downloaded the visual mingw ide from visual-mingw.sourceforge.net. I followed the instructions and got it all set up but when I...
  22. Replies
    8
    Views
    1,437

    oh sorry, I forgot to mention I'm doing this in...

    oh sorry, I forgot to mention I'm doing this in the console as an ascii app. I'm using dev-c++ on winxp.
  23. Replies
    8
    Views
    1,437

    I'm at work right now but I'll take a look at it...

    I'm at work right now but I'll take a look at it when I get home, thanks!
  24. Replies
    8
    Views
    1,437

    what's the best way to set up a timer?

    Hey guys, I'm sure this message is asked quite often but I can't find what I'm looking for. I want to write a tetris game and I'm trying to figure out how to make the peices "fall". The only thing...
  25. Replies
    13
    Views
    2,526

    Well I'm new to C so I may be a little off. I...

    Well I'm new to C so I may be a little off. I think you could just write your own function that you pass text to, then you have it print it to the screen and write it to a file. There might be an...
Results 1 to 25 of 35
Page 1 of 2 1 2