Login
Discover
Waves
Communities
Login
Signup
Topics
#binaryfiles
Global
Trending
Hot
New
Top
#binaryfiles
New
Top communities
Create your community
latest #binaryfiles created topics | Ecency
#binaryfiles
Follow to get notified about new posts with this tag
Get #binaryfiles by email
Follow
markkujantunen
LeoFinance
6y
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
9y
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
9y
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
learnandgrow
programming
9y
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;