User: bruceda

  • Public profile

User profile: bruceda

User info
User name:bruceda
Name:Daniel Bruce
Location:Hannibal, MO
Bio:I'm an amateur programmer, just about to finish college. My lack of real world experience causes me to struggle with some problems still. I have training in C++, JAVA, php, vb, html, javascript, css, and mysql.
History
Joined:
Number of posts:7
Latest posts:

writing to 2-d array of pipes in child process
Thanks

writing to 2-d array of pipes in child process
What are code tags for?

writing to 2-d array of pipes in child process
I got it all working today. I had it all messed up. 1st was closing the pipe ends that werent suppos...

power of 2
yeah, you need to understand the math.. int a = 2; int result; for(i=0, i<50; i++) result = a^i; ....

nested if-else statements
return 0 or exit(0) will exit on error if that's your goal, but keep it prompting will work fine

This user does not accept Private Messages