|
Sadekunle
|
Software programing write
How can i recognize the code using in writing a program.
|
|
|
|
|
|
Zahymaka (m)
|
There are lots of languages used in writing programs. I suggest you take a programming course because there's no single code language or format.
|
|
|
|
|
|
|
|
|
|
Seun (m)
|
You should probbly start with English Language! 
|
|
|
|
|
|
sbucareer (m)
|
Seun why? Most good programmers I know today do not speak English let alone write English. Programming is an art, it involves self expression. Many people in our society today particularly in Nigeria today are genius, because they could not speak or write English Language people look down on them, what a sad society!
My brother follow Skima link or try to learn any language you feel comforbale with. IDE (Integrated Development Environment) will depend on the language you learn. Most of the tutorials on the net will give you a short requirements before going into the tutorials.
Integrated Development Environment is a software suite where you type your codes, compile and run your application. In java I use Java Studio Enterprise 8
People in Microsoft uses Microsoft visual studio It is not free. MS is a proprietary company and have a trademark to all there products.
Look luck.
|
|
|
|
|
|
sbucareer (m)
|
My advise to people learning C# is that Microsoft borrowed C# from Java. C# is the same things as Java. No difference. Almost same API, syntax and exception handling.
So, you are better off learning Java. Even j# was MS challenge to java in the early days, but J# did not really take-off. The only MS language that commands articles and job in the market place is .NET and ASP, which I think uses the VB (Visual Basic). Although MS have stop support on VB 6.0. MS is encouraging everyone to move to .NET 2005
You use .NET VB, C#, j# to develop standalone application or forms and use ASP.NET VB, C#, j# etc to develop web applications or web forms.
|
|
|
|
|
|
Fdeveloper (m)
|
Sadekunle, maybe I have misunderstood your question but were you asking about decompilers? In other words given an application executable file (a .exe file for example), how can one tell what language it was developed with?
|
|
|
|
|
|