Omega Owners Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Please check the Forum Guidelines at the top of the Newbie section

Pages: 1 2 3 [4] 5  All   Go Down

Author Topic: 20 years a programmer  (Read 4297 times)

0 Members and 1 Guest are viewing this topic.

sev

  • Intermediate Member
  • ***
  • Offline Offline
  • Gender: Male
  • Surrey
  • Posts: 306
    • View Profile
Re: 20 years a programmer
« Reply #45 on: 13 January 2009, 10:26:09 »

Quote
I wish I knew what the f*ck you lot are on about :-/ :)

 ;D ;D ;D ;D ;D


Quote
lol....the thermal paper.....marvelous stuff.

Used to put sheets of it on the girls chairs at uni and over about half an hour it would give an imprint of thier arse.....what a sad life we led at the time!

 :'( That... is a thing of beauty...
Logged
1995 2.5 V6 CDX Saloon

BazMV6

  • Junior Member
  • **
  • Offline Offline
  • Gender: Male
  • Silverstone
  • Posts: 141
    • View Profile
Re: 20 years a programmer
« Reply #46 on: 13 January 2009, 15:05:01 »

You youngsters...  ::)  I'm writing ALGOL today.   :y
Logged
This space left blank for your own message...

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: 20 years a programmer
« Reply #47 on: 13 January 2009, 18:38:43 »

Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.


Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...
Logged
Grumpy old man

Jay w

  • Omega Baron
  • *****
  • Offline Offline
  • Gender: Male
  • Plymouth/Poole
  • Posts: 4319
  • omega gone
    • View Profile
Re: 20 years a programmer
« Reply #48 on: 13 January 2009, 18:43:40 »

i still have an unbuilt ZX81 in storage....managed to get 2 of then in the 80's i built one and left the other
Logged

cem_devecioglu

  • Guest
Re: 20 years a programmer
« Reply #49 on: 13 January 2009, 18:59:47 »

Quote
Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.

Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...

yep..  VB.NET very different.. in prev version you can write codes in n  similiar to the speed you write a normal document..development is really quick..

for .NET you need serious planning .. But once you finish I have seen the same code working 40-50 times faster :o :o

and also porting VB6 apllications very hard to nearly imposible in terms of project time..As most objects are changed and classes being very different..

But still I like vb6, very fast to develop for a specific task..And still many programmers prefer ..
« Last Edit: 13 January 2009, 19:02:25 by cem_devecioglu »
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: 20 years a programmer
« Reply #50 on: 13 January 2009, 19:21:46 »

Quote
Quote
Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.

Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...

yep..  VB.NET very different.. in prev version you can write codes in n  similiar to the speed you write a normal document..development is really quick..

for .NET you need serious planning .. But once you finish I have seen the same code working 40-50 times faster :o :o

and also porting VB6 apllications very hard to nearly imposible in terms of project time..As most objects are changed and classes being very different..

But still I like vb6, very fast to develop for a specific task..And still many programmers prefer ..
with .net 2005 and 2008, vb6 generally important well ime, in so much as you have a functioning app.  It will take some tidying up to make it more ".net like", but will work.

It all goes Pete Tong when you drive certain bits of (some homemade some commercial) hardware directly ::)
Logged
Grumpy old man

cem_devecioglu

  • Guest
Re: 20 years a programmer
« Reply #51 on: 13 January 2009, 21:11:32 »

Quote
Quote
Quote
Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.

Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...

yep..  VB.NET very different.. in prev version you can write codes in n  similiar to the speed you write a normal document..development is really quick..

for .NET you need serious planning .. But once you finish I have seen the same code working 40-50 times faster :o :o

and also porting VB6 apllications very hard to nearly imposible in terms of project time..As most objects are changed and classes being very different..

But still I like vb6, very fast to develop for a specific task..And still many programmers prefer ..
with .net 2005 and 2008, vb6 generally important well ime, in so much as you have a functioning app.  It will take some tidying up to make it more ".net like", but will work.

It all goes Pete Tong when you drive certain bits of (some homemade some commercial) hardware directly ::)

as usual..

my woriies are mostly API usage in vb6 as most of those are for win2000 and xp.. if windows 7 changed some APIs we need a long work..

And I'm not planning to rewrite those codes again unless somebody pay (which I dont expect)
Logged

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36418
    • Jaguar XE 25t, Westfield
    • View Profile
Re: 20 years a programmer
« Reply #52 on: 13 January 2009, 22:24:30 »

