Results 1 to 4 of 4
Hi All,
I am a newbie in Linux and I used to do programming in C/C++ in Windows using Visual Studio but in Linux I find many ways in the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-28-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 2
Programming in C/C++ in Ubuntu
Hi All,
I am a newbie in Linux and I used to do programming in C/C++ in Windows using Visual Studio but in Linux I find many ways in the internet to do that in Linux. I read something about creating a make file and then compiling using gcc and other options was to use an IDE. Can anyone help me choose and possibly direct me to some tutorials so that I can ger started. My goal is to choose a programming environment to run openCV. Thanks for your help.
Surya.
- 12-28-2012 #2Just Joined!
- Join Date
- May 2011
- Location
- Brazil
- Posts
- 21
Hey,
I googled it using the words
- eclipse opencv linux
The first ocurrence is the documentation of OpenCV.
The Eclipse is a good IDE to develop. Try that.
Best Regards,
Leví
- 12-28-2012 #3
- 01-04-2013 #4Just Joined!
- Join Date
- Dec 2012
- Location
- Utah
- Posts
- 25
I LOVE Geany. It works pretty well and is pretty straight-forward.
I assume you've installed build-essential?
sudo apt-get install build-essential
Write a program in geany, name it with *.c for a c program or *.cpp for c++, then hit compile, build, and run. It even gives you a neat terminal to interact and read the exit code of your program.


Reply With Quote

