User profile: UltimateCoder

User info
User name:UltimateCoder
Bio:Just started with C++. Done some web design and developments before.
Statistical data
Gender:Male
Occupation:Other
Skills:PHP
Javascript
History
Joined:
Number of posts:5
Latest posts:

Splitting String
I 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 statements
you 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...