Category Archives for Programming

Syllabus for the CUDA Certification Exam

NVIDIA CUDA Professional Developer Program Study Guide As part of the process of achieving the standards expected from an NVIDIA CUDA Professional Developer, all candidates are required to take a series of self-study lectures and exercises. Please read this entire … Continue reading

02. January 2011 by Dr.kchris
Categories: Programming | Tags: , | Leave a comment

Operators in C and C++

Arithmetic operators Operator name Syntax Overloadable Includedin C Prototype examples (T is any type) As member of T Outside class definitions Basic assignment a = b Yes Yes ​T& T::operator =(const T&b);​ N/A Addition a + b Yes Yes ​T T::operator +(const T& b)const;​ ​T operator +(const T& a, constT& b);​ … Continue reading

10. November 2010 by Dr.kchris
Categories: Programming | Tags: , , | Leave a comment

VI / VIM 단축키 모음

Copyright secured by Digiprove © 2011

26. July 2010 by Dr.kchris
Categories: Programming | Tags: , , | Leave a comment

← Older posts