Help with a software that is in C#
Author |
Message |
Laytondave
|
Posted: Fri Jun 22, 2012 3:39 am Post subject: Help with a software that is in C# |
|
|
Hi All,
I would like to develop my own application and I have experience in C and C++. However I noticed a site (http://www.voip-sip-sdk.com/) where lots of sample programs can be found. As I read the sample programs are developed with an SDK, called Ozeki VoIP SIP SDK. These sample programs are in C# which I am not familiar with. Could you please help me how to start using this software, or should I use C and when I have experience in C# return to this software?
Thanks for your replies. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
mirhagk
|
Posted: Fri Jun 22, 2012 10:39 am Post subject: RE:Help with a software that is in C# |
|
|
C# is fairly easy to learn, especially if you actually know C++ and it's object oriented design, and don't just write C programs in C++. There are several books on teaching yourself the language if you'd like, but the first thing you should do is download Visual studio 2010 C# Express and play around a bit. It has auto completion so it's extremely easy to learn the library just within the IDE itself, but there are also the msdn docs if you prefer reading up on stuff. If you ask questions here I can always help, and there's also the msdn forums (which are extremely helpful, unlike most other forums), and stack overflow (which is a great general purpose place to ask questions and look up answers) |
|
|
|
|
|
|
|