Quote
It all goes Pete Tong when you drive certain bits of (some homemade some commercial) hardware directly ::)

That's where the BBC model B comes in, surely?

Kevin
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: 20 years a programmer
« Reply #53 on: 13 January 2009, 22:32:46 »

Quote
Quote
It all goes Pete Tong when you drive certain bits of (some homemade some commercial) hardware directly ::)

That's where the BBC model B comes in, surely?

Kevin
might look a bit crap in my brother's shops if his tills were beebs...  ...i also reckon a ms-sql client might be difficult to obtain ;D
Logged
Grumpy old man

Martin_1962

  • Guest
Re: 20 years a programmer
« Reply #54 on: 13 January 2009, 22:45:34 »

Quote
Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.


Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...


VB 6 - I had edited a lot of the .bas in an external editor, for power reasons, then reloaded and VB screwed all my formatting >:(.

I ended up rewriting to change all the variable names to the same length.

All the decent xbases short cut on statements (to be faster), pretty sure C does as well, does VB no it doesn't

IF a or b and if a passes still does b ect aghhhhhhhhhhhhhhh!!!!!!!!!!

Really shitty language >:(

When I converted a load of code to produce some data routines it took days!

First time I had changed language and had to change structure of these routines. (Locking control ect, ported all over the place VB was worst) Oh I do like the Clipper dialect!
Logged

Martin_1962

  • Guest
Re: 20 years a programmer
« Reply #55 on: 13 January 2009, 22:48:08 »

Hmmm data - I love Advantage Database Server.

We are investigating environments for our next project which will be (deleted because our competitors might read) but sticking with CA-VO and VC++ for the current product
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: 20 years a programmer
« Reply #56 on: 13 January 2009, 22:52:12 »

Quote
Quote
Quote
Done C as well - but not a lot, but enough to maintain C programs and write routines in it.

Worst languages and 4GLs, tried Progress - very restrictive, Visual Basic has a very nasty IDE.

The dbase interactive environments are rubbish compared to the compilers.

Before getting a job I learnt COBOL, BASIC, some XBASE
The non .net versions were kinda hampered by trying to be familiar to users of previous versions, which itself was kinda hampered by the VB for DOS product (actually rather good, but quirky interface).

VB's biggest problem was the mess it got in tryinging to kludge new ideas into a language not really geared to take it - sterling effort by MS, but was never going to be truely achieveable, hence VB.NET being very, very different.


Sadly, I still have to maintain a medium size VB6 app that can't port to .net - and VB6 has just gone out of support.  Fortunately, as the runtimes are included in XP and Vista, they continue to get security fixes...


VB 6 - I had edited a lot of the .bas in an external editor, for power reasons, then reloaded and VB screwed all my formatting >:(.

I ended up rewriting to change all the variable names to the same length.

All the decent xbases short cut on statements (to be faster), pretty sure C does as well, does VB no it doesn't

IF a or b and if a passes still does b ect aghhhhhhhhhhhhhhh!!!!!!!!!!

Really shitty language >:(

When I converted a load of code to produce some data routines it took days!

First time I had changed language and had to change structure of these routines. (Locking control ect, ported all over the place VB was worst) Oh I do like the Clipper dialect!
Pre .net variants did suffer a messy, inconsistent langauge, due to its history.  Still a lot of apps run on it though, including some big-ish websites. Its done a great job, but old style VB should be retired (or used for scripting as .vbs).
Logged
Grumpy old man

Martin_1962

  • Guest
Re: 20 years a programmer
« Reply #57 on: 13 January 2009, 23:30:48 »

Our last surviving VB app is hated by everyone for maintenance, if a rewrite gets required it will end up in Visual Objects quicker than anything.
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107048
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: 20 years a programmer
« Reply #58 on: 14 January 2009, 19:18:43 »

Quote
Our last surviving VB app is hated by everyone for maintenance, if a rewrite gets required it will end up in Visual Objects quicker than anything.
simply as thats what you're used to.
Logged
Grumpy old man

Martin_1962

  • Guest
Re: 20 years a programmer
« Reply #59 on: 14 January 2009, 19:41:35 »

Quote
Quote
Our last surviving VB app is hated by everyone for maintenance, if a rewrite gets required it will end up in Visual Objects quicker than anything.
simply as thats what you're used to.


Looks like a mix between C++ and Clipper!
Logged
Pages: 1 2 3 [4] 5  All   Go Up
 

Page created in 0.018 seconds with 16 queries.