Ed Avis Guest
|
Posted: Sun Jun 29, 2003 10:21 pm Post subject: Re: Newbie question: Any good resources on C++ programming? |
|
|
There isn't really any such thing as 'C++ database programming', you
need to learn C++ in general and then learn database programming,
which will normally be using a query language such as SQL and a call
interface in C.
'Internet programming' is a rather vague term and so it's difficult
for anyone to make recommendations about that.
I think you should first learn C++ itself, and resources for that can
be found in the FAQ for this group. Then you will be able to ask 'I
know C++, but I was looking for a good way to interact with databases
such as Postgres or SAP DB', and probably get a much better response.
--
Ed Avis <ed (AT) membled (DOT) com>
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|