Search:

Type: Posts; User: goatslayer

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,223

    I guess I am looking for something a bit more...

    I guess I am looking for something a bit more cross-platform.

    Thanks for the other replies. I hope to be able to sit down and try something a little later this week. This should be very helpful.
  2. Replies
    10
    Views
    2,223

    Thanks auralius. Those look pretty good, if...

    Thanks auralius. Those look pretty good, if libjpeg doesn't do it, the openCV library looks good. I'll have a look at those.
  3. Replies
    10
    Views
    2,223

    C++ JPEG Handling...

    Does anyone know any good libraries for handling images?

    At the very least I would like to display the image on screen and be able to zoom into it.

    A library is useful, but if there are any...
  4. Replies
    8
    Views
    2,114

    Yea, I've read a little about XUL, I do want to...

    Yea, I've read a little about XUL, I do want to take a look at it sometime, but (and forgive my ignorance) - won't every application look like firefox/thunderbird? - on the upside though, am I...
  5. Replies
    8
    Views
    2,114

    GUI: The future of...?

    I've been involved in IT for a number of years, and have been programming for a while. One thing that has always surprised me is programming GUI's with Win32.

    Win32 still seems to me to be the...
  6. Replies
    1
    Views
    2,157

    UK C++ Certification Programs?

    Does anyone know of any certfications available for c++ in the uk? Failing that, over the internet in any other country?

    Microsoft used to do one for VC++ 6.0, but it was dropped and not replaced....
  7. Replies
    4
    Views
    7,210

    You might want to reconsider your choice of C++...

    You might want to reconsider your choice of C++ for text based RPG, there is a language called Inform 7, and others which have all been created specifically for text based rpg.

    I don't know how...
  8. Replies
    15
    Views
    4,730

    Neat game mike_g, very nice indeed, i'll have to...

    Neat game mike_g, very nice indeed, i'll have to check out the authors website, learn a bit more about that.

    Yea, on 2D, I think physics does still apply to as much of an extent as your...
  9. Replies
    15
    Views
    4,730

    you have a point mike_g, but if i were learning...

    you have a point mike_g, but if i were learning physics i would be programming demos for myself with it simultaneously, the idea being not necessarily to remember all the physics, but to learn how...
  10. Replies
    15
    Views
    4,730

    thanks avgprogamerjoe, excellent tutorials there,...

    thanks avgprogamerjoe, excellent tutorials there, I'll probably start looking at that immediately, very useful.

    brewbuck, thanks also. I am interested in just basics at the moment, ball bouncing...
  11. Replies
    15
    Views
    4,730

    Physics Programming Tutorials?

    Are there any online physics programming tutorials or guides out there?

    I've used the search facility on this forum, couldn't see anything specifically for getting into programming physics for...
  12. Replies
    11
    Views
    9,061

    Although unrelated, in another thread I created...

    Although unrelated, in another thread I created on this post twomers suggested SQLlite, which also looks like a nice solution to my question above....
  13. thanks twomers, I've had a chance to look at...

    thanks twomers, I've had a chance to look at sqlite, it looks like it might be ideal for what I'm doing now and another couple of ideas in the pipeline.

    Thanks for the other responses guys, I'll...
  14. Replies
    6
    Views
    1,430

    twomers, getch() seems quite useful, do you know...

    twomers, getch() seems quite useful, do you know any references with more information on the conio library?
  15. Robust method for storing data outside of a program

    I have a program that I need to save data from, it is information about a number of players and their scores. I want to keep a running record of the scores when the program is not running and use the...
  16. Replies
    6
    Views
    1,430

    Just to see if I understand correctly, you want...

    Just to see if I understand correctly, you want them to press the number 4 and on immediately pressing the number you don't want the number to appear on the input line?
  17. Replies
    11
    Views
    9,061

    Man, I'm looking forward to spore! On AL...

    Man, I'm looking forward to spore!

    On AL though, how would one normally expect to "store" the intelligence?

    If you have one creature in a program and you have it set up to learn to avoid walls...
  18. thanks.

    thanks.
  19. What is your reference cpjust?

    What is your reference cpjust?
  20. I'll have a look at both methods, although it...

    I'll have a look at both methods, although it looks like encapsulating the array in the class and returning a const reference or pointer to it might be the best way to go about it.

    In terms of how...
  21. Thanks matsp, a structure should do the trick...

    Thanks matsp, a structure should do the trick nicely.

    cpjust, i'll think about incorporating a vector into matsp's suggestion. - are arrays really nearly obsolete, surely there is still a time for...
  22. Sensibility of returning a 2D array from a Class

    I'm creating a class to handle coordinates, I want to call a function in it, this function needs to return 5+ sets of coordinates, obviously X and Y, to the program calling it.

    I think I can use...
Results 1 to 22 of 22