16 messages in com.mysql.lists.plusplusRE: Visual C++| From | Sent On | Attachments |
|---|---|---|
| Keith MacDonald | 29 Nov 2000 03:45 | |
| Bruce E. Wells | 29 Nov 2000 07:20 | |
| luc...@mach8.nl | 29 Nov 2000 07:27 | |
| Thimble Smith | 29 Nov 2000 09:52 | |
| Jupiter Punungwe | 29 Nov 2000 10:29 | |
| Keith MacDonald | 29 Nov 2000 11:01 | |
| Keith MacDonald | 29 Nov 2000 11:08 | |
| Jacques Huard | 29 Nov 2000 11:42 | |
| luc...@mach8.nl | 29 Nov 2000 11:51 | |
| Jupiter Punungwe | 30 Nov 2000 02:13 | |
| Florian G. Pflug | 30 Nov 2000 17:06 | |
| Don Thompson | 30 Nov 2000 23:32 | |
| Keith MacDonald | 01 Dec 2000 02:27 | |
| Florian G. Pflug | 01 Dec 2000 16:20 | |
| Keith MacDonald | 02 Dec 2000 03:32 | |
| Jupiter Punungwe | 02 Dec 2000 04:48 |
| Subject: | RE: Visual C++![]() |
|---|---|
| From: | Keith MacDonald (kei...@textpad.com) |
| Date: | 11/29/2000 11:08:46 AM |
| List: | com.mysql.lists.plusplus |
Hey Keith have you ever heard of the commands
ren *.hh *.hpp ren *.cc *.cpp
Will that help with the #include's within those *.cc and *.hh files, or with keeping up to date with each new release of MySQL++?
- Keith MacDonald
-----Original Message----- From: Jupiter Punungwe [mailto:punu...@yahoo.com] Sent: Wednesday, November 29, 2000 6:30 PM To: Keith MacDonald; plus...@lists.mysql.com Subject: Re: Visual C++
Hey Keith have you ever heard of the commands
ren *.hh *.hpp
ren *.cc *.cpp
Anyway I wonder what your problem is. Any good compiler can include any file
#include <whatever.hh> works exactly the same way as #include <whatever.hpp> or #include <whatever.xqj> provide the contents of the included files are the same.
Besides MySQL is a database PRIMALY developed on Linux/Unix systems and is open source so the naming conventions are PRIMARILY for people with that background.
I haven't used MySQL++ but if it meets the ANSI standards then the problem is with Visual C++ and not MySQL++
Forget about Visual C++.




