Heresy of the highest order
-
If its a database application. A nice portable C++ DB layer is DTL[^]. ORM via templates, very sweet. Ryan
O fools, awake! The rites you sacred hold Are but a cheat contrived by men of old, Who lusted after wealth and gained their lust And died in baseness—and their law is dust. al-Ma'arri (973-1057)
-
If its a database application. A nice portable C++ DB layer is DTL[^]. ORM via templates, very sweet. Ryan
O fools, awake! The rites you sacred hold Are but a cheat contrived by men of old, Who lusted after wealth and gained their lust And died in baseness—and their law is dust. al-Ma'arri (973-1057)
I used DTL in one project and have mixed feelings about it. Just too many compiler warnings :suss:
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^]For Unix/Linux develoment, I simply use gvim and g++, although some people recommend Code::Blocks[^] as well.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
I used DTL in one project and have mixed feelings about it. Just too many compiler warnings :suss:
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
Yeah, I had some nasty concurrency problems in an early version, SQL being executed out of order when using a supposedly thread safe object. Still I've never found anything comparable for C++, and it is a big timesaver, as well as enabling some elegant DB code. Ryan
O fools, awake! The rites you sacred hold Are but a cheat contrived by men of old, Who lusted after wealth and gained their lust And died in baseness—and their law is dust. al-Ma'arri (973-1057)
-
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^] -
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^]Free and great to use... http://www.kdevelop.org/[^] Jeremy Falcon
-
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^] -
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^]I realize you've had many answers to your question, so I thought I'd throw my 'hat' into the ring. I did a small crossplatform program that was used on Windows and Linux (Mandrake). I downloaded Dev C++[^], installed several different frameworks, and ended up using wxWidgets[^] (formally wxWindows). In less than an hour, I had the entire IDE, compiler and framework installed, a small test application developed and ported between the two systems. If I had to do this again, I would go exactly that same route.
:..::. Douglas H. Troy ::..
Bad Astronomy |Development Blogging|Viksoe.dk's Site -
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^]I know, you asked for C++, but since someone already suggested Java... From the Churchdown Parish Magazine: "Would the Congregation please note that the bowl at the back of the Church, labelled 'For The Sick,' is for monetary donations only."
-
I realise that I may be hung drawn and quartered for this one ;), but does anyone have any recomendations for a C++ compiler/Dev env that will work on Unix (Sun) and/or Linux (Mepis)? Fortuneatly/Unfortuneatly I have a project from my client to write a cross platform/portable database application for Windows and Unix, I mentioned that I'd never developed for Unix before, and he confidently replied that he was sure I'd manage :doh: hey ho Phil Harding.
myBlog [^] | mySite [^]