c++ and java programmers needed

Get help on programming - C++, Java, Delphi, etc.
Post Reply
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

c++ and java programmers needed

Post by skeetr »

Should there be any good experienced c++ or java programmers interested in finding employment, please PM me.
Thanks :D
Law
Registered User
Posts: 1569
Joined: 12 Sep 2003, 02:00
Location: UND

Post by Law »

Well give us a bit more info. Like were it will be.

I'd be keen to know more. I'm currently doing my hons in computer science at UKZN
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

Well, the company is based in Gauteng and needs a few programmers to finish off some software properly.
Law
Registered User
Posts: 1569
Joined: 12 Sep 2003, 02:00
Location: UND

Post by Law »

ta man.

we'll i know we got a few joburg guys here. gl
ElDiablo
Registered User
Posts: 1012
Joined: 30 Jun 2004, 02:00
Location: Potchefstroom

Post by ElDiablo »

does programming in turbo pascal count? :lol:
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

skeetr wrote:needs a few programmers to finish off some software properly.
repairing duffed/incomplete production code is no picnic...

you have complete ooad documentation?

@ElDiablo.. sure... you can work on my SHARP this weekend :) it's double precision handling is a little off...
Most people would sooner die than think; in fact, they do so - Bertrand Russel
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Post by RuadRauFlessa »

rustypup wrote:@ElDiablo.. sure... you can work on my SHARP this weekend :) it's double precision handling is a little off...
Nice take on Pascal

And yeah do you have OOAD documentation otherwise I won't even concider touching it with a 10ft pole
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

The software is complete, however it needs to be converted for use in South Africa as it was originally designed for the American market. We have the full source and documentation as well.
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Post by RuadRauFlessa »

btw nice ave.

hmm that means language packs, currency conversions, tax rate implications stuff like that?
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

thanks.
Well mostly it would be currency related. The program is already in english and i do not beleive more language packs will be required. Basically the program just needs to be converted and branded for our purposes, along with currency changes.
ElDiablo
Registered User
Posts: 1012
Joined: 30 Jun 2004, 02:00
Location: Potchefstroom

Post by ElDiablo »

RuadRauFlessa wrote:
rustypup wrote:@ElDiablo.. sure... you can work on my SHARP this weekend :) it's double precision handling is a little off...
Nice take on Pascal

And yeah do you have OOAD documentation otherwise I won't even concider touching it with a 10ft pole
oy, you underestimate the power of pascal, I actually wrote an mp3 player compatable with a sound blaster 16 when I was in school. As for your SHARP , do you want it to play mp3s?

:lol: :lol: :lol:
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

I'm still trying to find a programmer with experience in java. Any offers?? :?
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

Java is for wannabe's :D

REAL programmers code in C++ 8)

PS. Sorry mate, can't help you there.
Image
Law
Registered User
Posts: 1569
Joined: 12 Sep 2003, 02:00
Location: UND

Post by Law »

why does it have to be joburg. Durban is so much better :D
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

Kronos wrote:Java is for wannabe's

Code: Select all

javax.swing.JFrame frm = new javax.swing.JFrame("An actual Frame");
frm.setDefaultCloseOperation(javax.swing.JFrame.EXIT_ON_CLOSE);
frm.setVisible(true);
three lines, and a window appears... and disposes cleanly when closed...

same op in c++?

me am a wannabe :twisted:

just couldn't resist it...
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

rustypup wrote:
Kronos wrote:Java is for wannabe's

Code: Select all

javax.swing.JFrame frm = new javax.swing.JFrame("An actual Frame");
frm.setDefaultCloseOperation(javax.swing.JFrame.EXIT_ON_CLOSE);
frm.setVisible(true);
three lines, and a window appears... and disposes cleanly when closed...

same op in c++?

me am a wannabe :twisted:

just couldn't resist it...
Who said programming must be easy?

[technical]
Firstly, mr. 3 lines of code. You forgot to mention that you still need to fill in the main class. Just the 3 lines alone in a file will not do anything.
Not to mention
-that JRE must be running
-that Hundreds of lines of code is actually referenced when it runs
-that it's 1000000000000 times slower than a native C++ window
-that the cleanup is done by another million lines of code in the form of a garbage collector, which only runs when it sees fit.
-etc, etc, etc.
[/technical]

It's like the difference between a True Cracker, and a script kiddie. :P

Java devs are just using classes written by other people to do the HARD WORK. :D :P
Image
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

This application is done in c++ server side, with a java GUI.
Only currency appears to be hard coded, therefore i require one person that keeps to C++ and one person that can just take care of the java side.
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

Kronos wrote:Java devs are just using classes written by other people to do the HARD WORK. :D :P
yup... but unlike their c++ counterparts they don't rebuild their starter motor everytime they take the car for a spin... :lol:

ribbing you... I use both extensively, but in the bus world, java's gui, regex and encryption usage is a lot less error prone :)

<smacks himself repeatedly upside the head for spamming!>
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Kronos
Moderator Emeritus
Posts: 4280
Joined: 28 May 2003, 02:00
Location: Azeroth
Contact:

Post by Kronos »

rustypup wrote:
Kronos wrote:Java devs are just using classes written by other people to do the HARD WORK. :D :P
yup... but unlike their c++ counterparts they don't rebuild their starter motor everytime they take the car for a spin... :lol:

ribbing you... I use both extensively, but in the bus world, java's gui, regex and encryption usage is a lot less error prone :)

<smacks himself repeatedly upside the head for spamming!>
OK last spam post. Just to clear it up.

No, C++ programmers clone (Copy and Paste) a starter motor that they've built up previously for another car. :lol:
Unlike their java counterparts who always use the same Jumbo Jet Starter motor, even to start a 50cc motorbike. :wink: :P

My Last point (I Promise) is:
The REAL Programmer thing is kind of a long standing joke, you should know that. :)
It has nothing to do with real world application, but mostly about total coding geekyness. :D
Image
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Still need to find programmers!

Post by skeetr »

Our company based in Sandton Gauteng is still seeing the services of a programmer with knowledge in Linux, Fedora/Redhat with IBM DB2 experience. Also Java development and JSP with experience with Apache Tomcat. Position is available immediately on a contract to permenant basis. The salary is 20k p/m negotiable.
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Post by RuadRauFlessa »

rustypup wrote:
Kronos wrote:Java is for wannabe's

Code: Select all

javax.swing.JFrame frm = new javax.swing.JFrame("An actual Frame");
frm.setDefaultCloseOperation(javax.swing.JFrame.EXIT_ON_CLOSE);
frm.setVisible(true);
three lines, and a window appears... and disposes cleanly when closed...

same op in c++?

me am a wannabe :twisted:

just couldn't resist it...
Can do it in one line for you. But then again you can do it in one life for C++ as well. Not that you would understand any of it. :lol:

skeetr: I do Java development. I take it that it is a client side application without any networking to complicate things.
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
skeetr
Registered User
Posts: 11
Joined: 03 Oct 2005, 02:00

Post by skeetr »

It is more or less. There are a few more things to it though.
If you're interested let me know.
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Post by RuadRauFlessa »

skeetr wrote:It is more or less. There are a few more things to it though.
If you're interested let me know.
I would be incorrect and foolish to assume otherwise but if you don't say precisely what it will entail then no one will even attempt because they won't know what to expect.

Anyway if I do it I will have to do it from home since I have a business to run.
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
Post Reply