iterator for binary treeSuppose 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 stringGot it. Thank you very much guys!
replace() with stringWhy 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