{
  "total": 836,
  "page": 1,
  "pagesize": 40,
  "questions": [
    {
      "tags": [
        "creative-commons"
      ],
      "answer_count": 113,
      "favorite_count": 7141,
      "bounty_amount": 50,
      "closed_date": 1330543239,
      "closed_reason": "not constructive",
      "question_timeline_url": "/questions/194812/timeline",
      "question_comments_url": "/questions/194812/comments",
      "question_answers_url": "/questions/194812/answers",
      "question_id": 194812,
      "locked_date": 1330737561,
      "owner": {
        "user_id": 11110,
        "user_type": "registered",
        "display_name": "Karan",
        "reputation": 396,
        "email_hash": "8c796989ac14bf8c62cd17ea2bca1c05"
      },
      "creation_date": 1223767073,
      "last_edit_date": 1369150111,
      "last_activity_date": 1369150111,
      "up_vote_count": 2512,
      "down_vote_count": 15,
      "view_count": 790711,
      "score": 2497,
      "community_owned": true,
      "title": "List of freely available programming books"
    },
    {
      "tags": [
        "language-agnostic",
        "recursion",
        "iteration"
      ],
      "answer_count": 20,
      "accepted_answer_id": 933979,
      "favorite_count": 22,
      "question_timeline_url": "/questions/931762/timeline",
      "question_comments_url": "/questions/931762/comments",
      "question_answers_url": "/questions/931762/answers",
      "question_id": 931762,
      "owner": {
        "user_id": 77542,
        "user_type": "registered",
        "display_name": "Tordek",
        "reputation": 3841,
        "email_hash": "d2bb52913c4cebae8835bb50c03996d5"
      },
      "creation_date": 1243763284,
      "last_edit_date": 1243766461,
      "last_activity_date": 1369134617,
      "up_vote_count": 60,
      "down_vote_count": 0,
      "view_count": 14304,
      "score": 60,
      "community_owned": false,
      "title": "Can every recursion be converted into iteration?"
    },
    {
      "tags": [
        "c",
        "pointers",
        "reference"
      ],
      "answer_count": 21,
      "accepted_answer_id": 92054,
      "favorite_count": 9,
      "question_timeline_url": "/questions/92001/timeline",
      "question_comments_url": "/questions/92001/comments",
      "question_answers_url": "/questions/92001/answers",
      "question_id": 92001,
      "owner": {
        "user_id": 11911,
        "user_type": "registered",
        "display_name": "Iain",
        "reputation": 4398,
        "email_hash": "edbb7efe0607b97ddefa4d502fe2c03e"
      },
      "creation_date": 1221740394,
      "last_edit_date": 1225103737,
      "last_activity_date": 1369085253,
      "up_vote_count": 25,
      "down_vote_count": 1,
      "view_count": 4188,
      "score": 24,
      "community_owned": false,
      "title": "What is the real difference between Pointers and References?"
    },
    {
      "tags": [
        "c++",
        "reflection",
        "templates",
        "sfinae"
      ],
      "answer_count": 25,
      "favorite_count": 32,
      "question_timeline_url": "/questions/41453/timeline",
      "question_comments_url": "/questions/41453/comments",
      "question_answers_url": "/questions/41453/answers",
      "question_id": 41453,
      "owner": {
        "user_id": 3233,
        "user_type": "registered",
        "display_name": "Nick",
        "reputation": 5081,
        "email_hash": "1b92f4b443a948c6e974bb07a1619e4f"
      },
      "creation_date": 1220439545,
      "last_edit_date": 1277093455,
      "last_activity_date": 1369068345,
      "up_vote_count": 65,
      "down_vote_count": 0,
      "view_count": 39116,
      "score": 65,
      "community_owned": false,
      "title": "How can I add reflection to a C++ application?"
    },
    {
      "tags": [
        "c++",
        "books",
        "c++-faq"
      ],
      "answer_count": 50,
      "favorite_count": 2686,
      "bounty_amount": 50,
      "protected_date": 1334596214,
      "question_timeline_url": "/questions/388242/timeline",
      "question_comments_url": "/questions/388242/comments",
      "question_answers_url": "/questions/388242/answers",
      "question_id": 388242,
      "owner": {
        "user_id": 14388,
        "user_type": "registered",
        "display_name": "grepsedawk",
        "reputation": 2872,
        "email_hash": "1b71e4241b4eaed933a9f666fcdefada"
      },
      "creation_date": 1230009836,
      "last_edit_date": 1369064073,
      "last_activity_date": 1369064073,
      "up_vote_count": 2692,
      "down_vote_count": 25,
      "view_count": 328772,
      "score": 2667,
      "community_owned": true,
      "title": "The Definitive C++ Book Guide and List"
    },
    {
      "tags": [
        "algorithm",
        "math",
        "complexity",
        "big-o",
        "time-complexity"
      ],
      "answer_count": 6,
      "accepted_answer_id": 2387275,
      "favorite_count": 6,
      "question_timeline_url": "/questions/2387229/timeline",
      "question_comments_url": "/questions/2387229/comments",
      "question_answers_url": "/questions/2387229/answers",
      "question_id": 2387229,
      "owner": {
        "user_id": 215571,
        "user_type": "registered",
        "display_name": "psihodelia",
        "reputation": 5083,
        "email_hash": "e3e5162c66ad1d06860a340ea358aa08"
      },
      "creation_date": 1267798076,
      "last_edit_date": 1369053874,
      "last_activity_date": 1369053874,
      "up_vote_count": 18,
      "down_vote_count": 0,
      "view_count": 2613,
      "score": 18,
      "community_owned": false,
      "title": "Big O complexity of the basic arithmetic operations"
    },
    {
      "tags": [
        "algorithm",
        "optimization",
        "complexity",
        "big-o",
        "performance"
      ],
      "answer_count": 22,
      "accepted_answer_id": 4852666,
      "favorite_count": 278,
      "protected_date": 1352043712,
      "question_timeline_url": "/questions/3255/timeline",
      "question_comments_url": "/questions/3255/comments",
      "question_answers_url": "/questions/3255/answers",
      "question_id": 3255,
      "owner": {
        "user_id": 46,
        "user_type": "registered",
        "display_name": "Sven",
        "reputation": 5962,
        "email_hash": "72a8e46ddd2eb4c60fcd70b734b6d46f"
      },
      "creation_date": 1218017896,
      "last_edit_date": 1298534161,
      "last_activity_date": 1369000799,
      "up_vote_count": 239,
      "down_vote_count": 1,
      "view_count": 86984,
      "score": 238,
      "community_owned": false,
      "title": "Big O, how do you calculate/approximate it?"
    },
    {
      "tags": [
        "c++",
        "c",
        "arrays",
        "pointers",
        "pointer-arithmetic"
      ],
      "answer_count": 10,
      "accepted_answer_id": 381549,
      "favorite_count": 148,
      "protected_date": 1368882828,
      "question_timeline_url": "/questions/381542/timeline",
      "question_comments_url": "/questions/381542/comments",
      "question_answers_url": "/questions/381542/answers",
      "question_id": 381542,
      "owner": {
        "user_id": 356,
        "user_type": "registered",
        "display_name": "Dinah",
        "reputation": 12543,
        "email_hash": "d7903d8d8a0ef0b446d12906bc32dae8"
      },
      "creation_date": 1229706093,
      "last_edit_date": 1363787020,
      "last_activity_date": 1368878709,
      "up_vote_count": 482,
      "down_vote_count": 2,
      "view_count": 25915,
      "score": 480,
      "community_owned": false,
      "title": "In C arrays why is this true? a[5] == 5[a]"
    },
    {
      "tags": [
        "algorithm",
        "data-structures",
        "stack"
      ],
      "answer_count": 7,
      "favorite_count": 73,
      "protected_date": 1368850162,
      "question_timeline_url": "/questions/69192/timeline",
      "question_comments_url": "/questions/69192/comments",
      "question_answers_url": "/questions/69192/answers",
      "question_id": 69192,
      "owner": {
        "user_id": 7086,
        "user_type": "registered",
        "display_name": "Nitin",
        "reputation": 1283,
        "email_hash": "28aeb5c85f890f3bc1e1dd7810c66c04"
      },
      "creation_date": 1221536254,
      "last_edit_date": 1347647001,
      "last_activity_date": 1368844231,
      "up_vote_count": 80,
      "down_vote_count": 4,
      "view_count": 54042,
      "score": 76,
      "community_owned": false,
      "title": "How to implement a queue using two stacks?"
    },
    {
      "tags": [
        "c++",
        "templates",
        "metaprogramming"
      ],
      "answer_count": 6,
      "accepted_answer_id": 1219014,
      "favorite_count": 5,
      "question_timeline_url": "/questions/1219007/timeline",
      "question_comments_url": "/questions/1219007/comments",
      "question_answers_url": "/questions/1219007/answers",
      "question_id": 1219007,
      "owner": {
        "user_id": 63679,
        "user_type": "registered",
        "display_name": "n00ki3",
        "reputation": 2074,
        "email_hash": "806e0702ff5b6ef315124a04d954d017"
      },
      "creation_date": 1249223341,
      "last_edit_date": 1249224763,
      "last_activity_date": 1368829922,
      "up_vote_count": 13,
      "down_vote_count": 1,
      "view_count": 2505,
      "score": 12,
      "community_owned": false,
      "title": "C++ Template Metaprogramming - Is it possible to output the generated code?"
    },
    {
      "tags": [
        "math",
        "language-agnostic",
        "random"
      ],
      "answer_count": 26,
      "accepted_answer_id": 3956538,
      "favorite_count": 258,
      "protected_date": 1316452015,
      "question_timeline_url": "/questions/3956478/timeline",
      "question_comments_url": "/questions/3956478/comments",
      "question_answers_url": "/questions/3956478/answers",
      "question_id": 3956478,
      "owner": {
        "user_id": 463065,
        "user_type": "registered",
        "display_name": "Trufa",
        "reputation": 7965,
        "email_hash": "edb56216fd1104b03e56477dfc1a282c"
      },
      "creation_date": 1287373252,
      "last_edit_date": 1306022567,
      "last_activity_date": 1368822395,
      "up_vote_count": 621,
      "down_vote_count": 4,
      "view_count": 83114,
      "score": 617,
      "community_owned": false,
      "title": "Understanding \"randomness\""
    },
    {
      "tags": [
        "operating-system",
        "mutex",
        "semaphore",
        "glossary"
      ],
      "answer_count": 21,
      "favorite_count": 117,
      "question_timeline_url": "/questions/62814/timeline",
      "question_comments_url": "/questions/62814/comments",
      "question_answers_url": "/questions/62814/answers",
      "question_id": 62814,
      "owner": {
        "user_id": 7086,
        "user_type": "registered",
        "display_name": "Nitin",
        "reputation": 1283,
        "email_hash": "28aeb5c85f890f3bc1e1dd7810c66c04"
      },
      "creation_date": 1221484985,
      "last_edit_date": 1352423733,
      "last_activity_date": 1368820515,
      "up_vote_count": 136,
      "down_vote_count": 0,
      "view_count": 128348,
      "score": 136,
      "community_owned": false,
      "title": "Difference between binary semaphore and mutex"
    },
    {
      "tags": [
        "c++",
        "constructor",
        "explicit",
        "c++-faq",
        "explicit-constructor"
      ],
      "answer_count": 7,
      "accepted_answer_id": 121163,
      "favorite_count": 120,
      "question_timeline_url": "/questions/121162/timeline",
      "question_comments_url": "/questions/121162/comments",
      "question_answers_url": "/questions/121162/answers",
      "question_id": 121162,
      "owner": {
        "user_id": 1898,
        "user_type": "registered",
        "display_name": "Skizz",
        "reputation": 25571,
        "email_hash": "e222c924e06cc579a6866f6d7588ca66"
      },
      "creation_date": 1222178325,
      "last_edit_date": 1290107556,
      "last_activity_date": 1368814204,
      "up_vote_count": 422,
      "down_vote_count": 4,
      "view_count": 139773,
      "score": 418,
      "community_owned": false,
      "title": "What does the explicit keyword in C++ mean?"
    },
    {
      "tags": [
        "sql",
        "join",
        "inner-join",
        "outer-join"
      ],
      "answer_count": 10,
      "accepted_answer_id": 38578,
      "favorite_count": 363,
      "protected_date": 1342907514,
      "question_timeline_url": "/questions/38549/timeline",
      "question_comments_url": "/questions/38549/comments",
      "question_answers_url": "/questions/38549/answers",
      "question_id": 38549,
      "owner": {
        "user_id": 3836,
        "user_type": "registered",
        "display_name": "cdv",
        "reputation": 5887,
        "email_hash": "2bb1cf0d02755d1ef421ee1eff457609"
      },
      "creation_date": 1220308566,
      "last_edit_date": 1346491725,
      "last_activity_date": 1368745414,
      "up_vote_count": 743,
      "down_vote_count": 2,
      "view_count": 366807,
      "score": 741,
      "community_owned": false,
      "title": "Difference between inner and outer join"
    },
    {
      "tags": [
        "c++",
        "design-patterns",
        "observer-pattern"
      ],
      "answer_count": 5,
      "accepted_answer_id": 2225181,
      "favorite_count": 3,
      "question_timeline_url": "/questions/2225162/timeline",
      "question_comments_url": "/questions/2225162/comments",
      "question_answers_url": "/questions/2225162/answers",
      "question_id": 2225162,
      "owner": {
        "user_id": 102017,
        "user_type": "registered",
        "display_name": "Lucas",
        "reputation": 909,
        "email_hash": "64484f5e30f27fac4171619599b79237"
      },
      "creation_date": 1265666039,
      "last_activity_date": 1368699382,
      "up_vote_count": 6,
      "down_vote_count": 0,
      "view_count": 5168,
      "score": 6,
      "community_owned": false,
      "title": "Observer design pattern in C++"
    },
    {
      "tags": [
        "regex",
        "regex-negation"
      ],
      "answer_count": 10,
      "accepted_answer_id": 406408,
      "favorite_count": 412,
      "protected_date": 1318077285,
      "question_timeline_url": "/questions/406230/timeline",
      "question_comments_url": "/questions/406230/comments",
      "question_answers_url": "/questions/406230/answers",
      "question_id": 406230,
      "owner": {
        "user_id": 36830,
        "user_type": "registered",
        "display_name": "knaser",
        "reputation": 376,
        "email_hash": "4a6941ffb5267c6cd1f8b39549bdbe67"
      },
      "creation_date": 1230881416,
      "last_edit_date": 1251282026,
      "last_activity_date": 1368643889,
      "up_vote_count": 727,
      "down_vote_count": 0,
      "view_count": 461898,
      "score": 727,
      "community_owned": true,
      "title": "Regular expression to match string not containing a word?"
    },
    {
      "tags": [
        "c",
        "function",
        "strdup"
      ],
      "answer_count": 7,
      "accepted_answer_id": 252802,
      "favorite_count": 27,
      "question_timeline_url": "/questions/252782/timeline",
      "question_comments_url": "/questions/252782/comments",
      "question_answers_url": "/questions/252782/answers",
      "question_id": 252782,
      "owner": {
        "user_id": 31116,
        "user_type": "registered",
        "display_name": "Manoj Doubts",
        "reputation": 1426,
        "email_hash": "4efb98a1ab07449714ad6df4ee73ca7e"
      },
      "creation_date": 1225437345,
      "last_edit_date": 1225480863,
      "last_activity_date": 1368521461,
      "up_vote_count": 69,
      "down_vote_count": 6,
      "view_count": 91838,
      "score": 63,
      "community_owned": false,
      "title": "strdup() - what does it do in C?"
    },
    {
      "tags": [
        "c++",
        "c"
      ],
      "answer_count": 8,
      "accepted_answer_id": 88960,
      "favorite_count": 44,
      "question_timeline_url": "/questions/88957/timeline",
      "question_comments_url": "/questions/88957/comments",
      "question_answers_url": "/questions/88957/answers",
      "question_id": 88957,
      "owner": {
        "user_id": 17027,
        "user_type": "registered",
        "display_name": "Mahmoud Al-Qudsi",
        "reputation": 13206,
        "email_hash": "fb75fbfd9dd8d93d49ff88c152d82c92"
      },
      "creation_date": 1221698316,
      "last_edit_date": 1280480613,
      "last_activity_date": 1368501803,
      "up_vote_count": 168,
      "down_vote_count": 2,
      "view_count": 36525,
      "score": 166,
      "community_owned": false,
      "title": "What Does {0} Mean in C?"
    },
    {
      "tags": [
        "c++",
        "namespaces",
        "std",
        "c++-faq"
      ],
      "answer_count": 18,
      "accepted_answer_id": 1452738,
      "favorite_count": 86,
      "question_timeline_url": "/questions/1452721/timeline",
      "question_comments_url": "/questions/1452721/comments",
      "question_answers_url": "/questions/1452721/answers",
      "question_id": 1452721,
      "owner": {
        "user_id": 176191,
        "user_type": "registered",
        "display_name": "Mana",
        "reputation": 1168,
        "email_hash": "9bed80a3291bbaeec9895a71682173ce"
      },
      "creation_date": 1253502503,
      "last_edit_date": 1360414246,
      "last_activity_date": 1368458307,
      "up_vote_count": 238,
      "down_vote_count": 0,
      "view_count": 62141,
      "score": 238,
      "community_owned": false,
      "title": "Why is 'using namespace std;' considered a bad practice in C++?"
    },
    {
      "tags": [
        "c++"
      ],
      "answer_count": 14,
      "accepted_answer_id": 321080,
      "favorite_count": 17,
      "question_timeline_url": "/questions/321068/timeline",
      "question_comments_url": "/questions/321068/comments",
      "question_answers_url": "/questions/321068/answers",
      "question_id": 321068,
      "owner": {
        "user_id": 10077,
        "user_type": "registered",
        "display_name": "Fred Larson",
        "reputation": 21878,
        "email_hash": "be4e820c7af6f3b79cf055d984cda7ff"
      },
      "creation_date": 1227712741,
      "last_edit_date": 1227713882,
      "last_activity_date": 1368428243,
      "up_vote_count": 36,
      "down_vote_count": 0,
      "view_count": 35420,
      "score": 36,
      "community_owned": false,
      "title": "Returning multiple values from a C++ function"
    },
    {
      "tags": [
        "c",
        "types",
        "char"
      ],
      "answer_count": 4,
      "accepted_answer_id": 2054941,
      "favorite_count": 9,
      "question_timeline_url": "/questions/2054939/timeline",
      "question_comments_url": "/questions/2054939/comments",
      "question_answers_url": "/questions/2054939/answers",
      "question_id": 2054939,
      "owner": {
        "user_id": 231485,
        "user_type": "registered",
        "display_name": "C Learner",
        "reputation": 231,
        "email_hash": "5b04975e8a54f5c522ff08848326fade"
      },
      "creation_date": 1263365234,
      "last_edit_date": 1263365812,
      "last_activity_date": 1368424543,
      "up_vote_count": 36,
      "down_vote_count": 0,
      "view_count": 15517,
      "score": 36,
      "community_owned": false,
      "title": "char is signed or unsigned by default"
    },
    {
      "tags": [
        "c",
        "matrix",
        "dynamic-programming"
      ],
      "answer_count": 5,
      "favorite_count": 22,
      "question_timeline_url": "/questions/1726632/timeline",
      "question_comments_url": "/questions/1726632/comments",
      "question_answers_url": "/questions/1726632/answers",
      "question_id": 1726632,
      "owner": {
        "user_id": 210111,
        "user_type": "unregistered",
        "display_name": "batt",
        "reputation": 111,
        "email_hash": "bba1c9b076ad0e397148be57cd62c076"
      },
      "creation_date": 1258076790,
      "last_edit_date": 1347749427,
      "last_activity_date": 1368404516,
      "up_vote_count": 22,
      "down_vote_count": 0,
      "view_count": 6914,
      "score": 22,
      "community_owned": false,
      "title": "Dynamic programming - Largest square block"
    },
    {
      "tags": [
        "c++",
        "trigraphs"
      ],
      "answer_count": 10,
      "accepted_answer_id": 1234618,
      "favorite_count": 10,
      "question_timeline_url": "/questions/1234582/timeline",
      "question_comments_url": "/questions/1234582/comments",
      "question_answers_url": "/questions/1234582/answers",
      "question_id": 1234582,
      "owner": {
        "user_id": 123111,
        "user_type": "registered",
        "display_name": "Kirill V. Lyadvinsky",
        "reputation": 38480,
        "email_hash": "09c137c69d6f658c01ff1bf444aac098"
      },
      "creation_date": 1249492539,
      "last_edit_date": 1270787697,
      "last_activity_date": 1368279934,
      "up_vote_count": 34,
      "down_vote_count": 0,
      "view_count": 5811,
      "score": 34,
      "community_owned": false,
      "title": "Purpose of Trigraph sequences in C++?"
    },
    {
      "tags": [
        "regex",
        "validation",
        "email"
      ],
      "answer_count": 43,
      "accepted_answer_id": 201378,
      "favorite_count": 418,
      "bounty_amount": 50,
      "protected_date": 1320612290,
      "question_timeline_url": "/questions/201323/timeline",
      "question_comments_url": "/questions/201323/comments",
      "question_answers_url": "/questions/201323/answers",
      "question_id": 201323,
      "owner": {
        "user_id": 24215,
        "user_type": "registered",
        "display_name": "acrosman",
        "reputation": 6488,
        "email_hash": "21edf76205c5ea60cafcd6435a4fe0a8"
      },
      "creation_date": 1223993674,
      "last_edit_date": 1342469828,
      "last_activity_date": 1368274838,
      "up_vote_count": 805,
      "down_vote_count": 6,
      "view_count": 226622,
      "score": 799,
      "community_owned": true,
      "title": "Using a regular expression to validate an email address"
    },
    {
      "tags": [
        "php",
        "puzzle"
      ],
      "answer_count": 11,
      "accepted_answer_id": 4098397,
      "favorite_count": 47,
      "question_timeline_url": "/questions/4098345/timeline",
      "question_comments_url": "/questions/4098345/comments",
      "question_answers_url": "/questions/4098345/answers",
      "question_id": 4098345,
      "owner": {
        "user_id": 14690,
        "user_type": "registered",
        "display_name": "Milan Babuškov",
        "reputation": 15972,
        "email_hash": "b99d795971e0611610fbfb4fb20f4a80"
      },
      "creation_date": 1288884991,
      "last_edit_date": 1288885437,
      "last_activity_date": 1368267157,
      "up_vote_count": 286,
      "down_vote_count": 0,
      "view_count": 16685,
      "score": 286,
      "community_owned": false,
      "title": "Why doesn't this code simply print letters A to Z?"
    },
    {
      "tags": [
        "c++",
        "header-files"
      ],
      "answer_count": 9,
      "accepted_answer_id": 333902,
      "favorite_count": 24,
      "closed_date": 1346710960,
      "closed_reason": "not constructive",
      "question_timeline_url": "/questions/333889/timeline",
      "question_comments_url": "/questions/333889/comments",
      "question_answers_url": "/questions/333889/answers",
      "question_id": 333889,
      "creation_date": 1228223875,
      "last_edit_date": 1333936871,
      "last_activity_date": 1368154081,
      "up_vote_count": 78,
      "down_vote_count": 0,
      "view_count": 42578,
      "score": 78,
      "community_owned": true,
      "title": "In C++ why have header files and cpp files?"
    },
    {
      "tags": [
        "c++",
        "c",
        "bit-manipulation",
        "embedded"
      ],
      "answer_count": 20,
      "accepted_answer_id": 47990,
      "favorite_count": 334,
      "question_timeline_url": "/questions/47981/timeline",
      "question_comments_url": "/questions/47981/comments",
      "question_answers_url": "/questions/47981/answers",
      "question_id": 47981,
      "owner": {
        "user_id": 445087,
        "user_type": "registered",
        "display_name": "JeffV",
        "reputation": 6251,
        "email_hash": "9a04e8a51472b7293aaf6a8fa0516a9c"
      },
      "creation_date": 1220748137,
      "last_edit_date": 1283070475,
      "last_activity_date": 1368109260,
      "up_vote_count": 449,
      "down_vote_count": 2,
      "view_count": 179504,
      "score": 447,
      "community_owned": false,
      "title": "How do you set, clear and toggle a single bit in C?"
    },
    {
      "tags": [
        "c++",
        "c",
        "floating-point",
        "double-precision"
      ],
      "answer_count": 9,
      "accepted_answer_id": 2386882,
      "favorite_count": 18,
      "question_timeline_url": "/questions/2386772/timeline",
      "question_comments_url": "/questions/2386772/comments",
      "question_answers_url": "/questions/2386772/answers",
      "question_id": 2386772,
      "owner": {
        "user_id": 281619,
        "user_type": "unregistered",
        "display_name": "VaioIsBorn",
        "reputation": 808,
        "email_hash": "972a232a4740867660b24595607a1cf4"
      },
      "creation_date": 1267793312,
      "last_edit_date": 1365795744,
      "last_activity_date": 1367940874,
      "up_vote_count": 52,
      "down_vote_count": 2,
      "view_count": 41205,
      "score": 50,
      "community_owned": false,
      "title": "Difference between float and double"
    },
    {
      "tags": [
        "c++",
        "pointers",
        "reference",
        "c++-faq"
      ],
      "answer_count": 18,
      "favorite_count": 333,
      "protected_date": 1364445977,
      "question_timeline_url": "/questions/57483/timeline",
      "question_comments_url": "/questions/57483/comments",
      "question_answers_url": "/questions/57483/answers",
      "question_id": 57483,
      "owner": {
        "user_id": 123,
        "user_type": "registered",
        "display_name": "Prakash",
        "reputation": 14756,
        "email_hash": "f1623049a1ce2d0b6d21a840c49829e1"
      },
      "creation_date": 1221163437,
      "last_edit_date": 1305567164,
      "last_activity_date": 1367936282,
      "up_vote_count": 408,
      "down_vote_count": 0,
      "view_count": 151241,
      "score": 408,
      "community_owned": false,
      "title": "What are the differences between pointer variable and reference variable in C++?"
    },
    {
      "tags": [
        "c++",
        "constructor",
        "overriding",
        "virtual-method"
      ],
      "answer_count": 8,
      "accepted_answer_id": 962148,
      "favorite_count": 16,
      "question_timeline_url": "/questions/962132/timeline",
      "question_comments_url": "/questions/962132/comments",
      "question_answers_url": "/questions/962132/answers",
      "question_id": 962132,
      "owner": {
        "user_id": 118058,
        "user_type": "registered",
        "display_name": "David Coufal",
        "reputation": 1108,
        "email_hash": "2792d34e10d2897e2e42431ce4e4f77e"
      },
      "creation_date": 1244389588,
      "last_edit_date": 1327308675,
      "last_activity_date": 1367921654,
      "up_vote_count": 41,
      "down_vote_count": 0,
      "view_count": 9191,
      "score": 41,
      "community_owned": false,
      "title": "Calling virtual functions inside constructors"
    },
    {
      "tags": [
        "string",
        "language-agnostic",
        "cross-platform",
        "generation"
      ],
      "answer_count": 24,
      "accepted_answer_id": 362,
      "favorite_count": 44,
      "protected_date": 1362792781,
      "question_timeline_url": "/questions/361/timeline",
      "question_comments_url": "/questions/361/comments",
      "question_answers_url": "/questions/361/answers",
      "question_id": 361,
      "owner": {
        "user_id": 115,
        "user_type": "registered",
        "display_name": "UnkwnTech",
        "reputation": 17441,
        "email_hash": "198d6d4fed2012d939b47e63e561082f"
      },
      "creation_date": 1217660277,
      "last_edit_date": 1336124733,
      "last_activity_date": 1367889482,
      "up_vote_count": 52,
      "down_vote_count": 0,
      "view_count": 65382,
      "score": 52,
      "community_owned": false,
      "title": "Generate list of all possible permutations of a string"
    },
    {
      "tags": [
        "c",
        "bison",
        "yacc",
        "lex",
        "flex-lexer"
      ],
      "answer_count": 2,
      "accepted_answer_id": 2441221,
      "favorite_count": 1,
      "question_timeline_url": "/questions/2441192/timeline",
      "question_comments_url": "/questions/2441192/comments",
      "question_answers_url": "/questions/2441192/answers",
      "question_id": 2441192,
      "owner": {
        "user_id": 293248,
        "user_type": "registered",
        "display_name": "sczizzo",
        "reputation": 1769,
        "email_hash": "6a15fc023b1e0a3324440cc63d7239b2"
      },
      "creation_date": 1268541125,
      "last_edit_date": 1367861766,
      "last_activity_date": 1367861766,
      "up_vote_count": 3,
      "down_vote_count": 0,
      "view_count": 825,
      "score": 3,
      "community_owned": false,
      "title": "Sharing memory among YACC, Lex, and C files"
    },
    {
      "tags": [
        "c++",
        "copy-constructor",
        "assignment-operator",
        "c++-faq",
        "copy-and-swap"
      ],
      "answer_count": 2,
      "accepted_answer_id": 3279550,
      "favorite_count": 382,
      "protected_date": 1299435199,
      "question_timeline_url": "/questions/3279543/timeline",
      "question_comments_url": "/questions/3279543/comments",
      "question_answers_url": "/questions/3279543/answers",
      "question_id": 3279543,
      "owner": {
        "user_id": 87234,
        "user_type": "registered",
        "display_name": "GManNickG",
        "reputation": 115843,
        "email_hash": "8bb9a1d78a343be1480adf9df824d82a"
      },
      "creation_date": 1279528929,
      "last_edit_date": 1367823005,
      "last_activity_date": 1367823005,
      "up_vote_count": 390,
      "down_vote_count": 1,
      "view_count": 36403,
      "score": 389,
      "community_owned": false,
      "title": "What is the copy-and-swap idiom?"
    },
    {
      "tags": [
        "c++",
        "functor",
        "function-call-operator"
      ],
      "answer_count": 14,
      "accepted_answer_id": 356993,
      "favorite_count": 100,
      "question_timeline_url": "/questions/356950/timeline",
      "question_comments_url": "/questions/356950/comments",
      "question_answers_url": "/questions/356950/answers",
      "question_id": 356950,
      "owner": {
        "user_id": 18664,
        "user_type": "registered",
        "display_name": "Konrad",
        "reputation": 6228,
        "email_hash": "6263fc5112b0edb3b3b2a0b4589363cc"
      },
      "creation_date": 1228931241,
      "last_edit_date": 1317871869,
      "last_activity_date": 1367819267,
      "up_vote_count": 163,
      "down_vote_count": 0,
      "view_count": 81399,
      "score": 163,
      "community_owned": false,
      "title": "C++ Functors - and their uses"
    },
    {
      "tags": [
        "algorithm",
        "math",
        "mathematical-optimization",
        "discrete-mathematics"
      ],
      "answer_count": 12,
      "accepted_answer_id": 1378255,
      "favorite_count": 5,
      "question_timeline_url": "/questions/1377430/timeline",
      "question_comments_url": "/questions/1377430/comments",
      "question_answers_url": "/questions/1377430/answers",
      "question_id": 1377430,
      "owner": {
        "user_id": 100186,
        "user_type": "registered",
        "display_name": "Jess",
        "reputation": 401,
        "email_hash": "92775c9c64c7fc259a070c7e5a9594eb"
      },
      "creation_date": 1252043309,
      "last_edit_date": 1347750592,
      "last_activity_date": 1367784110,
      "up_vote_count": 17,
      "down_vote_count": 1,
      "view_count": 6127,
      "score": 16,
      "community_owned": false,
      "title": "Why is squaring a number faster than multiplying two random numbers?"
    },
    {
      "tags": [
        "sql",
        "database",
        "database-design",
        "postgresql"
      ],
      "answer_count": 22,
      "accepted_answer_id": 3804147,
      "favorite_count": 22,
      "question_timeline_url": "/questions/3804108/timeline",
      "question_comments_url": "/questions/3804108/comments",
      "question_answers_url": "/questions/3804108/answers",
      "question_id": 3804108,
      "owner": {
        "user_id": 312781,
        "user_type": "registered",
        "display_name": "robert",
        "reputation": 1359,
        "email_hash": "5459231b09275df0581d7403b86112c0"
      },
      "creation_date": 1285593141,
      "last_edit_date": 1367672235,
      "last_activity_date": 1367672235,
      "up_vote_count": 120,
      "down_vote_count": 0,
      "view_count": 7593,
      "score": 120,
      "community_owned": false,
      "title": "Is email address a bad primary key"
    },
    {
      "tags": [
        "language-agnostic",
        "callback"
      ],
      "answer_count": 12,
      "favorite_count": 33,
      "question_timeline_url": "/questions/824234/timeline",
      "question_comments_url": "/questions/824234/comments",
      "question_answers_url": "/questions/824234/answers",
      "question_id": 824234,
      "creation_date": 1241518690,
      "last_edit_date": 1241540043,
      "last_activity_date": 1367656415,
      "up_vote_count": 61,
      "down_vote_count": 0,
      "view_count": 26471,
      "score": 61,
      "community_owned": false,
      "title": "What is a callback function?"
    },
    {
      "tags": [
        "bash",
        "math",
        "recursion",
        "series"
      ],
      "answer_count": 12,
      "accepted_answer_id": 2841441,
      "favorite_count": 7,
      "question_timeline_url": "/questions/2840593/timeline",
      "question_comments_url": "/questions/2840593/comments",
      "question_answers_url": "/questions/2840593/answers",
      "question_id": 2840593,
      "owner": {
        "user_id": 164148,
        "user_type": "registered",
        "display_name": "hhh",
        "reputation": 2843,
        "email_hash": "7d26641378e7f6050f1b728dd0d3875d"
      },
      "creation_date": 1273936300,
      "last_edit_date": 1273953129,
      "last_activity_date": 1367617828,
      "up_vote_count": 27,
      "down_vote_count": 2,
      "view_count": 1580,
      "score": 25,
      "community_owned": true,
      "title": "How do I find the millionth number in the series: 2 3 4 6 9 13 19 28 42 63 ...?"
    },
    {
      "tags": [
        "sql",
        "sql-server",
        "tsql",
        "duplicate-removal"
      ],
      "answer_count": 19,
      "accepted_answer_id": 18949,
      "favorite_count": 154,
      "question_timeline_url": "/questions/18932/timeline",
      "question_comments_url": "/questions/18932/comments",
      "question_answers_url": "/questions/18932/answers",
      "question_id": 18932,
      "owner": {
        "user_id": 357,
        "user_type": "registered",
        "display_name": "Terrapin",
        "reputation": 10649,
        "email_hash": "ddb7b76223f7f55b1e8c30b2bebcdde9"
      },
      "creation_date": 1219269089,
      "last_edit_date": 1346955836,
      "last_activity_date": 1367586384,
      "up_vote_count": 242,
      "down_vote_count": 1,
      "view_count": 113594,
      "score": 241,
      "community_owned": false,
      "title": "How can I remove duplicate rows?"
    },
    {
      "tags": [
        "c++",
        "stl",
        "tree"
      ],
      "answer_count": 12,
      "accepted_answer_id": 205985,
      "favorite_count": 39,
      "question_timeline_url": "/questions/205945/timeline",
      "question_comments_url": "/questions/205945/comments",
      "question_answers_url": "/questions/205945/answers",
      "question_id": 205945,
      "owner": {
        "user_id": 1737,
        "user_type": "registered",
        "display_name": "Roddy",
        "reputation": 25536,
        "email_hash": "9152c282382ec3b1f0cd18dc8ba7a5ab"
      },
      "creation_date": 1224096762,
      "last_edit_date": 1227000153,
      "last_activity_date": 1367578571,
      "up_vote_count": 112,
      "down_vote_count": 1,
      "view_count": 47213,
      "score": 111,
      "community_owned": false,
      "title": "Why does the C++ STL not provide any \"tree\" containers?"
    }
  ]
}
