วันจันทร์ที่ 14 ธันวาคม พ.ศ. 2558

C++


The following is link to  'Programming for Kids' topic

http://readinterestinglinks.blogspot.com/2016/07/programming-for-kids.html


The following is link to  ' CPU and Motherboard ' topic


http://readinterestinglinks.blogspot.com/2016/06/cpu-and-motherboard.html




The following is link to 'Assembly and MIPS ' topic

http://readinterestinglinks.blogspot.com/2016/01/assembly-and-mips.html



The following is link to 'HDLs,SystemVerilog and VHDL ' topic

http://readinterestinglinks.blogspot.com/2016/01/hdlssystemverilog-and-vhdl.html



The following is link to 'Java ' topic

http://readinterestinglinks.blogspot.com/2015/12/java.html



The following is link to 'Haxe ' topic

http://readinterestinglinks.blogspot.com/2015/12/haxe.html



The following is link to 'Android ' topic

http://readinterestinglinks.blogspot.com/2016/04/android.html




The following is link to 'HTML5,CSS,JavaScript,jQuery,XML,Joomla and Hosting' topic

http://readinterestinglinks.blogspot.com/2016/05/html5cssjavascriptjqueryxml-and-joomla.html


The following is link to 'MySQL,SQLite and PHP ' topic
http://readinterestinglinks.blogspot.com/2016/05/mysqlsqlite-and-php.html

The following is link to 'Python,Lua and Scripting Languages ' topic

http://readinterestinglinks.blogspot.com/2016/06/pythonlua-and-script-languages.html

The following is link to 'UML OOP Design Tool ' topic

http://readinterestinglinks.blogspot.com/2016/06/uml-oop-design-tool.html

The following is link to 'Algorithms' topic

http://readinterestinglinks.blogspot.com/2016/06/algorithms.html



The following is link to ' Game Engine ' topic

http://readinterestinglinks.blogspot.com/2016/07/game-engine.html



-----------------------------------------------------------

IDE

http://listoffreeware.com/list-of-best-free-c-ide-software/


https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=c%2B%2B%20ide%20list


--------------------------------------

memory debugging tool

https://en.wikipedia.org/wiki/Memory_debugger

http://alternativeto.net/software/dr-memory/


------------------------------

memory leak

http://www.yolinux.com/TUTORIALS/C++MemoryCorruptionAndMemoryLeaks.html

http://forum.codecall.net/topic/71995-understanding-memory-leaks-and-crashes-in-c/

https://www.ntu.edu.sg/home/ehchua/programming/cpp/cp4_PointerReference.html


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+memory+leak



---------------------


invalid or dangling pointer

https://en.wikipedia.org/wiki/Dangling_pointer


http://www.c4learn.com/c-programming/c-dangling-pointer-causes/

https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+invalid+dangling+pointer


--------------------------------------

smart pointer

http://www.codeproject.com/Articles/541067/Cplusplus11-Smart-Pointers


http://www.informit.com/articles/article.aspx?p=2085179


https://en.wikipedia.org/wiki/Smart_pointer

http://www.dreamincode.net/forums/topic/86846-tr1-intro-smart-pointers/



https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+smart+pointer+memory+leak+invalid+dangling+shared_ptr



http://www.acodersjourney.com/2016/05/top-10-dumb-mistakes-avoid-c-11-smart-pointers/





------------------------------

custom deleter

http://www.bfilipek.com/2013/02/smart-pointers-gotchas.html

http://www.bfilipek.com/2016/04/custom-deleters-for-c-smart-pointers.html



http://learningcppisfun.blogspot.com/2007/05/custom-deleters-with-smart-pointers.html


http://www.boost.org/doc/libs/1_57_0/libs/smart_ptr/sp_techniques.html

https://social.msdn.microsoft.com/Forums/vstudio/en-US/38a16fae-bd18-4366-b8e5-503d8aa412ff/c11-smart-pointers-and-lambda-destructor?forum=vclanguage


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+smart+pointer+delete+shared_ptr+custom+deleter



----------------------------------------

pass by reference


http://www.learncpp.com/cpp-tutorial/73-passing-arguments-by-reference/

http://www.tutorialspoint.com/cplusplus/passing_parameters_by_references.htm


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+function+pass+argument+by+reference


compare pass by reference with pass by pointer


http://stackoverflow.com/questions/8571078/pass-by-pointer-pass-by-reference

http://www.cplusplus.com/articles/z6vU7k9E/

https://www.ntu.edu.sg/home/ehchua/programming/cpp/cp4_PointerReference.html

https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+function+pass+argument+by+reference+compare+pass+by+pointer

