Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C Programming for iPhone/iPad App Development
123 students
Created bymy bringback
Last updated 7/2012
English

What you'll learn

  • In this tutorial, you will learn the basics of setting up our integrated development environment, variables, operators, loops, arrays and much more.
  • This course is designed to jumpstart you into iOS development.

Course content

1 section46 lectures1h 46m total length
  • Intro to C Programming0:55

    Begin with the basics of C programming to build a strong foundation for iPhone/iPad app development, then explore progressing to advanced concepts and related languages like C++, C#, and Objective-C.

  • Getting Started: Tools and IDE3:37
  • Understanding/Tour of IDE4:32
  • Understanding/Tour of IDE Source File
  • Printf Function - Oh Yea!3:37
  • Printf Function - Oh Yea! Source File
  • Basics of Commentting3:12
  • Displaying Values4:43
  • Displaying Values Source File
  • Displaying Multiple Variables4:29
  • Displaying Multiple Variables Source File
  • Intro to Variables4:19
  • Data Types3:23

    Explore C data types: integers, floats, doubles, chars, and booleans, and learn to print them and display scientific notation using printf for iPhone/iPad app development.

  • Data Types Source File
  • Variables Data Types4:46

    Learn about variables and data types in C programming, compute with integers and floats, cast between int and float, and print results using format specifiers.

  • Variables Data Types Source File
  • Math Operators3:48

    Explore C programming math operators, including addition, subtraction, division, and multiplication, with practical examples and precedence rules using variables a, b, c and a result variable.

  • Math Operators Source File
  • Modulus2:46
  • Modulus Source File
  • Input Scanf3:52
  • Input Scanf Source File
  • Conversion Typecasting4:53
  • Conversion Typecasting Source File
  • If Statement4:57
  • If Statement Source File
  • If Else Statement1:58
  • If Else Statement Source File
  • If Else If4:30

    Learn to implement an if else if ladder to evaluate multiple conditions, print corresponding results (equals one, two, three, four), and handle 1–4 user input.

  • If Else If Source File
  • Compound Relational Tests3:56
  • Compound Relational Tests Source File
  • For Looping4:24
  • For Looping Source Code
  • While Loops9:39

    Demonstrates the while loop in C programming for iPhone app development, and compares it to the for loop. Shows how to collect five numbers, sum them, and compute the average.

  • While Loops Source Code
  • Do Statement2:58

    Learn how the do statement executes code before checking the condition, unlike for and while, and see it loop through five numbers to compute an average.

  • Do Statement Source Code
  • Switch Statement6:08

    Master the switch statement in c by evaluating a user input rank, branching through cases, using break and default, and comparing it to if-else for flow control.

  • Switch Statement Source Code
  • Intro To Arrays5:32
  • Intro To Arrays Source Code
  • More Arrays5:04
  • More Arrays Source Code
  • Functions4:58
  • Functions Source Code

Requirements

  • Netbeans (integrated software development)

Description

This course will teach you a basic understand of the C language. C is the basis for Objective C, which is used to program iPhone/iPad applications.

Who this course is for:

  • Beginning programmers
  • iOS application developers
  • iPhone-iPad developers