January 11th, 2002, 3:13 pm
VBA might also be a useful skill to have up your sleeve in order to build desktop applications in the "Office" environment very quickly, producing readable but non-optimally performing applications. As for C vs C++, if you have C++, C is easy, though it might feel clumsy. If you have C, then C++ feels kind of familiar, but you probably need to do some work on object oriented programming in order to get the full benefits. It is however possible to write quick and dirty C++ programs that are basically C with a few C++ functions that you have learnt out of a book, then compile then using a C++ compiler (e.g. MS Visual C++) and run them OK.