• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

dll question

asad

Member
hi
i'm a beginner in c++
i would like to know about dll
what does it used for ?
dll and exe what is the difference between them?
thanks in advance
 
A DLL provides a library of functions that a program can call, often a library that is shared by many different programs. A DLL also lets a company sell a code library without giving away the source code.

Google "what is a DLL" will tell you more. Google is your friend!
 
Back
Top