User profile: pcworx

User info
User name:pcworx
Email:pcworxonline@gmail.com
Name:Dan Parker
Location:Marietta Ohio
Bio:Hurt Fat guy. I needed something to keep my mind active so I decided to take up learning c++ until I could get back in school. My wife is going to nursing school and I am waiting for her to get done to see if I wish to go back myself. I have a strong background in hardware, but not networking although I have been out of that for some time now as well. I assure everyone when I ask a question here I have beat my head hard enough that I have earned the right to ask for help. No homework help here...just myself picking up some stuff before I "perhaps" go back to school. Feel free to drop me an email anytime about anything because I am never doing anything.
Statistical data
Birthdate:Mar 27, 1973
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:12
Latest posts:

working with arrays backwards
wow I must be off my rocker completely lol let me go back and work with it somemore. thanks again.

working with arrays backwards
[code] //lesson 6 exercise 2 #include <iostream> using namespace std; int main() { int MyInts1[2...

working with arrays backwards
[code] //lesson 6 exercise 2 #include <iostream> using namespace std; int main() { int...

for loop has me confused with local variable
Soranz, Thank you very much, I had often heard you must seed for random number and now I have some ...

for loop has me confused with local variable
hey guys I got it figured out...and yes I am a stickler for indentation just need to get used to for...