Search:

Type: Posts; User: uday222

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,270

    How to convert dll file to cpp files?

    Could someone let me know how to convert a dll file into the coresponding cpp files?
  2. I hope this will help you

    Here is a way of creating folder....

    #include <stdlib.h>
    void main()
    {
    system ("md d:\\temp\\"); //Creates folder in D drive
    }

    Though this is not complete answer, i hope this...
  3. Replies
    5
    Views
    13,553

    error C2105: '++' needs l-value

    I've compiled the following program in VC++ environment. I've got an error "error C2105: '++' needs l-value" in line 6. Why am I getting this error? What is l-value? Why am I not getting the same...
Results 1 to 3 of 3