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

Search:

Type: Posts; User: FoxieWike

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,362

    Advanced C programming Book?

    I have completed Basic C programming.. Can you guys recommend me some MOST Advanced C programing book?
  2. Replies
    2
    Views
    751

    adding + 1 with strlen?

    What does the following code do?
    why the code is adding + 1 with strlen?



    v4 = (char *)malloc(0x400u);

    strlen(v4) + 1;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured