User profile: Stewbond

User info
User name:Stewbond
History
Joined:
Number of posts:2075
Latest posts:

2-D arrays & function
[code]void PrintArray(int[10][10] arr) { for (int i = 0; i < 10; ++i) for (int j = 0; j ...

plz help me this exercise
I don't mind helping you and can help, but First I need to see your attempt at solving this. I'm no...

examples
http://lmgtfy.com/?q=C%2B%2B+examples

Create high priority process
Thanks guys, I'm working on a Windows Server 2003 device, so maybe that is the difference. I've ...

Create high priority process
I have an application which starts a bunch of other processes. I need one of these processes to be ...