User profile: mahsaa

User info
User name:mahsaa
History
Joined:
Number of posts:5
Latest posts:

string
is there any problem in my algorithm for reading from file and putting in string?!

string
yes,I just forgot that bracket in copy pasting. I changed the way of declaring main function as you ...

string
I have classes named and,or...and in main I need their members so I declared main as those classes f...

string
why it gives string subscript out of range error?! [code]void main(vector<and> ands,vector<or> ors,...

classes
I don't know how can a function of a class use private member declared in another class?!