Salamu Alaikom. Look, first of all, you have to install the latest version of G++ in you machine.
Just go in the terminal and type:" sudo apt-get install g++ " And then regarding the compiler, I would recommend you use Geany. It's very good and easy to use and works for almost everything. No matter what the language you're using, just open a new file in Geany, write all the code you want and then save the file in the right extension. For example, if your program is written is C++, just all write the C++ code you want, the save the file as "file-name.cpp", if it was in Python, save it as "file-name.py", and so forth. To get Geany, just do the same thing you did for G++: "sudo apt-get install geany". Or, you can also find it in the Add/Remove application located in the start menu. But remember, you have to install G++ first, in order to be able to compile, build, and execute C++ code. Good luck, and enjoy. ^_^ On Thu, Mar 27, 2008 at 7:07 PM, من أجل عالم أفضل < [EMAIL PROTECTED]> wrote: > > alsalam 3lekom: > im student in it collage and i installed anjuta to use it and stop > using studio 2005 but i have a problem : when i select new>project>c+ > +>> then i want workspace to write code i tried to open main .cc > then compile it (there is no error ) then i want to execute it but >>> > box message appeared (Program '/home/hana88/Projects/foobar-cpp/src/ > foobar-cpp' does not exists) > what i can do please ??? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Jolug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Jolug?hl=en-GB -~----------~----~----~----~------~----~------~--~---

