Search:

Type: Posts; User: mmarab

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,515

    Network Traffic Monitor

    Hi,

    I've been looking into developing a network traffic monitor for windows just for learning purposes, i found some old threads in the forum but i didnt find them very helpful. I've been...
  2. Replies
    2
    Views
    1,840

    Find specific text.

    Hi,

    I have the following string:

    <INPUT TYPE="text" SIZE=40 NAME="user" VALUE="john"> <br>

    i would like to extract the VALUE so in this case "john", and then replace it with something...
  3. Replies
    3
    Views
    2,203

    Thanks for your help guys, least i have some kind...

    Thanks for your help guys, least i have some kind of idea now. Something i read mentioned the use of a string accumulator, so i just wanted to have an idea.

    Thanks
  4. Replies
    3
    Views
    2,203

    String accumulator?

    Hi,

    i was wondering if anyone knew what was meant by a string accumulator? Googled it but didnt get any good results.

    Thanks
  5. Replies
    8
    Views
    9,657

    Thanks for your help. Much appreciated .

    Thanks for your help.

    Much appreciated .
  6. Replies
    8
    Views
    9,657

    Thanks, I will be using Windows XP, i like to...

    Thanks,

    I will be using Windows XP, i like to use Visual C++ Express to do my development. So i guess looking at the Windows API is probably a good place to start.
  7. Replies
    8
    Views
    9,657

    Displaying an Image with C++

    Hi,

    i was wondering how to display an image to screen using c++. Which would be the best way to go about doing this, any help would be great.

    Thanks.
  8. Replies
    5
    Views
    23,121

    Shifting elements in an Array

    Hi,

    Was wondering if anyone could help, basically i want to shift some elements in an array when new ones are added.

    For Example:

    My Array contains: <1,2,3,4,5>
    Then i add the following...
  9. Replies
    10
    Views
    5,283

    Cheers for your help. I have a question...

    Cheers for your help.

    I have a question concerning the following lines of code:



    hinstDLL = LoadLibrary((LPCTSTR) "c:\\windows\\sysmsg.dll");
    hkprcSysMsg =...
  10. Replies
    10
    Views
    5,283

    Thank you for your help. I have been...

    Thank you for your help.

    I have been experimenting with HOOKPROC. I will also look into SetCapture. Using either of these i think my problem will be solved.

    I have tried googling my next...
  11. Replies
    10
    Views
    5,283

    Thanks, using windows programming i can now...

    Thanks, using windows programming i can now monitor left clicks within the client window. But now i need to monitor them outside of the client window. Hopefully i can do this?
  12. Replies
    10
    Views
    5,283

    Thanks for the reply, not sure which to use. ...

    Thanks for the reply, not sure which to use.

    Basically i would need the mouse clicks to be monitored outside of the client window, well there wouldn't even be a client window. I want to be able...
  13. Replies
    10
    Views
    5,283

    Sorry, my fault. Windows XP, and Microsoft...

    Sorry, my fault.

    Windows XP, and Microsoft Visual c++ compiler.
  14. Replies
    10
    Views
    5,283

    Monitor Mouse Clicks

    Hi,

    I would like to monitor mouse clicks, i.e whenever the left mouse button is pressed i know about it.

    But i'm just abit lost as where to start, i havent coded anything like this before,...
  15. Replies
    12
    Views
    2,911

    Nice one, i checked that book out, it looks...

    Nice one, i checked that book out, it looks really good. Should be a good starting point.

    Book = AI Game Engine Programming
  16. Replies
    34
    Views
    6,408

    I agree games are complex to program and its not...

    I agree games are complex to program and its not an easy task. I'm not disagreeing with you.

    All I’m saying is that some people don’t wont to code the next Halo or Forza Motor Sport etc. They...
  17. Replies
    34
    Views
    6,408

    He/she wanted to make a little game!! That is...

    He/she wanted to make a little game!! That is easy to make games for!!! Dont make everything so serious Bubba! Its supposed to be fun!
  18. Replies
    34
    Views
    6,408

    Which is your book?

    Which is your book?
  19. Replies
    12
    Views
    2,911

    Hey thanks, that is really interesting and makes...

    Hey thanks, that is really interesting and makes a lot of sense.
  20. Replies
    34
    Views
    6,408

    Example of kind of forcing garbage collection but...

    Example of kind of forcing garbage collection but using runtime: But i agree, using something like System.gc() is just a hint, and it does not guarantee immediate action, but actually it could slow...
  21. Replies
    12
    Views
    2,911

    Yeah, decision trees i could see being used. As...

    Yeah, decision trees i could see being used. As they learn fast.
  22. Replies
    7
    Views
    2,257

    Wouldnt page flipping or double buffering help...

    Wouldnt page flipping or double buffering help solves this problem. Or am i going way off target. Anyway just trying to help.
  23. Replies
    12
    Views
    2,911

    AI used in computer games.

    Just wondering if anyone new which AI technique is the most popular? I would guess that some out these:

    MACHINE LEARNING
    EVOLUTIONARY COMPUTATION
    REINFORECEMENT LEARNING
    ARTIFICIAL NEURAL...
  24. Replies
    34
    Views
    6,408

    If you have some programming experience but not...

    If you have some programming experience but not much, but would like to create a game simply and quickly. Then Java is a good place to start, as it will allow you to get into programming and hide...
  25. Replies
    54
    Views
    368,926

    Sticky: Thought this may be a good link, i found it great...

    Thought this may be a good link, i found it great when i was choosing an ide and need to set up directX. Its a tutorial for setting up DirectX with Visual C++ 2005 Express Edition
    ...
Results 1 to 25 of 30
Page 1 of 2 1 2