Skip to content

Commit

Permalink
cppToJava/dataTypes: add resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Aug 7, 2018
1 parent de82361 commit 676a253
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cppToJava/dataTypes/arrays/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* [Oracle's tutorial on Arrays](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html)
* [A tutorial on Arrays](https://www.tutorialspoint.com/java/java_arrays.htm) %%by tutorialspoint.com%%
* [{{ fab_youtube }} A video tutorial on Arrays](https://www.youtube.com/watch?v=L06uGnF4IpY) %%by thenewboston%%
1 change: 1 addition & 0 deletions cppToJava/dataTypes/arrays/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ You can run this program (after compiling it first) from the command line by typ
</div>

<div id="extras">
<include src="resourcesPanel.md" boilerplate />
</div>
2 changes: 2 additions & 0 deletions cppToJava/dataTypes/operators/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Oracle's tutorial on operators: [part 1](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op1.html), [part 2](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op2.html)
* [A tutorial on operators](https://www.tutorialspoint.com/java/java_basic_operators.htm) %%by tutorialspoint.com%%
1 change: 1 addition & 0 deletions cppToJava/dataTypes/operators/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ Operator | Description | example %%{{ icon_output_right }}%% `true`| example %%{
</div>

<div id="extras">
<include src="resourcesPanel.md" boilerplate />
</div>
2 changes: 2 additions & 0 deletions cppToJava/dataTypes/primitiveTypes/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [Oracle's tutorial on primitive data types](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html)
* [A tutorial on primitive data types](https://beginnersbook.com/2017/08/data-types-in-java/) %%by beginnersbook.com%%
1 change: 1 addition & 0 deletions cppToJava/dataTypes/primitiveTypes/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ String is not a primitive type. You’ll learn more about strings in a later sec
</div>

<div id="extras">
<include src="resourcesPanel.md" boilerplate />
</div>
2 changes: 2 additions & 0 deletions cppToJava/dataTypes/variables/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [Oracle's tutorial on variables](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html)
* [A tutorial on variables](https://www.tutorialspoint.com/java/java_variable_types.htm) %%by tutorialspoint.com%%
1 change: 1 addition & 0 deletions cppToJava/dataTypes/variables/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ final double CM_PER_INCH = 2.54;
</div>

<div id="extras">
<include src="resourcesPanel.md" boilerplate />
</div>

0 comments on commit 676a253

Please sign in to comment.