I started to program on windows a while ago and now i'm on linux.I was a brand new C++ programmer and could only do very beginers things.Were should I start from scratch on linux programming?:confused:
Were should I get started.
Started by elfshadow14, Sep 02 2006 03:03 PM
10 replies to this topic
#1
Posted 02 September 2006 - 03:03 PM
|
|
|
#2
Posted 03 September 2006 - 03:11 PM
Your major languages are still C and C++. Depending on what type of programming you want to do will determine both the language and what toolkit you use for GUI/networking. Java is also used a lot for certain applications.
#3
Posted 03 September 2006 - 04:04 PM
what linux distro/desktop?
if you have KDE, KDevelop is a very nice editting environment.
what kind of c++ were you programing? console or form apps?
if you have KDE, KDevelop is a very nice editting environment.
what kind of c++ were you programing? console or form apps?
#4
Posted 03 September 2006 - 04:20 PM
I have Kubuntu which has kde.And I was very beginner I could only make simple math programs like temp converters:p.
UPDATE
WOW kdevelop is wonderful but I need help.I tryed helloworld and it didn't work.It wouldn't compile the same way windows does.But I tryed python and it really cool for scripting.
UPDATE
WOW kdevelop is wonderful but I need help.I tryed helloworld and it didn't work.It wouldn't compile the same way windows does.But I tryed python and it really cool for scripting.
#5
Guest_Jordan_*
Posted 04 September 2006 - 06:45 AM
Guest_Jordan_*
KDevelop is a very impressive tool. Here is a basic hello world tutorial and more:
http://women.kde.org...3/creating.html
http://women.kde.org...3/creating.html
#6
Posted 13 September 2006 - 06:31 AM
You could always do PHP in linux very easy!
#7
Posted 17 September 2006 - 08:24 AM
Is KDevelop free for commercial use though?
#8
Posted 17 September 2006 - 09:54 AM
Short answer: yes.
Long answer: KDevelop is really just a text editor. It's license only limits what you can do with the code in KDevelop. What you do with the text you create is totally up to you. Also, KDevelop does NOT include a compiler, although it integrates with GCC quite nicely. GCC license has an exception for linking to libgcc, that allows you to write commercial software.
Long answer: KDevelop is really just a text editor. It's license only limits what you can do with the code in KDevelop. What you do with the text you create is totally up to you. Also, KDevelop does NOT include a compiler, although it integrates with GCC quite nicely. GCC license has an exception for linking to libgcc, that allows you to write commercial software.
#9
Posted 18 September 2006 - 10:04 AM
I'm just using kate now.I like it it's simple has features and has konsole on it so I can complie right in it easy.
#10
Posted 19 September 2006 - 04:01 AM
You could use VB in linux :) check out the VB forum I posted one for linux and MAC!
#11
Guest_Jordan_*
Posted 21 September 2006 - 04:52 PM
Guest_Jordan_*


Sign In
Create Account


Back to top









