Tagged Questions
1
vote
1answer
94 views
Set up proper programming environment
I'm starting to think how to set up the most convenient environment for programming, with the following conditions. I run Linux Mint 14.
I've got a computer at work but would like to have access to ...
4
votes
2answers
217 views
c++ programming on a Real-time linux OS
Is there any gotcha's programming RealTime C++ applications (user space and linux drivers) on RT linux kernel compare to a std linux kernel?
The Linux RT patch applies changes to kernel scheduler, ...
2
votes
3answers
327 views
Developing software on linux
What tools or IDEs do I need to start developing software on Linux in C++?
Can I work using C#?
What are necessary skills in order to know to develop software on Linux? I mean what is required in ...
0
votes
1answer
2k views
how to Update gcc of OpenSuse 11.2?
I have OpenSuse 11.2 with gcc version 4.4.1. I would like to update my gcc version to 4.5.1. I have downloaded gcc-4.5-19.1.i586.rpm. When I rpm install it, it's asking for ...
1
vote
1answer
238 views
Recording and charting boot process information in Linux
I need to write a command line tool that records the boot process information in Linux, and then renders it in a chart format (a textual chart would do). How do I programmatically obtain the this boot ...
1
vote
3answers
354 views
What libraries are there for reading/editing ID3s of mp3?
I think the title says it all. I need a library to allow me to read and edit ID3 Tags
from C++ in Linux. Suggestions?