SSE2034S17.Resources History

Show minor edits - Show changes to output

March 08, 2017, at 06:38 AM by 115.145.197.225 -
Changed lines 11-12 from:
** [[http://ctags.sourceforge.net/ctags.html|ctags manual]]
** [[http://cscope.sourceforge.net|cscope manual]]
to:
* Source code management
** Version management
***
[[https://git-scm.com/documentation|git]]
*** [[http://svnbook.red-bean.com|subversion]]
** Source code indexing
*** [[http://ctags.sourceforge.net/ctags.html|ctags manual]]
*** [[http://cscope.sourceforge.net|cscope manual]]
*** [[https://github.com/OpenGrok/OpenGrok/wiki/How-to-install-OpenGrok|OpenGrok
]]
March 08, 2017, at 06:30 AM by 115.145.197.225 -
Added lines 11-13:
** [[http://ctags.sourceforge.net/ctags.html|ctags manual]]
** [[http://cscope.sourceforge.net|cscope manual]]
March 08, 2017, at 06:29 AM by 115.145.197.225 -
Added lines 5-20:

* Introduction to the Vi editor
** [[ftp://ftp.vim.org/pub/vim/doc/book/vimbook-OPL.pdf|A book on Vim by Steve Oualline]] (Vim is a version of Vi -- local copy [[http://csl.skku.edu/uploads/CSE2003S09/vimbook-OPL.pdf|here]])
** [[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical Vi/Vim cheat sheet and tutorial]]
** [[http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Vim/Documents/UsedVim|Using Vim ]] (in Korean)
** [[http://kldp.org/KoreanDoc/html/Vim_Guide-KLDP/Vim_Guide-KLDP.html|Vi Guide]] (in Korean)

* GNU Tools
** [[http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc|GCC 4.3.3 Manual]] (GNU C Compiler)
** [[http://sourceware.org/binutils/docs/as/index.html|Using as]] (GNU Assembler)
** [[http://sourceware.org/gdb/current/onlinedocs/gdb/|GDB User Manual]] (GNU Debugger)
** [[http://www.gnu.org/software/make/manual/make.html|GNU Make Manual]]
** [[http://sourceware.org/binutils/docs|GNU Binutils 2.19]]
** [[https://www.gnu.org/software/sed/manual/sed.html|sed: a stream editor]]
** [[https://www.gnu.org/software/gawk/manual/gawk.html|GNU awk manual]]
** [[https://www.gnu.org/software/grep/manual/grep.html|GNU grep manual]]
February 14, 2017, at 06:20 AM by 115.145.212.143 -
Changed line 8 from:
** [[http://www.learncpp.com/ | Lear Cpp tutorial]]
to:
** [[http://www.learncpp.com/ | Learn Cpp tutorial]]
February 14, 2017, at 06:19 AM by 115.145.212.143 -
Added lines 1-15:
!! SSE2034: System Software Experiment 3 (Spring 2017)


!!! [Resources]

* Online Tutorials
** [[http://www.cplusplus.com/doc/tutorial/ | Cplusplus: C+ tutorial]]
** [[http://www.learncpp.com/ | Lear Cpp tutorial]]
** [[http://www.tutorialspoint.com/cplusplus/ | Totorialspoint: C++ tutorial]]
** [[https://www.youtube.com/watch?v=Rub-JsjMhWY | C++ programming on Youtube]]
** [[https://developers.google.com/edu/c++/ | Google Education: C++]]

* Online IDEs
** [[https://www.goorm.io/ | Goorm]] - Cloud coding service
** [[http://www.tutorialspoint.com/compile_cpp11_online.php | CodingGround]]: C++ Online