Светлана Цинк
VC++: parser и string
#include "stdafx.h"
#include
#include
using namespace std;
string Entering;
int Entering1(){
char s = System::Convert::ToChar(Entering);
return s;}
float number()
{
int res = 0;
for (;;)
{
char c = cin.get();
if (c >= '0' && c