-----------------------------------------------------------------------



return reference

http://www.tutorialspoint.com/cplusplus/returning_values_by_reference.htm

http://www.programiz.com/cpp-programming/return-reference


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+function+return+reference


compare function return reference with return pointer

http://www.bogotobogo.com/cplusplus/object_returning.php


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+function+return+reference+compare+return+pointer



-----------------------------------------------------------

indirect pointer

http://www.tutorialspoint.com/cplusplus/cpp_pointer_to_pointer.htm


http://stackoverflow.com/questions/10087113/how-many-levels-of-pointers-can-we-have


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+indirect+pointer

https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+multiple+indirect++pointer


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+c%2B%2B+what+when+indirect+pointer+array+access+example


----------------------------------------

function pointer

http://www.learncpp.com/cpp-tutorial/78-function-pointers/

http://www.newty.de/fpt/fpt.html

http://www.dev-hq.net/c++/20--function-pointers



https://www.google.co.th/search?q=learn+tutorial+C%2B%2B+what+when+function+pointer&oq=learn+tutorial+C%2B%2B+what+when+function+pointer&aqs=chrome..69i57j69i65l2.1631j0j7&sourceid=chrome&ie=UTF-8



callback function


http://www.newty.de/fpt/callback.html

http://cc.byexamples.com/2007/10/11/simple-callback-function/



https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+callback+function



----------------------------------

const


http://www.cprogramming.com/tutorial/const_correctness.html


http://www.learncpp.com/cpp-tutorial/610-pointers-and-const/


http://www.learncpp.com/cpp-tutorial/810-const-class-objects-and-member-functions/



http://www.learncpp.com/cpp-tutorial/2-9-symbolic-constants-and-the-const-keyword/

--------------------------

virtual function

http://www.learncpp.com/cpp-tutorial/122-virtual-functions/



http://www.learncpp.com/cpp-tutorial/125-the-virtual-table/


http://www.learncpp.com/cpp-tutorial/126-pure-virtual-functions-abstract-base-classes-and-interface-classes/

https://www.ntu.edu.sg/home/ehchua/programming/cpp/cp3_OOP.html


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+virtual+function


-------------------------------------

friend function

http://www.tutorialspoint.com/cplusplus/cpp_friend_functions.htm

http://www.learncpp.com/cpp-tutorial/813-friend-functions-and-classes/

http://www.cplusplus.com/doc/tutorial/inheritance/

https://www.ntu.edu.sg/home/ehchua/programming/cpp/cp6_Inheritance.html#zz-4.3


https://www.google.co.th/search?q=learn+tutorial+C%2B%2B+what+when+friend+function&oq=learn+tutorial+C%2B%2B+what+when+friend+function&aqs=chrome..69i57.11839j0j7&sourceid=chrome&ie=UTF-8



-----------------------------------------

template

http://www.learncpp.com/cpp-tutorial/141-function-templates/

http://www.learncpp.com/cpp-tutorial/142-function-template-instances/


http://www.learncpp.com/cpp-tutorial/143-template-classes/


https://www.google.co.th/search?q=learn+tutorial+C%2B%2B+what+when+template+function+class&oq=learn+tutorial+C%2B%2B+what+when+template+function+class&aqs=chrome..69i57.15787j0j7&sourceid=chrome&ie=UTF-8




------------------------------------

rvalue

http://www.cprogramming.com/c++11/rvalue-references-and-move-semantics-in-c++11.html


http://www.bogotobogo.com/cplusplus/C11/5_C11_Move_Semantics_Rvalue_Reference.php

https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+rvalue

-------------------------------

lambda


http://www.cprogramming.com/c++11/c++11-lambda-closures.html

http://www.drdobbs.com/cpp/lambdas-in-c11/240168241

http://blog.smartbear.com/c-plus-plus/c11-tutorial-lambda-expressions-the-nuts-and-bolts-of-functional-programming/


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+what+when+lambda


-----------------------------------


Thread

https://solarianprogrammer.com/2011/12/16/cpp-11-thread-tutorial/

https://www.tutorialcup.com/cplusplus/multithreading.htm


https://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm


https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+thread





http://www.acodersjourney.com/2017/08/top-20-cplusplus-multithreading-mistakes/




http://www.acodersjourney.com/2017/01/c11-multithreading-tutorial-via-faq-thread-management-basics/





-----------------------------------

Database

https://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm



https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+database



-------------------------------------------


Networking

http://www.dreamincode.net/forums/topic/137293-networking-tutorial/



https://www.google.co.th/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=learn+tutorial+C%2B%2B+network



ไม่มีความคิดเห็น:

แสดงความคิดเห็น