New: codeblocksAll contenthive-129948krhive-196917zzansteemhive-166405hive-183959hive-180932hive-185836uncommonlabhive-150122hive-144064hive-101145lifephotographyhive-183397hive-188619bitcoinhive-145157hive-184714krsuccesshive-124908hive-109690motivationhive-181136TrendingNewHotLikersbdhero (67)in hive-129948 • last yearকম্পিউটার ল্যাবে প্রথম প্রোগ্রামিং ক্লাস ||♥ আসসালামু আলাইকুম/আদাব ♥ হ্যালো বন্ধুরা, কেমন আছেন সবাই? আশা করি সবাই ভালো আছেন। আমিও আল্লাহ তায়ালার অশেষ রহমতে ভালোই আছি। আজ আমি আরেকটি ব্লগ নিয়ে আপনাদের সামনে হাজির হলাম। আশা করি…kingtutlearning (34)in odysee • 3 years agoDive In - Code::Blocks on OdyseeI was too busy to enjoy the weekends, so I forgot to upload the dive in video on #odysee #codeblocks #kingtut #diveinkingtutlearning (34)in codeblocks • 4 years agoDive In - Code::BlocksFinished #livestreaming dive in video. Here is the link to the video. Still learning about how to properly livestream. When you have an ok hardware, its difficult to livestream. #kingtut #divein…kingtutlearning (34)in livestream • 4 years agoUpcoming Dive in livestream 6/19/2021I will be doing a dive in livestream at 6:30pm today on #YouTube . I will be reviewing/exploring Code::Blocks. #screenshotsaturday #livestreaming #kingtut #diveinalexandruionescu (57)in c • 5 years agoHow to set up your environment for C programming in 30 seconds ?How to set up your environment for C programming in 30 seconds ? What you need : (a) Text Editor (b) The C Compiler. Install GNU C/C++ compiler Windows XP / Vista / 7 / 8.x / 10: - to…hasibbd (25)in c • 7 years agoHow Creat Bangladesh national flag Using Turbo C &C++ or codeblocksHow Creat Bangladesh national flag Using Turbo C &C++ or codeblocks Full Link: How Creat Bangladesh national flag Using Turbo C &C++ or codeblocks How Creat Bangladesh national flag Using…hasibbd (25)in creat • 7 years agoCreat Indian Flag Using C & C++ Or Codeblocks ProgramingHow Creat Indian National Flag Using C & C++ Programing: Hello Friends. How Are You I think You are good . Today I will Show You How Creat Indian National Flag using Turbo C&C++ Or Codeblocks..…member10softcare (38)in codeblocks • 7 years agocode blocksHow to install code blocks. plz install now. step by step download installing ......learnandgrow (62)in programming • 7 years agoThe simple password program in C++ language.Language Used This program is made in C++ language. CODING #include using namespace std; int main(){ int a,z; string b; float c; int x; string e; int f; string q; cout<>a;…learnandgrow (62)in busy • 7 years agoBinary file programProgram Code #include #include #include using namespace std; class theOriginals{ char name[500]; int saireline; public: theOriginals(){ strcpy(name,"enter name of Original");…riyasaat (40)in codeblocks • 7 years agoHow to Setup CodeBlocks|| What is IDE? || Tutorial 1 || Learn C Programming From the Scratch SeriesWhat's up good folks, it me @riyasaat the ultimate techno freak is back again with my very 1st blog of the series call "Learn C Programming From the Scratch Series". In this blog I'll be…learnandgrow (62)in programming • 7 years agoClass roll number programProgram Body #include using namespace std; void display(); int main(){ cout< cout< cout< int a,c,e,d; cin>>a; switch (a){ case 1:{ cout<…learnandgrow (62)in programming • 7 years agoC++ read and write file program (prototype)!Program body #include iostream #include string #include fstream using namespace std; int main (){ string io; cout<>io; if(io=="read"){ ifstream file("kirito.txt");…learnandgrow (62)in programming • 7 years agoMultiple file line reading program (part 3).Program body #include iostream #include string #include fstream using namespace std; int main (){ ifstream file; file.open("izuna.txt"); if(!file.is_open()){ cout<learnandgrow (62)in programming • 7 years agoWriting the file by C++ programmingPROGRAM BODY #include iostream #include string #include fstream //I can't put the horizontal v shaped signs those are called as HTML components here so sorry using namespace std; int main…learnandgrow (62)in programming • 7 years agoC++ file open programProgram body #include iostream #include string #include fstream using namespace std; int main (){ fstream file; file.open("sabi.txt",ios:: in |ios :: out | ios :: trunc);…learnandgrow (62)in programming • 7 years agoContinue statment program.Program body # include using namespace std; void wolf(); int main(){ int a =1; while (a a ++; if(a ==3){ continue; a ++; } cout< } wolf(); } void wolf(){ int x…learnandgrow (62)in programming • 7 years agoProgram of day.Program Body #include #include using namespace std; class goku{ private: string a,an; string b,d; public: void input(){ string in; cout<…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 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…