User profile: E l e c t r i c

User info
User name:E l e c t r i c
Statistical data
Gender:Male
Occupation:Other
Skills:C++
Assembly
Swift
HTML
History
Joined:
Number of posts:17
Latest posts:

Help with coding
You can use a do loop still. However, your while loop wont work with the method I created. I am unsu...

Help with coding
It would require you to not use a while loop, you would also need to change empID from an int to a s...

Finding digits on a number with size 10^100
I am not sure what you're trying to ask. Do you want to count how many digits are in a number? For e...

Help with coding
You should use getline(cin, variable); This will insure it takes it the whole line of text the user ...

row vector
When you're printing 'a' your printing the address of the array.