• Coding
  • API C++ freelancer programmer

Hello
I need an API C++ / .Net freelancer programmer for really small project ( I have a rapid software developpement kit which i want to use to write a small software used to connect between to machines or softwares and to do a small job like fetching files..archiving..etc )
for more info please contact me on black.snowflake@hotmail.com
thank you
API C++ freelancer programmer
You may want to explain what you mean by that, because so far it's very ambigious. You want someone to write you an API using C++, or to write an application that uses a certain C++ API?
What kind of App are you expecting to work with, may help summon interest as well.
thank you arithma ..I edited my post..
It is for my job ..I do not think it is hard but Im a telecom engineer ..I know nothing about programming
Why does it have to be C++ or .Net and with the software development kit your are talking about?
Tarek wrotethank you arithma ..I edited my post..
It is for my job ..I do not think it is hard but Im a telecom engineer ..I know nothing about programming
Aren't Telecom engineers (CCE with telecom as major I suppose) supposed to take up to 4 programming courses (mostly in C++) ?
nop...i am a telecommunication engineer ..its not related to CCE in any way ..( networking and telephony )
the rapid developement kit support only C++ and .Net ..it should be child play for programmers because everything is documented .
Yes but why do you want to limit programmers to this development tool? And how do you know it should be child's play? I mean you're making an awful lot of decisions and judgments for a non-programmer. I mean you might be right, it's not the first time someone who is rather ignorant on the topic makes right comments, but still I do not like the attitude of telling developers what tools they are to use, they should be the one who know best what tool to pick. But it's not my problem either, and you might have your reasons (although you still haven't given any... but it's still possible). So good luck anyway.
Plus I'm not much better I know very little about C++, and the other topics you mentioned (I am a freelance web developer). But it has happened to me more then once that the customer tries to tell me what technology to use or makes a judgement like yours regarding the amount of effort needed, and even if he's sometimes right it still angers me every time.
@rofl

He is obviously constrained to that development kit. It could be for building software for some kind of Telecom device.

@Tarek

It would have been more clearer if you referred us to a URL of that kit, and tell us with a short description 'exactly' what's needed.
the kit is made just for Rimage machine .. a robotic dvd/cd duplication tool ..
lets say you have a dvr that you want to archive on dvds every 4 GB ...the rimage machine and the dvr need to communicate together following rules created by the API
I mean all you have to do is to write a small piece of code so the rimage machine can "see" the dvr and take the info from it according to some specific criteria

Anyway the documents are found on this ftp : [url=ftp://ftp.nazihhaddad.com]ftp.nazihhaddad.com[/url]
username : <snip>
password : <snip>

feel free to check them .. if anyone is interrested please contact me
CSGeek wrote@rofl

He is obviously constrained to that development kit. It could be for building software for some kind of Telecom device.
That's what I was asking him to confirm. I'm under the impression he's not. I don't know many telecom devices that run .net, and he spoke about transferring files among machines, it sounded a bit like computers but I'm not sure, of course.
Tarek wrotethe kit is made just for Rimage machine .. a robotic dvd/cd duplication tool ..
lets say you have a dvr that you want to archive on dvds every 4 GB ...the rimage machine and the dvr need to communicate together following rules created by the API
I mean all you have to do is to write a small piece of code so the rimage machine can "see" the dvr and take the info from it according to some specific criteria

Anyway the documents are found on this ftp : [url=ftp://ftp.nazihhaddad.com]ftp.nazihhaddad.com[/url]
username :
password :

feel free to check them .. if anyone is interrested please contact me
Oh, I got it all wrong then, sorry. I thought you wanted machines to communicate together, for a telecom application. But you can't blame me much, you did not state your needs clearly :) ... This is better! Thanks.
no it is alright..anyway if anyone is interrested..even not for a job.. please check the documents
so let's say i have the below code
ProductionOnlyJob job = (ProductionOnlyJob) SingleConnectionSession.GetInstance().CreateProductionOnlyJob(JobType.FromImageJobType); 
job.AddDataTrack("c:\\test.iso", ConvertToUNC.False);   
job.SetProductionParam(ProductionJobParamType.MediaTypeParam, JobParamValues.MediaTypeDVDR);
where should i put it ? i mean visual studio , etc.. if i need it to work ? or simply to test it
Yes it probably goes into visual studio. It is your source code. You then need to compile it into an executable (.exe file), normally! Not sure about your case though.
The API looks pretty easy.
yeah i said it is relatively easy for any programmer..so now im trying to do it myself..all i need is Visual studio software right? the compiler is built in the VS?
Yes VS includes a compiler.
PS: PM me the username and password for the FTP, I'll take a look at the documentation, if you still want.