New: c-plusplusAll contenthive-129948krhive-196917zzansteemhive-185836hive-166405hive-183959hive-180932hive-150122uncommonlabhive-144064photographyhive-101145hive-145157lifehive-188619hive-183397bitcoinkrsuccesshive-181136hive-184714hive-193637hive-109690hive-124908TrendingNewHotLikerslearnandgrow (62)in programming • 7 years agoGet and Seekg/p functions in c++Program Body #include #include #include using namespace std; int main (){ fstream file("password.txt"); if(!file.is_open()){     cout< }else { cout< file.seekp(19); file <…learnandgrow (62)in programming • 7 years agoprogram helper page of c++.Hey steemians. I brought you the program helper post. #include using namespace std; void alpha(); //Global variable int a; int main(){ //local variable in main function     a=10;…learnandgrow (62)in programming • 7 years agoWorking of two programs .!!!hey steemit and steemians. I brought you working of my last two programs. Program Body #include using namespace std; int main(){ int a,z; string b; float c; int x; string e; int f;…learnandgrow (62)in programming • 7 years agoTwo programs of day!Hey steemit and steemians. here is password program and item program in C++. Program Body: #include using namespace std; int main(){ int a,z; string b; float c; int x; string e; int…learnandgrow (62)in programming • 7 years agoTwo programs for todayHey steemit and steemians. another c++ program, not one this two programs. Lets get started Continue statement program. Program Body: # include using namespace std; void wolf(); int…learnandgrow (62)in programming • 7 years agoHalf hand operator program's workinghey steemit and steemians. Lets start the working and proof of the morning's program the half hand operator. Program Body: #include #include using namespace std; class damon{ int a;…learnandgrow (62)in programming • 7 years agoHalf hand operator program.Hey steemit and steemians. lets look at hand hand operator  Subtraction (-) program. Using C++ Program Body: #include #include using namespace std; class damon{ int a; public:…learnandgrow (62)in programming • 7 years agoaddress program prototype.Hey steemit and steemians. I brought you a simple program of address database. keep in mind its a prototype program. LETS BEGIN: Program Body: #include using namespace std; int main(){…learnandgrow (62)in programming • 7 years agoWORKING OF GOKU'S TRANSFORMATION HUB PROGRAM.Hey steeemit and steemians. I am going to show you guys the working of program "goku's transformation hub" my very own stupid old program. PROGRAM BODY: #include #include using namespace…learnandgrow (62)in programming • 7 years agoC++ Programming in code blocks. item pre-program ...check outHEY STEEMIT. Here is an item program.let me tell you what it does, down. PROGRAM BODY: #include using namespace std; int main (){ int pointer= 0; cout< int itemsno;…justyy (82)in technology • 8 years agoCan a Win32 C++ Process Kill Itself?XXX: