User profile: ahcfan

User info
User name:ahcfan
History
Joined:
Number of posts:139
Latest posts:

Is learning GUI worth it
Yes it's worth it, unless you want all of your programs to be console-based. Some types of program j...

Converting A File Into Bytes And Re Creating It
Try calling GetLastError() to see why it fails.

Can someone help me understand the concept of the COM "interfaces"?
I'm pretty certain that COM interfaces are implemented as C++ abstract classes(I.e., every member fu...

Converting A File Into Bytes And Re Creating It
You asked in your post if there was an easier way using resources and I just posted the one way I kn...

How can I make my application open a window that gives you access to all the directories on your computer?
You marked this as solved so I take it you figured it out? In case you didnt, I wonder if you're us...