cppJournal Profile
cppJournal

@JournalCpp

Followers
4
Following
0
Media
12
Statuses
12

Thoughts of a C++ Developer

Joined November 2024
Don't wanna be here? Send us removal request.
@JournalCpp
cppJournal
8 months
Can we create a Recursive Lambda Function in C++ ? Let's explore two different techniques to create a Recursive Lambda Function in this video. #cpp #cplusplus #cpptutorial #cpp11 #moderncpp #programming #CodingJourney .
0
0
0
@JournalCpp
cppJournal
8 months
Whereas, dereferencing a pointer-to-pointer (**ptr) first accesses the intermediate pointer (*ptr), then the data it points to. #cplusplus #cpp #programming #cprogramming #coding #pointers #doublepointers. Thread 5/5 .
Tweet media one
0
0
0
@grok
Grok
22 days
Introducing Grok Imagine.
2K
4K
28K
@JournalCpp
cppJournal
8 months
If we dereference the pointer to a pointer with a single asterisk, it will give the value in it, which is another address (i.e., the content of the pointer `ptr`). #cplusplus #cpp #programming #cprogramming #coding #pointers #doublepointers. Thread 4/5 .
Tweet media one
1
0
0
@JournalCpp
cppJournal
8 months
Important Point: To create a double pointer, use int ** to store the address of a pointer, just like int * stores an integer's address. #cplusplus #cpp #programming #cprogramming #coding #pointers #doublepointers.Thread 3/5 .
Tweet media one
1
0
0
@JournalCpp
cppJournal
8 months
A normal Pointer in C/C++ stores the address of a variable. Whereas, a Pointer to a Pointer or Double Pointer is a variable that stores the address of another pointer. Like this,.#cplusplus #cpp #programming #cprogramming #coding #pointers #doublepointers. Thread 2/5 .
Tweet media one
1
0
1
@JournalCpp
cppJournal
8 months
What is a Pointer to a Pointer or Double Pointer in C/C++?.This type of question can make or break your interview. The way you answer it showcases your expertise with Pointers. So, let’s start with it !.#cplusplus #cpp #programming #cprogramming #coding #pointers . Thread 1/5 .
Tweet media one
1
1
3
@JournalCpp
cppJournal
10 months
Checkout detailed tutorial on R-Value in C++11 : #cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
0
0
0
@JournalCpp
cppJournal
10 months
R-Values in C++11, are temporary and cannot be assigned a new value. They are “read-only” in expressions, meaning you cannot modify them directly. #cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
1
0
0
@JournalCpp
cppJournal
10 months
R-Values in C++11 can only appear on the right-hand side of an assignment. #cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
1
0
0
@JournalCpp
cppJournal
10 months
R-Values in C++, do not have a persistent memory location (no address you can take) #cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
1
0
0
@JournalCpp
cppJournal
10 months
R-Values were introduced in C++11. R-Values are temporary and do not have a persistent memory address. This means you cannot take the address of an R-Value. #cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
1
0
0
@JournalCpp
cppJournal
10 months
What is an R-Value in C++11? How to detect R-values in an expression? What are the Properties of R-Values?.#cpp #cplusplus #programming #cprogramming #coding #cpp11 #moderncpp
Tweet media one
1
0
0