Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

pointers

What are the differences between a pointer variable and a reference variable?

by IT Nursery

What are the differences between a pointer variable and a reference variable?

Tags c, c++-faq, pointers, reference

What do people find difficult about C pointers? [closed]

by IT Nursery

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more

Tags c, pointers

Value receiver vs. pointer receiver

by IT Nursery

It is very unclear for me in which case I would want to use a value receiver instead of always using a pointer … Read more

Tags function, go, pointers

Can I use if (pointer) instead of if (pointer != NULL)?

by IT Nursery

Is it safe to check a pointer to not being NULL by writing simply if(pointer) or do I have to use if(pointer != … Read more

Tags c, if-statement, null, null-pointer, pointers

How do pointer-to-pointers work in C? (and when might you use them?)

by IT Nursery

How do pointers-to-pointers work in C? When might you use them? 1Best Answer 14

Tags c, pointers

Returning an array using C

by IT Nursery

I am relatively new to C and I need some help with methods dealing with arrays. Coming from Java programming, I am used … Read more

Tags arrays, c, char, pointers

C isn’t that hard: void ( *( *f[] ) () ) ()

by IT Nursery

I just saw a picture today and think I’d appreciate explanations. So here is the picture: I found this confusing and wondered if … Read more

Tags c, function-pointers, parsing, pointers, void-pointers

Why is ‘this’ a pointer and not a reference?

by IT Nursery

I was reading the answers to this question C++ pros and cons and got this doubt while reading the comments. programmers frequently find … Read more

Tags c, c++-faq, pointers, reference, this

What exactly is a C pointer if not a memory address?

by IT Nursery

In a reputable source about C, the following information is given after discussing the & operator: … It’s a bit unfortunate that the … Read more

Tags c, memory-address, pointers

How come an array’s address is equal to its value in C?

by IT Nursery

In the following bit of code, pointer values and pointer addresses differ as expected. But array values and addresses don’t! How can this … Read more

Tags arrays, c, pointers
Post navigation
Older posts
Page1 Page2 … Page7 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery