User profile: yop
User info |
User name: | yop |
History |
Joined: | |
Number of posts: | 6 |
Latest posts: |
Question about reading input Hello:
I would take the full line written by the user with std::getline(std::cin,stdstringnamewhere...
Need help using a function in Main Just a question, why do you start your functions with a ;? It'll compile, but why would you do that?
String stream bin numbers [code]istringstream ii(cislaII);
is >> b;[/code]
should be:
[code]istringstream ii(cislaII);
...
Decimal to binary Hello,
The % symbol, called modulo, gives the remainder of a division. For example, 4%2 = 0
code giving weird symbol Hello,
I don't exactly understand what you want to do, but I'm guessing you want to make a console ...
|
This user does not accept Private Messages