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 9166431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:09:07+00:00 2026-06-17T15:09:07+00:00

With respect to C programming, I’m seeing several cases in example code where pointer

  • 0

With respect to C programming, I’m seeing several cases in example code where pointer assignments involve an explicit cast of the right side operand even when it already matches the type of the left side operand. Just one example:

void memcpy(u8int *dest, const u8int *src, u32int len)
{
    const u8int *sp = (const u8int *)src;
    u8int *dp = (u8int *)dest;
    for(; len != 0; len--) *dp++ = *sp++;
}

Of course, the function is also declared correctly in a header file as:

void memcpy(u8int * dest, const u8int * src, u32int len);

The function already defines the variable “src” as type “const u8int *”, so why is it given an explicit cast when assigned to “sp” which is also of type “const u8int *”? The same goes for the assignment of “dest” to “dp”.

  • 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-17T15:09:09+00:00Added an answer on June 17, 2026 at 3:09 pm

    If you’re looking for a magical mysterious reason to do this, you’ll be disappointed. There’s no point to this type of explicit typecasting.

    This was a style decision (and IMO a bad one) of the programmer. Typecasting has potential dangers (by “masking” important warnings) and making the code more complex to read… it should be reserved for situations where it’s needed. This is not one of them.

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

Sidebar

Related Questions

I have several DllImport s with respect to user32.dll in my code and I
Kochan- Programming in objective-C. Can't understand two lines of code. (marked as comments) XYPoint.h
I'm familiar with web programming, both client and server side, and I'd like to
A programmer I respect said that in C code, #if and #ifdef should be
How is parallel programming different with respect to Asynchronous programming? I know async programming
With respect to the following code segment, foreach my $Index1 (sort { $A <=>
With respect to the following code segment: struct Pair{ string name; double val; }
With respect to the following code snippet for making a dynamic array template <class
What does externalising a url mean? (with respect to web application programming.)
I have a simple question related to one-line programming. First an example: function test(a)

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.