CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CatAnion

Search: Search took 0.01 seconds.

  1. Re: Trouble in understanding void pointers workings

    I understand now. Thank you for your replies guys!
  2. Re: Trouble in understanding void pointers workings

    This is where I was having the issue - casting was not something explained in that article or in my course (at least not properly). Now I understand. One more thing: if (char*)data is casting, then...
  3. Re: Trouble in understanding void pointers workings

    Thank you for your respnse!
    What you said is

    pchar=(char*)data; // sets pchar point to the data passed in as an argument
    What I don't understand is WHY does it work that way. The way I see and...
  4. Trouble in understanding void pointers workings

    Hello everybody, I am a beginner c/c++ wannabe programmer who is currently taking his first course on it. I was confused about pointers so I read the article on them on cplusplus.com, and while it...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured