Difference between revisions of "Tools & Resources"

From Chilipedia
Jump to: navigation, search
Line 25: Line 25:
 
| style="border:1px solid grey;text-align:left;"|Source code editor and Notepad replacement
 
| style="border:1px solid grey;text-align:left;"|Source code editor and Notepad replacement
 
| style="border:1px solid grey;text-align:left;"|https://notepad-plus-plus.org/
 
| style="border:1px solid grey;text-align:left;"|https://notepad-plus-plus.org/
| style="border:1px solid grey;"|
+
| style="border:1px solid grey;"|blah
 
|}
 
|}
  
Line 39: Line 39:
 
| style="border:1px solid grey;text-align:left;"|Online compiler and debugger (~60 languages)
 
| style="border:1px solid grey;text-align:left;"|Online compiler and debugger (~60 languages)
 
| style="border:1px solid grey;text-align:left;"|http://www.ideone.com
 
| style="border:1px solid grey;text-align:left;"|http://www.ideone.com
| style="border:1px solid grey;"|[XXXXXXXXX]
+
| style="border:1px solid grey;"|
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|Wandbox
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|Online compilation service
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|https://wandbox.org/
| style="border:1px solid grey;"|[XXXXXXXXX]
+
| style="border:1px solid grey;"|
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|...
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|
| style="border:1px solid grey;text-align:left;"|[XXXXXXXXX]
+
| style="border:1px solid grey;text-align:left;"|
| style="border:1px solid grey;"|[XXXXXXXXX]
+
| style="border:1px solid grey;"|
 
|}
 
|}
 +
 +
== C++ Libraries ==
 +
 +
== Reference sites ==
  
 
== Books ==
 
== Books ==
 +
 +
=== Programming Fundamentals ===
 +
=== C++ Fundamentals ===
 +
=== 3D Computer Graphics ===
 +
=== Operating systems ===
 +
 +
== Crazy shit in C++ ==

Revision as of 22:17, 29 August 2019

Useful Tools & Resources (WORK IN PROGRESS)

How to contribute

If there are resources you like and would like to recommend, post them on the Discord and mention r_vdw.

Windows productivity apps

Name Description Link What's so great?
FrHed Versatile binary file / hex editor https://sourceforge.net/projects/frhed/ bl
ShareX Screen capture / file sharing https://getsharex.com/ ble
Notepad++ Source code editor and Notepad replacement https://notepad-plus-plus.org/ blah

Online compiling / testing

Name Description Link What's so great?
Ideone Online compiler and debugger (~60 languages) http://www.ideone.com
Wandbox Online compilation service https://wandbox.org/
...

C++ Libraries

Reference sites

Books

Programming Fundamentals

C++ Fundamentals

3D Computer Graphics

Operating systems

Crazy shit in C++