New: cppAll contenthive-129948hive-196917krhive-150122hive-180932hive-185836steemzzanhive-144064hive-183959hive-188619hive-183397hive-101145hive-145157uncommonlabcryptidhunterhive-166405photographyhive-139150hive-103599photohive-109690bitcoinhive-170554hive-180301TrendingNewHotLikersjustyy (83)in blog • last monthBoost C++ won't even install on a 2GB ServerThanks for all the supporters for Proposal: Fixing Steemd Build Dependencies in the Latest OS Progress Update I have a spare server which is due to expire in 2 months, but it only has 2GB of…justyy (83)in blog • last monthClaude 4 is out - try it !Claude 4 is out! I've paste the C++ error messages, and it seems the Claude 4 does a good job! Steem to the Moon🚀! You can rent Steem Power via rentsp ! You…justyy (83)in tutorial • 2 months agoC++: const vs constexprC++ const vs constexpr: What’s the Real Difference? Both are used in C++ to define constants. Why This Matters Modern C++ encourages writing immutable, efficient, and expressive code. Two…justyy (83)in blog • 2 months agoTutorial on C++ Smart PointersTutorial on Smart Pointers in C++ Smart pointers in C++ provide automatic and safe memory management. They help avoid memory leaks and dangling pointers by ensuring proper object destruction…ahsansharif (75)in techclub • 4 months agoText Similarity Analysis with C++: Detecting Duplicate ContentHello Everyone I'm AhsanSharif From Pakistan Greetings to you all, hope you all are well and enjoying a happy moment of life with steem. I'm also good Alhamdulillah. Canva…jeff-kubitz (69)in cryptocurrency • 8 months 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 • last yearEmpower 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 • last yearc++ - 스터디 참고 사이트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 • 3 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 (27)in constructors • 3 years agoConstructors in C++Let us understand constructorsrnkchr0 (35)in java • 4 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…