Any recommended C++ readings?

  • Thread starter Thread starter Eric.Z
  • Start date Start date
Joined
12/13/11
Messages
83
Points
18
Hey guys, I am teaching myself creating C++ dlls for excel. I find it hard to learn by myself. I am thinking i might miss some key knowledge underlying the ideas of creating C++ dlls. I have some experience of programming console applications using devC++ and CodeLite, but I am new to VS2010 and have no win32 programming experience before. Below is a list of cs courses I have taken. C++, data structure, assembly language and computer organization and algorithm analysis.

Would you guys recommend any readings for me to catch up? Any advice would be appreciated.
 
Hey guys, I am teaching myself creating C++ dlls for excel. I find it hard to learn by myself. I am thinking i might miss some key knowledge underlying the ideas of creating C++ dlls. I have some experience of programming console applications using devC++ and CodeLite, but I am new to VS2010 and have no win32 programming experience before. Below is a list of cs courses I have taken. C++, data structure, assembly language and computer organization and algorithm analysis.

Would you guys recommend any readings for me to catch up? Any advice would be appreciated.

Try this two:

XLL development (if I remember right first 4 or 5 chapters dealing with simple dll approach and explanation of difference b/w data types in vb/vba and c++)
Excel Add-in Development in C/C++: Applications in Finance

Excel Automation approach.
C# in Front Office: Advanced C# in Practice
Excel->C#->C++/CLI wrapper->C++ (Chapter 4)

Unfortunately, if you start from the scratch both ways is real headache and there is no much literature on both topics.
 
Do you think any win 32 programming experience would be helpful? I am thinking maybe I should start from programming windows applications.
 
Back
Top Bottom