+ Reply to Thread
Results 1 to 2 of 2

Thread: Help in C#

  1. #1
    Skinnypuppy is offline New Born Skinnypuppy is on a distinguished road
    Join Date
    Jun 2012
    Posts
    1
    Rep Power
    0

    Help in C#

    Hello,

    I am a beginner developer and just decided to develop an own application. I have worked with C and C++ programming languages. During a search on the Internet I found a site (Ozeki C# VoIP SDK - A SIP SDK for software developers) that offered many sample programs. The programs are developed by a software called Ozeki VoIP SIP SDK. The only thing that bohters me is that C# knowledge is needed to evaluate this software and the sample programs. Could you help me how to try them without knowing C#? If you think that first I should learn C# and only then try this software then please tell me how to start? Are there any good tutorials or books I can use? I highly appreciate your help.

  2. #2
    NewEra's Avatar
    NewEra is offline A Toddler - Don't be Fooled! NewEra is on a distinguished road
    Join Date
    Sep 2005
    Posts
    104
    Rep Power
    8

    Re: Help in C#

    C# is designed to be a platform-independent language in the tradition of Java (although it is implemented primarily on Windows). It's syntax is similar to C and C++ syntax, and C# is designed to be an object-oriented language. There are, for the most part, minor variations in syntax between C++ and C#. Main has no return type, there are no semicolons after class names, there are some (to C++ programmers) strange decisions regarding capitalization

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts