User profile: vencent

User info
User name:vencent
Name:Vencent Louis
Location:New York
Bio:nobody nothing
History
Joined:
Number of posts:18
Latest posts:

find identifiers' values for logic expression
Given a expression, such as p | !q, how to find the p,q (i.e. p=1, q=1)to make the expression true? ...

Method that returns Object pointer
// MenuItem Menu::*findItem(string code) I am a newbie, so just try: MenuItem* Menu::findItem(string...

How to read again after input EOF
So once input control-d, no input is accepted from the user, right?

How to read again after input EOF
[code] #include<iostream> using std::cin; using std::cout; using std::numeric_limits; using std...

Beginner Exercises: Bracketing Search
oldnewbie, I just keep std:: to remind me those are in std. BTW, how to keep the code area smaller l...