New: cppAll contenthive-129948hive-196917krsteemhive-183959zzanhive-180932photographyhive-166405hive-185836hive-188619uncommonlabhive-150122hive-144064bitcoinhive-183397hive-124908hive-101145krsuccesshive-139150hive-181136hive-103599hive-109690hive-145157lifeTrendingNewHotLikersjeff-kubitz (69)in cryptocurrency • 17 days agoWindows Sample SHA256 - 2 Quickie BLOCK CHAIN!I just made a sample block chain of 3 blocks using a Dave Nash sample program. It was old from 2017, and a CLION Linux c++11 Here's the hashes of the block chain. This hash was set to…enzojade (28)in cpp • 7 months agoEmpower Your C++ Journey: Top 5 Websites for Assignment AssistanceAre you struggling with your C++ assignments and in need of expert assistance? Don't worry; you're not alone. Many students find themselves overwhelmed by the complexities of C++ programming.…thisisname (26)in c • 8 months agoc++ - 스터디 참고 사이트c++ 연습문제 패키지 c++ 강의 유튜브 c++ 커리큘럼rnkchr0 (35)in c • 2 years agoExplore NaN and Infinity in C ProgrammingLet’s look into NaN and Infinity in C programming, uncover their unique properties, practical applications, potential pitfalls, and best handling practices.rnkchr0 (35)in c • 2 years agoWhat is exit(0) and exit(1) in C/C++ | ExplainedExit Success – This is indicated by exit(0). Exit Failure – This is indicated by exit(1). Let’s understand exit(0) and exit(1) with the help of examples.rnkchr0 (35)in code • 2 years agoNOR (Logical Operator) – Explained with Programming ExamplesNOR (Logical Operator) – Explained with Programming Examples The NOR logical operator gives a result of true if and only if both operands are false. In other words, it returns false only if at…joeyarnoldvn (61)in vyb • 3 years ago2022-04-26Will you return to Twitter? I'm removing friends who don't have profile photos because I have too many friends and almost a thousand friend requests. I have too many friends. I'm deleting friends…kr-dev.cu1 (49)in hive-137029 • 3 years ago[by @heonney] C++ 공부하기 4강: 논리 연산자와 if/ else-if문원본 글 보러가기 : C++ 공부하기 4강: 논리 연산자와 if/ else-if문 작성자 : @heonney 미리보기 (5 sentences) 오늘은 강의 7,8강을 들었는데 비교적 파이썬이랑 비슷한 내용이라서 1.5배속으로 들었다. 현재 듣는 강의가 나쁘다는 것은 아니지만 너무 하나하나를 다 세분화시켜서 강의 수가 너무 많고 사설이…heonney (51)in kr-dev • 3 years agoC++ 공부하기 4강: 논리 연산자와 if/ else-if문오늘은 강의 7,8강을 들었는데 비교적 파이썬이랑 비슷한 내용이라서 1.5배속으로 들었다. 현재 듣는 강의가 나쁘다는 것은 아니지만 너무 하나하나를 다 세분화시켜서 강의 수가 너무 많고 사설이 길다는게 단점이다.. 그래서 조만간 강의 바꿀 것 같다ㅠㅠ 다른 강의로 이어서 C++ 공부 기록 올릴게요. //4월 25일 월요일 7, 8강: 논리연산자와…kr-dev.cu2 (49)in hive-137029 • 3 years ago[by @heonney] C++ 공부하기: 3강 "산술과 증감 연산자"원본 글 보러가기 : C++ 공부하기: 3강 "산술과 증감 연산자" 작성자 : @heonney 미리보기 (5 sentences) 오늘은 알바 가는 날이라서 알바하면서 미리 공부하면서 듣고 필기해두고 집에 와서 VSCode에 옮겼다. 오늘 강의는 비교적 들을만 했다. 어제 강의가 진짜 어려웠음 ㅠ,ㅠ //4월 23일 토요일 5, 6강:…heonney (51)in kr-dev • 3 years agoC++ 공부하기: 3강 "산술과 증감 연산자"오늘은 알바 가는 날이라서 알바하면서 미리 공부하면서 듣고 필기해두고 집에 와서 VSCode에 옮겼다. 오늘 강의는 비교적 들을만 했다. 어제 강의가 진짜 어려웠음 ㅠ,ㅠ //4월 23일 토요일 5, 6강: 산술 연산자와 증감 연산자 //연산자 ; 세미콜론도 연산자 == 문장의 끝을 알려주는 것. //대입 연산자 "=" //산술 연산자 +…rnkchr0 (35)in c • 3 years agoRandom number in C using rand() functionThe rand() function in the C library returns a pseudo-random number in the range – 0 to RAND MAX (32767 by default). #c #cprogramming #clanguage #cpp #programming #programminglanguage #programmer…netlicensing (39)in java • 3 years agoTools for every stack ⚙️We offer client libraries and tools in everything from NodeJS and PHP to .NET, Java and C++ss786 (25)in constructors • 3 years agoConstructors in C++Let us understand constructorsrnkchr0 (35)in java • 3 years agoHow to solve Polynomial class – OOPS Problem – in Java, Python, C++How to solve Polynomial class – OOPS Problem – in Java, Python, C++ #java #python #cpp #cplusplus #javaprogramming #pythonlearning #pythonprogramming #programming #programmings #oops…cloudytechi147 (25)in cpp • 3 years agoWrite a C++ Calculator to perform Arithmetic OperationsThrough this coding model, you will figure it out "How to Make a Calculator in C++?" This will be a basic calculator, capable of carrying out the four basic arithmetic errands. The program starts…kingtutlearning (34)in cpp • 3 years agoC++ Files 3 - Explaining the CodeIn this tutorial, I will explain to you each line of code from the last #tutorial #kingtut #cpp #files #educationrme (90)in hive-129948 • 3 years agoছোট্ট একটি প্রোগ্রামকে চারটি ভিন্ন ল্যাঙ্গুয়েজে লেখা (A tiny program written in four different languages)কম্পিউটার প্রোগ্রামিং এর প্রাণ হলো তার এলগোরিদম (Algorithm) । আপনার এলগোরিদম যদি সঠিক হয় তবে আপনি প্রোগ্রামটিকে যে কোনো ল্যাঙ্গুয়েজে লিখলেই প্রবলেম সলভড হবে । সেই জন্য সবার আগে আপনার এলগোরিদম নিখুঁত…kingtutlearning (34)in cpp • 3 years agoC++ Files 1 - IntroNew Series!! C++ Files! #cpp #kingtut #files #series #educationkingtutlearning (34)in kingtut • 3 years agoFuture Video Series for King TutI would like to let you guys know that I am going to do new series relating to C++ and Electronics. Some of it will be #youtube exclusive and others will be exclusive to certain video platform. I…