User profile: locatee

User info
User name:locatee
Old user name:Trial Faith
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
Visual Basic
C#
Python
History
Joined:
Number of posts:9
Latest posts:

prime, for, while..help
Of course my code runs without error, but it is lack of generality. Everytime it runs, it only give ...

insert() function of containers
@JLBorges I got it. So I can use emplace() to play this role.

insert() function of containers
[i]Essential C++[/i] didn't give the example of [b]iterator insert(iterator position) [/b]. His exam...

insert() function of containers
The book [i]Essential C++[/i] says: [quote] [b]iterator insert(iterator position)[/b] inserts an ele...

prime, for, while..help
I can understand your thoughts, in fact this is not a good idea. As Grime said, you have made a infi...