User profile: Ivitoh

User info
User name:Ivitoh
History
Joined:
Number of posts:11
Latest posts:

Jump to a specific string of a list<string>
Okay... What I have done so far.. [code]bool AYED2019::operaciones(vector<string> Original) { bool ...

Jump to a specific string of a list<string>
Okay yes, Ive managed to that, but how can I excute the IF THEN part? i was thinking of splitting th...

Jump to a specific string of a list<string>
Okay I managed to get that sort out i think, i changed this [code]if (chain.at(2) == '=') { if (...

Jump to a specific string of a list<string>
@Duthomhas regarding the part where i have to do the math... i was trying to do something like this ...

Jump to a specific string of a list<string>
But... The way you are implementing it is specificly for my text example, but if i dont know the lin...