dbTalk Databases Forums  

Teaching mysql ... 2

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss Teaching mysql ... 2 in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
m.mescoli@omnib.it
 
Posts: n/a

Default Teaching mysql ... 2 - 09-28-2006 , 09:51 AM






Quote:
Bill K wrote:
You probably want the regular MySql C API.

http://dev.mysql.com/doc/refman/5.0/en/c.html

Yup. MySQL++ is known not to work with the old Borland C++ line of
compilers.

Alternately, the original poster can switch to g++, a compiler that
actually has a future...
It is true.
Attempt to use regular MySql C API without success with Borland 5.02. I
cannot compile also the most simple example of the official source
distribuited with mysql daemon inst.

Is g++ the linux C compiler ? My attempt to introduce linux in my school
is, unfortunately, impraticable for more reason.
Suggestion for any C, C++ environment to use with XP to develop with
students (16-19 years old)?

Marco

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #2  
Old   
Matt Dargavel
 
Posts: n/a

Default RE: Teaching mysql ... 2 - 09-28-2006 , 10:20 AM






gcc / g++ etc are cross-platform and are available for Windows:
http://gcc.gnu.org/ . If you want a development environment to go with
that, apparently Eclipse is a popular Open Source platform (although I've
not tried it) http://www.eclipse.org/ .

Alternatively the Microsoft compiler is included as part of the Windows
Platform SDK
http://www.microsoft.com/downloads/d...B35-C656-4969-
ACE8-E4C0C0716ADB&displaylang=en . They also provide a Development
Environment in the form of the Visual Studio Express products, which are
free and targeted at hobbyists / students. The C++ version can be found at
http://msdn.microsoft.com/vstudio/express/visualc/ (you'll want the Platform
SDK as well).


-----Original Message-----
From: m.mescoli (AT) omnib (DOT) it [mailto:m.mescoli (AT) omnib (DOT) it]
Sent: 28 September 2006 15:51
To: plusplus (AT) lists (DOT) mysql.com
Subject: Teaching mysql ... 2

Quote:
Bill K wrote:
You probably want the regular MySql C API.

http://dev.mysql.com/doc/refman/5.0/en/c.html

Yup. MySQL++ is known not to work with the old Borland C++ line of
compilers.

Alternately, the original poster can switch to g++, a compiler that
actually has a future...
It is true.
Attempt to use regular MySql C API without success with Borland 5.02. I
cannot compile also the most simple example of the official source
distribuited with mysql daemon inst.

Is g++ the linux C compiler ? My attempt to introduce linux in my school is,
unfortunately, impraticable for more reason.
Suggestion for any C, C++ environment to use with XP to develop with
students (16-19 years old)?

Marco

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsu...coms (DOT) com


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #3  
Old   
Warren Young
 
Posts: n/a

Default Re: Teaching mysql ... 2 - 09-28-2006 , 02:10 PM



m.mescoli (AT) omnib (DOT) it wrote:
Quote:
Is g++ the linux C compiler ?
Yes, Linux uses it, but it's used far more widely than that.

In addition to the options Matt pointed you to, there are two other
major ways to use g++ on Windows: Cygwin and MinGW. They'll be #1 on
Google...not hard to find.

If you have a choice, I'd say you should prefer Cygwin. The licensing
issues shouldn't matter for your situation, and it's got a wider user
base and more available software.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #4  
Old   
Carlos Flores
 
Posts: n/a

Default Re: Teaching mysql ... 2 - 09-29-2006 , 02:43 PM



------=_Part_41131_18373511.1159558526172
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Quote:
If you have a choice, I'd say you should prefer Cygwin. The licensing
issues shouldn't matter for your situation, and it's got a wider user
base and more available software.

If you are teaching to complety newbies to unix world i would tell you use
mingw in combination with an ide, lets say code::blocks. You can even try
Eclipse if you have fast enough machines




--
Carlos Flores

------=_Part_41131_18373511.1159558526172--


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.