Sponsored Content
Top Forums UNIX for Dummies Questions & Answers From iOS programming to Linux system programming Post 302796843 by Rockatansky on Sunday 21st of April 2013 01:49:21 AM
Old 04-21-2013
From iOS programming to Linux system programming

Hello.
I like Linux and C programming language. Allways wanted to understand kernel and become a Linux system programmer. And I also like Objective-C and iOS. These two programming areas have relations:
1. Linux and iOS are UNIX-like systems, POSIX compliant.
2. It is useful to know C language for iOS programmer.

And I have these questions:
1) Is it useful for usual iOS web/GUI/game programmer to know UNIX/FreeBSD programming?
2) Is it useful for usual iOS web/GUI/game programmer to know iOS kernel and iOS system programming?
3) Is it difficult to transit from iOS programming to Linux system programming?
 

10 More Discussions You Might Find Interesting

1. Programming

System Programming

Hi all, I am working on a c program (in a unix environment) making system calls. My program makes references to POSIX, _POSIX_SOURCE 1. When trying to compile the c program, I received a message "Language optional software package not installed." I am not sure if this message refers to... (3 Replies)
Discussion started by: rachael
3 Replies

2. Programming

System programming in C

Hi there, Am very very interested in system level programming in C???? Please give me a good site or a sample program to start with.. will be of a great help to me.. Thanks, Nisha (7 Replies)
Discussion started by: Nisha
7 Replies

3. UNIX for Dummies Questions & Answers

Carreer:Networking Programming in Unix (C programming Language)

Hello, I am trying to learn Networking Programming in C in unix enviorment. I want to know how good it is to become a network programmer. i am crazy about Network programming but i also want to opt for the best carreer options. Anybody experienced Network Programmer, please tell me is my... (5 Replies)
Discussion started by: vibhory2j
5 Replies

4. Programming

system Programming using JAVA.

Dear Sir, How to write Code using JAVA technology for system programming ? I want to develop a new compiler for my own language. thanks in advance roy (1 Reply)
Discussion started by: swapan
1 Replies

5. Programming

System programming in C

Hi guys, i'm programming in C for Linux but i preferred to program in FreeBSD and some FreeBSD system calls are not available in Linux and i want to make my code portable but i don't now really how, but i think if i used some C preprocessors i can make it portable, and the problems is that i don't... (8 Replies)
Discussion started by: pharaoh
8 Replies

6. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

7. IP Networking

Operating System Programming

I am new in Kernel programming....i want to know how kernel is implemented.To this i have downloaded minix 3 kernel but i do not know where to start my study of kernel programming...please tell me from where to start understanding the code and how to run kernel in windows 7 or red hat. (3 Replies)
Discussion started by: Sajan Gupta
3 Replies

8. Programming

What is Unix System Programming???

Hi friends, Hope u r doing well. I really find the phrase, "Unix System Programming" very very cool, I don't know the reason, but it since I love UNIX, I want to do system programming in unix. Could you please tell me what is really the meaning of unix system programming. I have a couple of books... (5 Replies)
Discussion started by: gabam
5 Replies

9. Programming

c programming system call

newPerm = oldPerm & ~0100; where oldPerm holds the value of st_mode from the system call stat(). When I try and compile every line where ive attempted to do these operations gives the warning "parameter names without declaration types in function declaration". what could be the problem? the... (2 Replies)
Discussion started by: bjhum33
2 Replies

10. Programming

Video Tutorial of Linux System Programming with C

Video tutorial of Linux System Programming with C. YouTube - Linux System Programming with C by Indronil Banerjee (1 Reply)
Discussion started by: vectrum
1 Replies
cn(1)							    BSD General Commands Manual 						     cn(1)

NAME
cn, -- Command line interface to CommonNumerics routines. SYNOPSIS
cn, [-p prompt] [command] [command_options] [command_args] DESCRIPTION
A simple command line utility allowing you to perform CRC and Base Encode/Decode with the Common Numerics functions. cn, has the following standard options for all sub-commands: -h Show help information. -a Use the specified algorithm. The CRC, Encode, and Decode commands have various algorithms that can be used on data provided to them. -s -<string> Performs the operation on the specified string value. -v Function in Verbose mode. CN COMMAND SUMMARY
cn, currently only provides functions for two activities: CRC calculation and Base Encoding and Decoding (base16, base32, base64). Here are brief descriptions of all the cn, commands: crc Perform a CRC on the data provided either as a string or on stdin. Algorithms 10 - kCN_CRC_8 11 - kCN_CRC_8_ICODE 12 - kCN_CRC_8_ITU 13 - kCN_CRC_8_ROHC 14 - kCN_CRC_8_WCDMA 20 - kCN_CRC_16 21 - kCN_CRC_16_CCITT_TRUE 22 - kCN_CRC_16_CCITT_FALSE 23 - kCN_CRC_16_USB 24 - kCN_CRC_16_XMODEM 25 - kCN_CRC_16_DECT_R 26 - kCN_CRC_16_DECT_X 27 - kCN_CRC_16_ICODE 28 - kCN_CRC_16_VERIFONE 29 - kCN_CRC_16_A 30 - kCN_CRC_16_B 31 - kCN_CRC_16_Fletcher 40 - kCN_CRC_32_Adler 41 - kCN_CRC_32 42 - kCN_CRC_32_CASTAGNOLI 43 - kCN_CRC_32_BZIP2 44 - kCN_CRC_32_MPEG_2 45 - kCN_CRC_32_POSIX 46 - kCN_CRC_32_XFER 60 - kCN_CRC_64_ECMA_182 Encode|Decode Encode or Decode data provided either as a string or on stdin using one of the algorithms specified below. Algorithms 1 - kCNEncodingBase64 2 - kCNEncodingBase32 3 - kCNEncodingBase32Recovery 4 - kCNEncodingBase32HEX 5 - kCNEncodingBase16 ENVIRONMENT
CN_READ_SIZE The "read size" to use when processing incoming data. CN_WIDTH The number of columns in which to output data when performing a base encoding. The default is 64 columns. HISTORY
cn, was introduced in Mac OS X version 10.9 and iOS version 7.0. Darwin June 2, 2019 Darwin
All times are GMT -4. The time now is 02:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy