On 1 Dec 2010, at 1:01am, Bob Keeland wrote: > OK then I have a newbee question that is actually out of the scope of SQLite. > If the only difference between C and C++ is the file extension,
No. > then what is the difference between C and C++? I'm thinking of adding a > language other than the Visual Basic that I kind of know and would like to > know the difference. I've been thinking about Java, but am not sure yet. Argh. C++ is C, with some additional features added to all object-oriented programming and some other stuff. So every C program is a C++ program, with the programmer never having chosen to use those extra facilities. And every C++ compiler can compile a C program. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users