thisPointer Academy @[email protected]
879 subscribers - no pronouns :c
in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
đ§© C++17 Puzzle Alert! đ§©
Spot the bug in the code snippet below. If you can, you're a true C++ aficionado! Comment with your answer.
Hint: A fix for this issue was introduced in C++17. Can you pinpoint it?
#cpp #cplusplus #coding #programming #100DaysOfCode #cpp23 #code #data #cpp17 #stl
0 - 0
đ§ C++11 / C++14 Puzzle Alert! đ
Can you guess the outcome of this C++11/C++14 code snippet? đ§© Hint: The devil is in the details! đ
Drop your answers below!
#cplusplus #cpp #programming #100daysofcode #coding
3 - 2
Just dropped a deep dive into STACKS in C++! Whether you're a beginner or brushing up on your coding skills, our video is a must-watch. Master the fundamental data structure in a snap!
#cplusplus #cpp #programming #coding #code
0 - 0
đąC++ Tip: Pointer Constness! đ
â¶ïž int* const ptr: The pointer is const, but Data is not.
â¶ïž const int* ptr: The Data is const, but Pointer is not.
â¶ïž const int* const: Both Pointer & Data are Constant.
#cpp20 #programming #coding #CODE #DataScience #100daysofcode #codelife #cplusplus #cpp #cprogramming #cplusplustutorial #stl
0 - 0
Programming Tutorials on Python & C++