Questions tagged [eosio]

EOS.IO is a blockchain protocol based on the cryptocurrency EOS. The smart contract platform claims to eliminate transaction fees and also conduct millions of transactions per second. It was developed by the private company Block.one and launched in 2017. The platform was later released as open-source software.

1 questions
1
vote
0 answers

Alternative to std::istream in c++

I have the next code but I'm using it in an eosio smart contract so get this error: use of overloaded operator '>>' is ambiguous (with operand types 'std::istream' I think that the problem is because I don't use the header #include
Eosio
  • 39
  • 3