Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Were should I get started.

  1. #1
    elfshadow14 is offline Newbie
    Join Date
    Sep 2006
    Posts
    14
    Rep Power
    0

    Were should I get started.

    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?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    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

  4. #3
    icepack's Avatar
    icepack is offline Programmer
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    Rep Power
    21
    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?

  5. #4
    elfshadow14 is offline Newbie
    Join Date
    Sep 2006
    Posts
    14
    Rep Power
    0

    Reply

    I have Kubuntu which has kde.And I was very beginner I could only make simple math programs like temp converters.


    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.
    Last edited by elfshadow14; 09-03-2006 at 05:36 PM.

  6. #5
    Jordan Guest
    KDevelop is a very impressive tool. Here is a basic hello world tutorial and more:

    http://women.kde.org/articles/tutori.../creating.html

  7. #6
    dirkfirst is offline Programming Expert
    Join Date
    May 2006
    Posts
    354
    Rep Power
    23
    You could always do PHP in linux very easy!

  8. #7
    Ronin is offline Programming Professional
    Join Date
    Apr 2006
    Posts
    309
    Rep Power
    24
    Is KDevelop free for commercial use though?

  9. #8
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    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

  10. #9
    elfshadow14 is offline Newbie
    Join Date
    Sep 2006
    Posts
    14
    Rep Power
    0

    kate

    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.

  11. #10
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    You could use VB in linux check out the VB forum I posted one for linux and MAC!

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. getting started :-/
    By NCC74656 in forum General Programming
    Replies: 0
    Last Post: 02-08-2010, 04:57 AM
  2. How to get started?
    By zaindhanani in forum General Programming
    Replies: 3
    Last Post: 08-12-2009, 09:59 AM
  3. Get Me Started
    By gammaman in forum General Programming
    Replies: 4
    Last Post: 02-16-2009, 08:17 AM
  4. Where to get Started :)
    By Righteous in forum General Programming
    Replies: 2
    Last Post: 10-24-2008, 05:37 AM
  5. getting started
    By boarder923 in forum C and C++
    Replies: 3
    Last Post: 10-16-2008, 06:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts