I have been teaching myself C++ functions with a view to writing extended stored procedures and dlls
In MS Visual C++ there is a wizard that puts the bare bones of an xp_ project together but I can't find documentation or a simple sample that lets me see how to go further.
What I need is a really simple "Hello World" or simple function type sample to get me going.
Can you help, or recommend a publication that deals with this sort of thing?