Search:

Type: Posts; User: soranz

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    913

    Hi, thanks for the replies! I think I got it....

    Hi, thanks for the replies!

    I think I got it. I wasn't asking myself the right question 'tabstop'.
  2. Replies
    3
    Views
    913

    Simplistic AI movement (pong++) help!!

    Hi! I'm working with Visual Studio 6.0 and I can't figure out how to make an AI character move around. This is for an RPG type game. I want my character to walk around in a rectangular area and pick...
  3. Replies
    0
    Views
    869

    dialog class object

    Hi, im working with a user defined dialog class derived from CDialog (using MFC, visual c++) and i'm trying to test a global function defined in a different implementation file that works in the...
  4. Replies
    3
    Views
    1,626

    thanks a plenty :)

    thanks a plenty :)
  5. Replies
    3
    Views
    1,626

    editbox strings - visual c++

    hi, my program is using a dialog box in visual c++. I'm trying to use an editbox to print general information to help me make sure everything is working properly at runtime. I can make it print...
  6. Thread: Serialization

    by soranz
    Replies
    8
    Views
    1,290

    The reason you would use streaming as opposed to...

    The reason you would use streaming as opposed to writting to the disk right away is that writting to the disk is very "expensive". Relatively speaking it takes a long time to write/read to and from...
  7. Replies
    3
    Views
    981

    hey thanks for the help guys i think i got it now...

    hey thanks for the help guys i think i got it now :)
  8. Replies
    3
    Views
    981

    sending arrays into functions

    hi, this is probably a simple question but how would i send a multidimensional array called myArray[][] into a function...i understand how to do it if the array is like myOtherArray[]

    i'd rather...
  9. Replies
    5
    Views
    2,703

    yes! that'll do just fine thanks so much ...

    yes! that'll do just fine

    thanks so much

    later
  10. Replies
    5
    Views
    2,703

    Ancient Dragon: yes it is like you said im...

    Ancient Dragon: yes it is like you said

    im not sure what this means:

    im just not sure how to set it so that the variables dont go out of scope between the two timers...

    thanks again
  11. Replies
    5
    Views
    2,703

    switch cases and timers

    Hi all, i'm new to using multiple timers. Im trying to plan a short project. I was wondering if it's possible to store a value from one timer into a variable that a second timer would be able to use....
Results 1 to 11 of 11