Welcome Guest ( Log In | Register )



10 Pages V  « < 8 9 10  
Reply to this topicStart new topic
> How Long Have You Been Programming ?
wutske
post Dec 17 2007, 06:40 AM
Post #91


Super Member
Group Icon

Group: [HOSTED]
Posts: 972
Joined: 2-August 05
From: Kapellen (Antwerp, Belgium)
Member No.: 7,585



I've been programming for a year and a half, I basicaly started doing it when I started my high school studies smile.gif . I've programmed a few things before in C and VB, but those I never got any further than making a few loops and output statements rolleyes.gif .
Until now I've studied these languages (most programming languages knowledge is realy basic)
  • C++
  • Java
  • PHP (and HTML, but that's not realy a programming language, now is it tongue.gif - ow, and a tad of SQL too)
  • Matlab
  • VHDL (hardware description language)


Things I'd like to learn:
  • Cobol (seems to be that IBM is begging for people who know this language)
  • Python
  • more Java, I love it tongue.gif (and a lot of firms require you to have some Java knowledge)
Go to the top of the page
 
+Quote Post
yordan
post Dec 17 2007, 01:21 PM
Post #92


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,886
Joined: 16-August 05
Member No.: 7,896



QUOTE(wutske @ Dec 17 2007, 07:40 AM) *
Cobol (seems to be that IBM is begging for people who know this language)

Yes, you are right. A lot of (rich) customers have a lot of applications, written some tens of years ago, purely cobol on proprietary systems. And now, these customers want to switch to Unix. But they want to
re-use the same cobol applications.
And there are not so many cobol specialists nowadays. Today, young people just coming from school learned C programming, but not cobol programming.
So, situation is clear.
If a company needs to start a new application, they write it in C language, and they easily find new developpers.
If a company needs to mantain an old cobol application, they have to find cobol specialists somewhere. IBM may provide them, but they have to find them.
Go to the top of the page
 
+Quote Post
polarysekt
post Dec 17 2007, 07:52 PM
Post #93


Advanced Member
Group Icon

Group: Members
Posts: 128
Joined: 12-February 05
From: St. Louis, MO
Member No.: 2,612



I've been in the mix for about 15 years or so...

I started with QBasic on my old DOS-5 machine... we were a little bit late getting into the whole computer fad...


Now, I'd say I'm probably about 7 or 8 years into C++ - which I still prefer... win32/64 and kde development at the moment...


other langs include VB 3.0 / 4.0 / 6.0 ... VB/C++/C# .NET ... JAVA

scripting: HTML, JS, VBSCRIPT, PHP


definately not old enough to be a part of the ALGOL crew... lol...
Go to the top of the page
 
+Quote Post
Eggie
post Jan 20 2008, 02:40 PM
Post #94


Advanced Member
Group Icon

Group: Members
Posts: 130
Joined: 19-January 08
From: Zagreb/Croatia
Member No.: 27,735



i've been programming for about 1 month....i didnt even create my own scripts...i downloaded them and rebuilded,fixed,debugged and other things....never created one from scratch
Go to the top of the page
 
+Quote Post
Jeigh
post Jan 20 2008, 03:04 PM
Post #95


Whitest Black Mage
Group Icon

Group: [MODERATOR]
Posts: 1,301
Joined: 20-May 05
From: NB, Canada
Member No.: 5,281



I must be getting up on... 8 years maybe? I didn't really do any programming until high school, and even that was just QBasic haha. I knew HTML and a bit of scripting stuff before that but I didn't really get into programming until university so about 5 years ago. That was when I learned java and since then it's been java, C, C++, php, VB6, VB .Net, etc. I think the most unusual language I've taken a turn with would have to be Prolog simply because it is a declarative language which was quite different from what I was used to. Interesting stuff though.
Go to the top of the page
 
+Quote Post
moonwitch
post Jan 20 2008, 04:41 PM
Post #96


Demonic Enforcer
Group Icon

Group: [HOSTED]
Posts: 597
Joined: 2-March 05
From: Belgium
Member No.: 2,861



I don't know to be honest. I had 2 yrs of Object Pascal (Kylix/Delphi), bash scripting, PHP in school.

For just an idea, I learned some Flash actionScript tongue.gif And while I never paid much attention to php in school, I saw myself wanting to learn it for my site. Currently I am heavily into Lua for WoW addons, though I am not sure if Lua is an actual programming language. I do see resemblances to php and C++, in which I've dabbled for a while. I did study some Java, but due to a poor course (Jeigh knows about this) I gave up on it. I think he said even he, while already knowing Java, couldn't understand it lol.

One thing I have major issues with in lua, the ; to finish a sentence, for some obscure reason it's not needed, while it can be used but often makes code error in wow tongue.gif

Does anyone wanna recommend a language?
Go to the top of the page
 
+Quote Post
turbopowerdmaxst...
post Jan 20 2008, 05:59 PM
Post #97


Premium Member
Group Icon

Group: [HOSTED]
Posts: 346
Joined: 16-February 06
From: Kolkata, India
Member No.: 11,322



(For me) Basically, there are two flavors of Programming languages - one accounting to the classic C/C++ types and the other resembling BASIC. I began with the latter (which includes the likes of VB/VB .NET/ASP/ASP .NET) back in schooling days. Even though, I have learnt a great deal of the former category namely, C/C++, Java/Javascript, C# & PHP, I prefer BASIC style coding. Its much closer to english and is kind of easy going on the eyes too. At first, I disliked C++ which came in as an optional subject in senior secondary. However my stand didn't last long, especially on realizing the immensely greater power that it provided (compared to GW-Basic which is what I really knew at that point of time). I was also trying my hands on VB6 back then. Even though I didn't have access to the Internet, I managed to get quite comfortable in it, thanks to the MSDN documentation.

Object Oriented Programming brought about by C++ just seemed like another one of those hocus-focus features of programming languages. It wasn't until I got into NIIT and realized the true motives of the methodology. Ever since, I have been awed by the benefits it provides. I would have switched my focus to C/C++ type languages but then I came across the (then) recently released VB .NET 2005 Express Edition IDE. It was such a major advancement to VB that I fell in love with it. With the addition of full Object Oriented support, VB could finally go head to head with other languages.

I remember m^e telling me to go for C# because it was said to be more powerful than VB .NET but I never really went for it. That was until the language was included in our curriculum. Learning it wasn't that hard considering the prior experience with both C++ and VB .NET. There were certain differences in building GUI applications (like the need to manually instantiate the forms in C#), lack of the immensely helpful My object, etc. But it was still pretty easy.

Then JAVA was due in our second semester. It was another one of those things that I didn't want to learn (infact it still is), but had to learn. I like certain aspects of JAVA but still .NET is my prefered platform.

I learned PHP from w3c.org and ever since have become quite good at it. I haven't been a big fan of SQL but again NIIT forced us to learn it. It came really handy when I started using MySQL database for my website. I have been improving in Javascript ever since m^e introduced me to AJAX. As of now, Internet Programming has become my main focus. Even most of my Desktop applications are either Internet based or Internet enabled.

Coming back to the two categories of programming languages, here are somethings I like/dislike about them:-

C/C++

+ {s and }s for marking code blocks. Its much better than the Begin and End we have in VB.
+ The ; has almost become synonymous with this type of languages. Initially annoying as it was, I now find the language incomplete if we had to use VB style CrLfs for seperating lines.
- Double Equal Tos for comparing, even though I don't get confused with = and == anymore.

VB/VB .NET

+ Closer to English. (Having to use the Is and IsNot operator for objects, OrElse, AndAlso operators are all much more realizable)
+ MOD operator in place of %. Again, one of those things much closer to real life.

QUOTE
Does anyone wanna recommend a language?


You should try VB .NET, even if for the sake of the greater lot who are masters in it.

This post has been edited by turbopowerdmaxsteel: Jan 20 2008, 06:09 PM
Go to the top of the page
 
+Quote Post
Andres Martinez ...
post Jan 20 2008, 08:40 PM
Post #98


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 19
Joined: 14-December 07
From: Mexico
Member No.: 26,890



QUOTE(Eggie @ Jan 20 2008, 08:40 AM) *
i've been programming for about 1 month....i didnt even create my own scripts...i downloaded them and rebuilded,fixed,debugged and other things....never created one from scratch


That is great, rebuilding scripts is a good way of learning how to program. I use to do that in high school when I make web pages, I create some things and other parts were modified scripts. Is a good way because you learn how things are programmed and then you can learn those techniques and create your own. Nowadays I program almost everything I use; I only download some complex and very good scripts (like scriptacolous.js).
Go to the top of the page
 
+Quote Post
Chesso
post Jan 21 2008, 03:29 AM
Post #99


Teh Coder
Group Icon

Group: Members
Posts: 1,053
Joined: 18-April 06
From: Australia
Member No.: 12,833



Yeah I started a bit like that, just modifying some mIRC scripts, or more examining them to see which piece does what.

It helps to gain a better understand of what more specific things do, especially if you can't manage to build things yourself from scratch, or know how to use certain functions and/or features etc.
Go to the top of the page
 
+Quote Post
joseph77
post Jan 21 2008, 01:11 PM
Post #100


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 28
Joined: 17-January 08
Member No.: 27,690



i've been learning different programming language for 2 years now, since my current degree i took in college is BS in Information Technology. I've been learning C/C++ programming during my freshman year, Java Programming & Web Programming on the 1st semester of my sophomore year and now currenlty taking up assembly language with interfacing...
Go to the top of the page
 
+Quote Post

10 Pages V  « < 8 9 10
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Save A Image In Pdf File And Download It?(10)
  2. Help A Beginner Start On With Game Programming(8)
  3. Starting Programming(15)
  4. C# Tutorial : Lesson 3 - Programming Constructs(1)
  5. Does Anyone Code Using Turing(2)
  6. A Few Thoughts On Freelance Programming(9)
  7. How Long To Learn Dreamweaver?(29)
  8. Programming In Glut (lesson 4)(5)
  9. Need Help Programming With Databases (VB.NET)(9)
  10. What Shall I Learn First In Programming ?(11)
  11. C# Tutorial : Lesson 4 - Object Oriented Programming(2)
  12. Rpg Maker Xp Rgss - Ruby Discursions(1)
  13. Programming Games With C/c++ And Sdl(1)
  14. Where to start Programming ?(7)
  15. Poll / Debate: Is Php A Programming Language Or A Scripting Language?(12)
  1. Where To Start Learning Programming(16)
  2. Programming C In Windows(8)
  3. How Long Does It Take To Be Listed On Google?(15)
  4. Programming In Glut (lesson 6)(1)
  5. Programming In Glut (lesson 3)(1)
  6. Win32 Api: Modal Dialog Box Problem(1)
  7. How Long Request Should Be Granted?(5)
  8. [tutorial] Basics Of C Programming - Part 1(9)
  9. How Long Do You Spend Online(84)
  10. Programming In Vb .net, Vista Compatible ?(15)
  11. How Long Does It Take For Hosting Approval ?(11)
  12. Something To Start With...(3)
  13. How Do People Sit In Front Of The Computer All Day Long?(14)
  14. Perl Programming Language(1)
  15. If Programming Languages Were Cars...(4)


 



- Lo-Fi Version Time is now: 6th July 2008 - 09:39 AM