|
|||
|
|||
|
Posted by Guy Lecky-Thompson Jan 19, 2007 |
For those playing with VBA, I intend to continue this vein for a while, whilst also providing C, C++ and other language updates, of course. Newcomers to Visual Basic for Applications might be interested in the following links:
http://computerprogramming.suite101.com/article.cfm/ms_visual_basic_for_applications
http://computerprogramming.suite101.com/article.cfm/changing_cell_color_w_vba_in_excel
http://computerprogramming.suite101.com/article.cfm/starting_with_vba_for_ms_excel
The poll has been updated with a new question to reflect my current 'focus'.
I have also fielded a few questions about the Borland C compiler. Mainly from people who would like me to send them a copy. Based on my understanding of the license conditions, I can not do that. What I can do, however, is fill you all in on the current status of the BCC tools.
Firstly, the Borland C (and C++) compiler that I use is now part of the Borland C++ Builder legacy release. This means that it is provided as a free download from the following link:
http://www.codegear.com/Downloads/TrialandFreeVersions/CBuilder/tabid/139/Default.aspx
This can be used with all my articles, and the setup and use is identical whether you are programming for C or C++. The compiler will autodetect the variant based on the extension (.c, .cpp, .h, .hpp etc.)
The articles can be found from the base link:
http://computerprogramming.suite101.com/article.cfm/c_programming_with_free_compilers
My course on C programming can be found here :
http://www.suite101.com/course.cfm/17677/seminar/542766
Happy coding!