User profile: oontvoo

User info
User name:oontvoo
History
Joined:
Number of posts:40
Latest posts:

"Freeze up" the program for awhile
Umm.... I tried "stdin.get()" like you said. But it doesn't work! ... stdin is not an object. A...

"Freeze up" the program for awhile
Ok, so here's sort of what I'm trying to accomplish. I'll try to make it as understandable as I know...

determining the current position of the cursor
Is there any possible way to determine the current position of the cursor on the console output scre...

toString() method?
IS there any possible way to make the << ( insertion operator) to work with an instance of my class?...

sub class constructor calling its "super constructor"
I have a super class and a sub class defined as follow [code] class Super { public: double x...