C and C++ Compilers on Linux Lite - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: C and C++ Compilers on Linux Lite (/showthread.php?tid=1528) |
C and C++ Compilers on Linux Lite - mohamedlux - 02-09-2015 How to compile c and c++ codes in linux lite ?? Re: C and C++ Compilers on Linux Lite - rijnsma - 02-09-2015 Maybe this? http://www.cyberciti.biz/faq/howto-compile-and-run-c-cplusplus-code-in-linux/ More: https://www.google.com/search?sourceid=chrome&ie=UTF-8&q=compile%20c%20and%20c%2B%2B%20linux&gws_rd=ssl Re: C and C++ Compilers on Linux Lite - shengchieh - 02-10-2015 Why are you compiling? I use synaptic package manager (system -> install/remove software) to install gcc and g++. Sheng-Chieh Re: C and C++ Compilers on Linux Lite - N4RPS - 02-10-2015 Hello! Why do people still compile C/C++? Some folks just thrive on the challenge, I suppose... 73 DE N4RPS Rob Re: C and C++ Compilers on Linux Lite - rijnsma - 02-10-2015 (02-10-2015, 03:00 AM)shengchieh link Wrote: Why are you compiling? I use synaptic package manager (system -> install/remove software) to install gcc and g++.You can program something yourself for instance. And compile. And sometimes you want something which is only in 'source-code'. I know a distro where the packers demand source when you make a request for some program in the repository. That's an important factor of Open Software. The source is always available if you insist. |