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

Search:

Type: Posts; User: J_W

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,968

    Re: Need help with error C2664

    Point understood, thank you. 100 bytes compared to 4.
  2. Replies
    7
    Views
    1,968

    Re: Need help with error C2664

    Thanks for the explanations. I kinda see what your are taking about. I guess I need to do some experimental evaluations to make it more clear to me. I had always thought an Char array was the same as...
  3. Replies
    7
    Views
    1,968

    Need help with error C2664

    I have a question as to why the two shown func args are different? See comments (yes I am novice)

    struct MyFileClass
    {
    .....other code

    void MyFileOut( TCHAR* pS, DWORD pVar)
    {
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured