Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-2006, 07:03 PM
elfshadow14 elfshadow14 is offline
Newbie
 
Join Date: Sep 2006
Age: 18
Posts: 14
Rep Power: 0
elfshadow14 is on a distinguished road
Default 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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-03-2006, 07:11 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-03-2006, 08:04 PM
icepack's Avatar   
icepack icepack is offline
Programmer
 
Join Date: Jul 2006
Location: North Carolina
Posts: 115
Rep Power: 9
icepack is on a distinguished road
Send a message via AIM to icepack
Default

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-03-2006, 08:20 PM
elfshadow14 elfshadow14 is offline
Newbie
 
Join Date: Sep 2006
Age: 18
Posts: 14
Rep Power: 0
elfshadow14 is on a distinguished road
Default 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 08:36 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-04-2006, 10:45 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

KDevelop is a very impressive tool. Here is a basic hello world tutorial and more:

http://women.kde.org/articles/tutori.../creating.html
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-13-2006, 10:31 AM
dirkfirst dirkfirst is offline
Programming Professional
 
Join Date: May 2006
Posts: 338
Rep Power: 12
dirkfirst is on a distinguished road
Default

You could always do PHP in linux very easy!
__________________
DirkFirst
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-17-2006, 12:24 PM
Ronin Ronin is offline
Programming Professional
 
Join Date: Apr 2006
Posts: 299
Rep Power: 11
Ronin is on a distinguished road
Default

Is KDevelop free for commercial use though?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-17-2006, 01:54 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-18-2006, 02:04 PM
elfshadow14 elfshadow14 is offline
Newbie
 
Join Date: Sep 2006
Age: 18
Posts: 14
Rep Power: 0
elfshadow14 is on a distinguished road
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-19-2006, 08:01 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

You could use VB in linux check out the VB forum I posted one for linux and MAC!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java:Tutorial - Getting Started John Java Tutorials 7 10-23-2008 03:14 PM
New programmer needs help getting started mroz C and C++ 1 06-30-2007 10:30 AM
No download but error Jeroen66 ionFiles 11 06-27-2007 08:42 AM
Need help getting started Nichie C and C++ 1 03-22-2007 12:17 PM
See I haves started a codecall.net thread in mylot... littlefranciscan The Lounge 3 01-29-2007 01:45 PM


All times are GMT -5. The time now is 01:26 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads