Reading inputs from Keyboard in Objective C -


i new objective c. know c/c++. want accept inputs keyboard, let assume program adding 2 numbers.

so can use scanf("%d %d",&a,&b); ?

objective c superset of regular c , can use c functions scanf() or getchar() , similar!


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -