Thread: How to read, understand SDK?

  1. #1
    Registered User
    Join Date
    Nov 2020
    Posts
    7

    How to read, understand SDK?

    Hello,

    I am new to either C or SDK, therefore, excuse my ignorance.
    Anyway, I am wondering how to read , understand the SDK? There are several functions, but no explanation or code examples what actually are they about, at least I cannot find them...

    Does any of you have experience with readying using SDK?

    bR, OM

  2. #2
    Registered User
    Join Date
    May 2012
    Posts
    505
    Quote Originally Posted by OM42 View Post
    Hello,

    I am new to either C or SDK, therefore, excuse my ignorance.
    Anyway, I am wondering how to read , understand the SDK? There are several functions, but no explanation or code examples what actually are they about, at least I cannot find them...

    Does any of you have experience with readying using SDK?

    bR, OM
    If you are new to programming, then it's best to work through a C primer using just the standard library to learn the core language, before tackling any SDK.

    If you know some programming, C has few surprises, and you can probably learn C in conjunction with the SDK you want it for. However the fact that you refer to "the SDK" (there are hundreds of SDKs for C) suggests to me that you are in the former group.
    I'm the author of MiniBasic: How to write a script interpreter and Basic Algorithms
    Visit my website for lots of associated C programming resources.
    https://github.com/MalcolmMcLean


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 10-28-2015, 02:07 PM
  2. Replies: 7
    Last Post: 12-07-2012, 10:44 PM
  3. blocked on read/recv / how to read/send proper buffers
    By fudgecode in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-02-2010, 11:42 PM
  4. Replies: 4
    Last Post: 08-09-2006, 01:06 PM
  5. Replies: 18
    Last Post: 06-21-2003, 10:57 AM

Tags for this Thread