User: nguyentrang

  • Public profile

User profile: nguyentrang

User info
User name:nguyentrang
History
Joined:
Number of posts:21
Latest posts:

iterator for binary tree
Suppose you are given the root node [code]Node root;[/code] of a binary tree. How would you write an...

array of vector<int>
[code]vector<int> v(5)[/code] creates a vector<int> v of size 5 [code]vector<int> v[5][/code] cre...

replace() with string
Got it. Thank you very much guys!

replace() with string
Why can't I do this using replace(): http://www.cplusplus.com/reference/algorithm/replace/ [code...

Using regex in sscanf
[code] char c, s1[2500],s2[2500]; sscanf(t,"%c id='%[^']' style='color:%[^']'>",&c,s1,s2);[/code]...

This user does not accept Private Messages