User profile: analoganomaly

User info
User name:analoganomaly
Name:Analog Anomaly
Location:Unknown
History
Joined:
Number of posts:7
Latest posts:

Interest ctrl+c problem
For process termination/management in windows I actually recommend sysintenals process explorer. It ...

what is the differenece between "signed" and "unsigned"
[code] Quote from vince1027 on Mar 13, 2008 at 8:00pm: By the way, the DOS new-line character requ...

Video playing inside C++ project file.
Most file types have specific libs written for demuxing. The first task is finding out which file ty...

what is the differenece between "signed" and "unsigned"
Agreed with namespace. Though I've found using std prior to cin and cout more worry-free. Getting us...

File i/o
[code] #include <fstream> [/code] Include fsteam for file i/o schtuffs use something like ...