User profile: solidsnake

User info
User name:solidsnake
History
Joined:
Number of posts:9
Latest posts:

Input and Output array using function
I want to create a function that will accept input from the user and return the input, to be used fo...

No of sequence in an array.
I am trying to write a program that checks whether the number is in sequence(as in if the numbers ar...

Print statement without spaces.
@Duoas: Thanks for the tips. Will follow them in the future. Closing the thread.

Print statement without spaces.
I found the answer: #include <iostream> using namespace std; int main() { string word; getline(cin...

Print statement without spaces.
Hello, i am trying to write a program to print a statement without spaces in it. For example, if th...