Splitting StringI am trying to split a string like "8573656.5465467.5435325.3253255" into separate int variables eac...
Spliting up a string of numbers?I have this so far but I am guessing that it is massivley wrong. [CODE] #include<iostream> #i...
Need help(Task)To find didgit 2 you can use something like this [CODE] int numbers[]; cin>>numbers; didgit2=n...
conditional statementsyou can just use if
Spliting up a string of numbers?I am making a basic "encryption" software in C++. I have sorted the encryption bit, but decrypting i...