User profile: AlphaFoxAlpha

User info
User name:AlphaFoxAlpha
History
Joined:
Number of posts:8
Latest posts:

mac address generator help!
Here is another version... [code] #include <iostream> #include <string> std::string randomMac(void)...

opening files
In the upper left corner is a button labled "File". Click on it and select "Open". ;-) Seriously, we...

Doubly Linked List Program
Great!

Doubly Linked List Program
You have defined a function to store data, but you aren't using it. Then you should check the condi...

Need some insight on why my program isn't running like it should.
You should place the input part (line 11 to 13) outside of the for-loop. And don't set x = 0; (line...