Hello, I wish to develop an application. The thing is that I am only familiar with C and C++. Therefore after looking for solutions on the Internet I found a site that had several sample programs. The sample programs are developed with a software called Ozeki VoIP SIP SDK. My only concern is that they are in C# which I do not know. Could you please tell me how to try to use this software? Any suggestions how should I try to learn C#, any good books? Hope you can help me. Thanks in advance.
Zeratul, There are thousands of books, links and websites that will help you understand C# and its framework. Under the umbrella of Microsoft, they use the .NET framework, this means that applications written in C# under .NET when compiled will produce .EXE file which is a native executable file format in windows. On the other side of our interest, in Linux operating system, there is another C# version. We call it MonoDevelop. Literally, C# applications under Linux when compile will not produce an .EXE file so it will not run under windows platform. If you already had thorough knowledge on how to write pragrams in C++, it will not be a problem. Since, C++ is on of the language which C# was based on. Pretty much sure, the coding convention in C++ is close to what we have in C#.