User: Cplusminusplus

  • Public profile

User profile: Cplusminusplus

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

Incrementing and decrementing strings of letters
That still doesn't help, I need you to modify the code so that it works, as for the site the first o...

Incrementing and decrementing strings of letters
Can you fix the code so I can see what you have in mind?

Incrementing and decrementing strings of letters
[code]#include <bits/stdc++.h> using namespace std; int main () { int n; string let; c...

How exactly can I make a program which will display the digits of a number?
The number can be literally any number, lets say it is 1425. The program needs to print out: "1 4 2...

Passcode Lock
You have a small mistake on the cin >> part, you want the int passcode = 1234 not to change and you ...

This user does not accept Private Messages