User profile: gzero

User info
User name:gzero
Bio:I'm 26 years old, and I work as an ASME pressure vessel code inspector. I'm fascinated by technology of all sorts, and I've always wanted to try my hand at programming. I've discovered that C++ is pretty challenging to learn from a book,though, so it's nice to have a site that I can go to with questions.
For now, I'm just experimenting.
History
Joined:
Number of posts:82
Latest posts:

Windows API
Here's the most comprehensive tutorial I've been able to find. It walks you through encapsulating t...

need help with general c++ stuff
Here's a treasure trove of links to free tutorials and online books. Enjoy! I know I am. http:/...

please help me
Sounds like you need to start writing some. Feel free to come back when you have a question.

PLS HELP! burned out with strings
Is there a question in there somewhere?

addition of 2 multidimentional arrays
Just iterate through and add them: [code] int array1[5][5]; int array2[5][5]; int sumarray[5][...