Jump to content

Were should I get started.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts
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:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
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?

#4
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts
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.

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
KDevelop is a very impressive tool. Here is a basic hello world tutorial and more:

http://women.kde.org...3/creating.html

#6
dirkfirst

dirkfirst

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 354 posts
You could always do PHP in linux very easy!

#7
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Is KDevelop free for commercial use though?

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts
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
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You could use VB in linux :) check out the VB forum I posted one for linux and MAC!

#11
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Visual Basic in Linux? Where is the thread Tcm9669?

You may also want to check out QT Designer