忘記密碼?

Blogs about: Programming Language

酷網誌

再談 C++/CLI: Template Metaprogramming

zusecheng wrote 1 year ago: Template metaprogramming 是 Metaprogramming 的技巧之一, 也是 Modern C++ 中重要的元素 基本上 Template metaprogramming … more →

標籤: C++/CLI

STL/CLR: 2008 C++/CLI的利器

zusecheng wrote 1 year ago: C++/CLI 雖然算是ISO C++ 相容的一個語言 但是就EC++說的一樣 C++ 是一個語言聯邦 在STL中運作是需要共識的 也因為這樣 Managed Type 在  STL 沒有辦法 很正常 … more →

標籤: C++/CLI

Implementing the Singleton Pattern in C#

zusecheng wrote 1 year ago: 基本上 Singleton Pattern 可以有很多實作方法 而 Singleton Pattern 中比較重要的考量點有兩個 Thread Safe Lazy Binding  在C#中,最簡單的 … more →

標籤: C#

Scope的基本觀念

oicejki wrote 2 years ago: Scope:代表一段程式本文,指的是空間。在此程式段落中,此variable可以被引用,離開了這個程式段落,此variable就不能被引用。這段可以被引用的空間,對此variable來說,即為此var … more →

標籤: 電腦技術

Binding的基本觀念

oicejki wrote 2 years ago: Binding是將name與一群attributes(location、type、value)相結合的過程。 而Binding的時機可分為static Binding與dynamic Binding。 … more →

標籤: 電腦技術

variable基本介紹

oicejki wrote 2 years ago: 變數由以下四種元素組成: 1.Name 2.Location(可分為static allocation與dynamic allocation) 3.Type(可分為static type checki … more →

標籤: 電腦技術


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS