vector assignment questionI need to assign the values after the declaration. [code]words = {"one", "two", "three"};[/code] d...
vector assignment questionI am trying to assign a list of values to a vector: vector<string> words; words[] = {"one", "two...
dup2() redirectI am a bit confused about dup2. I am trying to redirect stdout to file and back. It works with a f...
Converting char pointer to stringI figured pointing to a list instead of storing it would be more efficient.
Converting char pointer to stringI guess that could work.
This user does not accept Private Messages