User: Pepsi Boom

  • Public profile

User profile: Pepsi Boom

User info
User name:Pepsi Boom
History
Joined:
Number of posts:5
Latest posts:

Why is while( cin ) valid?
a stream object can be casted to a void* (ios's member operator void*) - the value returned is a nul...

can anyone check if there's any error to my program...
Look for double single quotes in your source: i.e. '', like when the code says your zodiac is Cancer

beginner program in Win32 help pls
In order for a modal dialog box to stay on the foreground, it must be owned by the window having the...

I don't get ios::ate
I guess what you are looking for is ios::app, which opens the file to "append" content to it. ios::...

Could someone help me optimize some very redundent code?
first, (52-1+1) is 52 anyway... then, how about using arrays and for-loops? [code] int num[10], r...

This user does not accept Private Messages