Thread: Concept of SDK and Framework

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    1

    Question Concept of SDK and Framework

    Hi,

    Which one is correct?
    Is SDK subset of framework or vice versa?
    please discuss about your idea and metion your reference if possible.
    Concept of SDK and Framework-1-jpgConcept of SDK and Framework-2-jpg


    Thanks a lot,

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I tend to think in terms of the right hand side version since "development kit" sounds like it can include some special editor/emulator/IDE, whereas I see a software framework as code only.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    I don't think either is correct.
    SDK is a collection of necessary components to develop for a certain target or platform. It can include frameworks, IDEs, emulators, etc.
    A framework is usually some piece of code meant to ease development for a certain target or platform. It can be built upon an SDK.
    So I tend to see these as separate worlds. They do sometimes build upon components from each other, but they are strictly separate.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# without .NET framework
    By heisel in forum C# Programming
    Replies: 2
    Last Post: 10-04-2009, 01:37 PM
  2. .net framework
    By mixalissen in forum C# Programming
    Replies: 3
    Last Post: 05-28-2008, 11:44 AM
  3. A C++ GUI Framework
    By jinhao in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-11-2005, 06:34 AM
  4. c++ using .net framework
    By axr0284 in forum C++ Programming
    Replies: 2
    Last Post: 12-09-2004, 09:45 AM
  5. Old ASP on PC with Framework
    By ginoitalo in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-12-2002, 08:41 PM

Tags for this Thread