interprocess communication?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tingle
    New Member
    • Feb 2007
    • 3

    interprocess communication?

    Hi, im sorta new to programming with c++ but i got the hang of it :),
    i want to know if there are some typ of explanation's, guides, or tutorials somewhere and if someone could give me links, about how to use c++ to interact with programms, expecialy games.

    For example:
    a c++ programm that replys to events that happens in-game like a chat event or a movement, something alone that line is what im thinking about.

    Any help or suggestions would be helpfull. Thank you.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by Tingle
    Hi, im sorta new to programming with c++ but i got the hang of it :),
    i want to know if there are some typ of explanation's, guides, or tutorials somewhere and if someone could give me links, about how to use c++ to interact with programms, expecialy games.

    For example:
    a c++ programm that replys to events that happens in-game like a chat event or a movement, something alone that line is what im thinking about.

    Any help or suggestions would be helpfull. Thank you.
    What kinds of games are you trying to create a response to?

    Comment

    • Tingle
      New Member
      • Feb 2007
      • 3

      #3
      Originally posted by sicarie
      What kinds of games are you trying to create a response to?
      mmorpg

      things like gild wars, world of warcraft, flyforfun, ect.. things that just do client site, like moving the character or chatting automaticly ect..

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by Tingle
        mmorpg

        things like gild wars, world of warcraft, flyforfun, ect.. things that just do client site, like moving the character or chatting automaticly ect..
        Then I would look at any sort of mods those games have. I'm not too familiar with game development myself, but I would imagine you could figure out the things the game is creating/sending from looking at how those interacted with it.

        Is anyone else more familiar with this srt of stuff and able to offer other ideas?

        Comment

        • Tingle
          New Member
          • Feb 2007
          • 3

          #5
          Originally posted by sicarie
          Then I would look at any sort of mods those games have. I'm not too familiar with game development myself, but I would imagine you could figure out the things the game is creating/sending from looking at how those interacted with it.

          Is anyone else more familiar with this srt of stuff and able to offer other ideas?
          now... i dont want to know that i want to know how to interact with a game, if there is a tutorial or explanation on how to interact with other software... coz i dont know that...

          Comment

          • horace1
            Recognized Expert Top Contributor
            • Nov 2006
            • 1510

            #6
            have a look at
            http://www.cppgameprog ramming.com/cgi/nav.cgi?page=in dex
            http://www.gillius.org/tutorial.htm

            Comment

            Working...