User profile: Volatile Pulse

User info
User name:Volatile Pulse
Name:Zach
Location:York, PA
Bio:Started programming in high school with C++, went to ITT and self taught some other languages. Just now getting back into programming. Learning a lot.
Statistical data
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:1467
Latest posts:

copy and paste step by step
It might be possible using the Windows COM objects. You'll have to do some research. I can't write t...

MinGW + Threads
It compiles fine with MinGW, but I'm not sure if you need to link to a library on Linux or not. Mayb...

MinGW + Threads
I tried the patches and using the same code as above (and used the suggested libraries) I get this: ...

copy and paste step by step
The same thing it's used for in C++, to return from a function. In this case, if you encounter retur...

MinGW + Threads
Sounds like a plan. I'm just so disappointed in MinGW about this whole thing. It supports threads, u...