User profile: jsheley

User info
User name:jsheley
History
Joined:
Number of posts:3
Latest posts:

How to improve my C/C++ posts to CplusPlus forum
I would like to know how to increase the enjoyment and benefit of my posts to the readers of the C...

How to get ALL filenames in directory output?
Try system("dir >File_directory.txt");// Winodws only The contents of the directory are dumped in...

Difficult C programming projects
Google the old "mastermind game". The "mastermind game" that I refer to is a child's game has col...