Introduction to Swift Programming Language

 

Swift Programing - Introduction Part -1

            From the best code of C and Objective-C a Language is build known as Swift Programming Language. With the Help of Swift Programming language we can develop the native application of iOS and OS X. Swift Introduce in this Year.

          Swift is develop by Apple Inc. After making some modification in objective-C in debugger, Compiler and other functional part. 

            

          Most of the developers loves the swift because it is more friendly. It is very interesting and enjoyable with developer.

          Swift is replacement of objective-C that make easier to programming compare than objective-C, Swift 1.1 has been released on Oct. 22 -2014.

          Changes from Objective-C and Swift - Objective-C Support NSString Library, NSArray, NSDirectory and other. But in case of Swift programming language all of these has been removed.

          Ex. - 1. Objective-C
                
                  NSString *str = @"Hi,";
                  str = [str stringByAppendString:@" Dheeraj"];

                  2. Swift

                  var str = "Hi,"
                  str  += " Dheeraj"

1 comments

  1. Good
    Here is blog for basic C and C++ programs
    List of C and C++ Programs
    blog link
    C and C++ based programs

    ReplyDelete

My Instagram