background preloader

Multi Platform

Facebook Twitter

IDE for C/C++ Developers | Eclipse Packages. CDT. C++ - where is the makefile generated by Eclipse CDT. How to install Eclipse with c++ in Ubuntu 12.10. How to install Eclipse with c++ in Ubuntu 12.10. Using OpenCV with Eclipse (plugin CDT) Note Two ways, one by forming a project directly, and another by CMake Prerequisites Having installed Eclipse in your workstation (only the CDT plugin for C/C++ is needed). You can follow the following steps:Go to the Eclipse siteDownload Eclipse IDE for C/C++ Developers . Choose the link according to your workstation.Having installed OpenCV. If not yet, go here. Making a project Start Eclipse. If you check in your folder, there should be an executable there. Running the executable So, now we have an executable ready to run.

Cd <DisplayImage_directory> cd src . Assuming that the image to use as the argument would be located in <DisplayImage_directory>/images/HappyLittleFish.png. Go to Run->Run ConfigurationsUnder C/C++ Application you will see the name of your executable + Debug (if not, click over C/C++ Application a couple of times). Congratulations! V2: Using CMake+OpenCV with Eclipse (plugin CDT) Say you have or create a new file, helloworld.cpp in a directory called foo: Done! Adding Boost Library to a C++ project in OS X Eclipse. Using OpenCV with Eclipse (plugin CDT) Boost library on Ubuntu 12.04. How to install Eclipse with c++ in Ubuntu 12.10.

Problem Linking Boost Library in Linux. Installing Boost 1.53 (Ubuntu 12.04, Fedora) « Particle Physics and Code. Finally, one of the my favourite aspects of C++. Boost is one of the most well received additions to the C++ standard library that is out there. So much so in fact that you can see a lot of its implementation absorbed into the new standard, C++11; an example in point been shared pointers, initialisation of static containers such as std::map, the foreach iterator, boost::array is now std::array, addition of unordered sets and of course this is just a drop in the ocean of what else is now included.

Boost is well developed and has been well supported over the years. Covering boost would take forever and a day and I am certainly no authority on the subject, however, to follow on from the promise in the last blog, and show you how to install this wonderful toolkit. Boost is extremely simple to install, as usual you can try the “sudo apt-cache search boost” (Ubuntu) or “yum search boost” (Fedora) first and see if there are libraries already pre-compiled for your distro. Like this: Install OpenCV in Ubuntu 12.04. Package management - How can I find Boost version.

Installing Boost 1.53 (Ubuntu 12.04, Fedora) « Particle Physics and Code. Problem Linking Boost Library in Linux. MySQL :: Developing MySQL Applications with Eclipse CDT. About the Author Mark Schoonover is an Information Systems Manager living near San Diego, California with his wife, three boys, a neurotic cat, and a retired Greyhound. He's experienced as a DBA, system administrator, network engineer and software developer.

Lately, he has found a new passion in writing about MySQL, and related Open Source technology. He enjoys Amateur Radio and running marathons. Introduction In September, the Developer Zone featured Chapter 6 of Paul DuBois' MySQL, 3rd edition on Writing C Programs with the MySQL C API. Using Eclipse, we'll develop an example application that will document key structures, and demonstrate several API calls. Ubuntu You'll need to install the build-essential, Eclipse and the Eclipse CDT packages: MySQL In order to develop an application with the API, you'll need libmysqlclient and all the header files installed. For testing, you'll also need MySQL running with some test data. Eclipse The Type of Project will be Executable (Gnu).

Click Finish. Install OpenCV in Ubuntu 12.04.