Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #binaryfiles created topics on internet
markkujantunen
LeoFinance
2020-11-09 18:40
Could Storing Binary Files On Hive Create Demand For Resource Credits And Thus Support The Price?
The vast majority of Resource Credits are currently used for absolutely nothing A while back, I heard someone mention the idea of storing binary data on the Hive blockchain. I'd like to discuss the idea
$ 1.952
130
learnandgrow
busy
2018-02-05 15:42
Binary file program
Program Code #include #include #include using namespace std; class theOriginals{ char name[500]; int saireline; public: theOriginals(){ strcpy(name,"enter name of Original"); saireline =1000;}
$ 0.102
4
learnandgrow
programming
2018-01-28 18:16
reading and writing to binary files in c++ , in The Originals style.
Program Body #include <iostream> #include <cstring> #include <fstream> using namespace std; class theOriginals{ char name[500]; int saireline; public: theOriginals(){ strcpy(name,"enter
$ 9.085
10
2
learnandgrow
programming
2018-01-26 16:35
Writing to Binary file in C++ program
Program Body #include<iostream> #include <fstream> #include <string> using namespace std; class vamp{ private: char by[500]; int HowMany;
$ 0.631
7
2