User: serjo

  • Public profile

User profile: serjo

User info
User name:serjo
History
Joined:
Number of posts:8
Latest posts:

vector assignment question
I need to assign the values after the declaration. [code]words = {"one", "two", "three"};[/code] d...

vector assignment question
I am trying to assign a list of values to a vector: vector<string> words; words[] = {"one", "two...

dup2() redirect
I 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 string
I figured pointing to a list instead of storing it would be more efficient.

Converting char pointer to string
I guess that could work.

This user does not accept Private Messages