Tagged Questions
3
votes
4answers
3k views
C Runtime objects, dll boundaries
What is the best way to design a C API for dlls which deals with the problem of passing "objects" which are C runtime dependent (FILE*, pointer returned by malloc, etc...). For example, if two dlls ...
1
vote
4answers
176 views
Difference in integer size for 64-bit system(confuse with my old 32-bit pc system)
Few months ago i get myself a laptop with cpu intel i7-2630qm with a 64-bit windows. While practising my programming skils under this system , I encountered some difference in terms of integer size ...