|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Programming/Scripting Questions about programming, bash scripts, perl, php, cron jobs, ruby, python, etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
Those are the progams to compile your application. Your wanting an IDE to code in? Maybe installing codeblocks, else use your favorite text editor and code away, then run the commands to compile. -- Cheers Malcolm °¿° (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default up 3 days 3:01, 3 users, load average: 0.12, 0.15, 0.48 GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18 |
|
|||
|
Quote:
|
|
|||
|
To compile:
Code:
c++ 'your-source-code-file' -o 'output-program-name' Code:
./'output-program-name' |
|
||||
|
Quote:
You need an IDE for that, or use a text editor and manually write the code. Then use gcc to compile it
__________________
My site: http://microchip.bplaced.net My repo: http://download.opensuse.org/repositories/home:/microchip8 SUSE Unbound Forum: http://suseunbound.lefora.com Do coders dream of sheep() ? |
|
||||
|
Many thanks for all the help!
I might try NetBeans, but I might try coding in a text-editor... Haven't decided yet. NetBeans sounds easier, though. |
|
|||
|
Quote:
But it is usefull(my opinion ) to have knowledge on how to compile using only the compiler and how to compile using for an example an makefile. So my tip is to you atleast try it out(maybe not right now, but in the future) |
|
||||
|
Quote:
Arif swat
__________________
Visit my website: http://anl4u.com Laptop: openSUSE 11.2 | KDE4.3.1 '6' | Kernel 2.6.31.5 | Intel Mobile 4 series graphic card | Intel centrino dual core 2.0Ghz Processor | 4GB RAM | 320GB HDD |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|