{"id":279,"date":"2010-06-23T09:11:16","date_gmt":"2010-06-23T09:11:16","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=279"},"modified":"2022-02-17T06:24:05","modified_gmt":"2022-02-17T06:24:05","slug":"typedef","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/memory\/typedef","title":{"rendered":"Typedef"},"content":{"rendered":"<p>A typedef lets you use a synonym (another name) for a type.  E.g.<\/p>\n<pre><code>\r\n\ttypedef double wages;\r\n\ttypedef int exam_score;\r\n\ttypedef wages salary;\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>A typedef lets you use a synonym (another name) for a type. E.g. typedef double wages; typedef int exam_score; typedef wages salary;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-279","post","type-post","status-publish","format-standard","hentry","category-memory"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/279","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=279"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/279\/revisions"}],"predecessor-version":[{"id":1111,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/279\/revisions\/1111"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=279"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}