Commit Graph

9 Commits

Author SHA1 Message Date
Randell Dawson
0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
nlather
499cce2e1a added reference links (#27387)
* added reference links

* Update index.md
2019-04-03 14:10:12 +05:30
Christian Coffey
b13c10c6d0 Refined the explanation of pointers & their syntax (#30606)
Made some changes to make the declaration of pointers and how they are used more easily understood. Additionally modified the explanation regarding the '&' dereferencing operator.
2019-03-20 12:32:19 -04:00
Papun Charan
88f0996a4f Added 'Pointer to pointer' section (#32819)
* Added 'Pointer to pointer' section

The 'Pointer to pointer' section describe what is pointer to pointer with an example.

* Update index.md

Changed Output header to ####
2019-03-20 12:25:09 -04:00
owlhoo
8a21fe58f1 Update index.md (#26416) 2019-01-02 11:14:33 -05:00
hariom Choudhary
b9362d8674 Null Pointer explained (#25098)
* Null Pointer explained

* Grammar and formatting fixes
2018-12-15 21:56:35 -05:00
aniltirli
be63fb4c3c line 277, 278, 282 comments enhanced (#24776) 2018-12-13 22:40:48 -05:00
Farai Mugaviri
e73ffaf2fe Add void pointer to index.md (#22248)
* Update index.md

I added void pointers, which can be very useful in C programming, especially when dealing with unknown data types but had not been included.

* fixed formatting issues, removed attributions, moved placement to more appropriate location

* adjusted section header size
2018-11-18 19:23:19 -07:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30