Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8706987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:45:12+00:00 2026-06-13T03:45:12+00:00

I was reading about pthreads here . In one example they had given this

  • 0

I was reading about pthreads here. In one example they had given this source code.

While creating a thread, they are passing a long type, type casted as void * type to the function !.

Inside the function they receive this value and reverse cast to get the long value.

Q1: Is it allowed to convert a pointer type to primitive data type and vice-verca (In C and C++)?

Q2. If so, is it a good thing to do this ? Shouldn’t they create a pointer to this long type, then type cast this pointer as void * and pass it on to the function.

This idea of conversion of a primitive type to pointer type I am finding very confusing ?
Conversion from any pointer type to void* in understandable, but how come primitive data type be stored in a void* type ? Isnt there a possibility that on a particular system size of a primitive type might be bigger that size allocated for pointer type ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T03:45:13+00:00Added an answer on June 13, 2026 at 3:45 am

    Q1: yes, but it is implementation defined (= platform depending) whether this will work. A version that would be a bit safer would use uintptr_t instead of long.

    Q2: It is definitively bad style. There is not much performance penalty in doing that properly by allocating a long and passing the address.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While reading about bitmap processing in C++ I came across this block of code
I was reading about python functions and saw this code: def happyBirthday(person): print(Happy Birthday
While reading up on POSIX threading, I came across an example of thread-specific-data. I
I've been reading about thread-safe singleton patterns here: http://en.wikipedia.org/wiki/Singleton_pattern#C.2B.2B_.28using_pthreads.29 And it says at the
Reading about TFS' MSF for Agile Software Development v5.0 template ( for example here
Reading about Kohana templates and saw something I've never seen before: $this->template->title = __('Welcome
Reading about Django, I saw this: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#ref-contrib-admin - the fancy simple to use admin
Reading about Delphi's Exit statement (see here for instance), I cannot ignore that writing
While reading about exception, I will always come across checked exceptions and unchecked exceptions,
While reading about mcv3 I came across an attribute name called [ActionName] . It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.