User: Ryusko

  • Public profile

User profile: Ryusko

User info
User name:Ryusko
History
Joined:
Number of posts:22
Latest posts:

Parsing the name of constants from a file
Ah, thank you! Totally forgot about maps. This is basically what they were made for.

Parsing the name of constants from a file
Whoops, should have been more clear. I don't want to actually have the line [code] x = INTEGER_NUMB...

Parsing the name of constants from a file
So, let's say that I have [code] const int INTEGER_NUMBER = 4; int x; [/code] and I'm parsing i...

Duplicate entries in a vector
So, this is similar to the last question. I'm parsing a file into a vector, but whenever I add a new...

Vector losing items
Ah, that fixed it, thanks. I forget that vectors are not inherently references like arrays are.

This user does not accept Private Messages