C++
C++ program မေရးမီ သူ႕ကို ဘယ္လို ပံုစံနဲ႕ အလုပ္လုပ္သြားတယ္ဆိုတာကို အရင္ၾကည့္ရေအာင္။ [Source code] —- compile—>[Object code] —-link—->[Executable Code] (eg mypr.cpp) —-compile—->(eg mypr.obj) —-link—–> (eg mypr.exe) Source code ဆိုတာ user ေရးထားတဲ့ C++ program (.cpp)ကို ေျပာတာပါ။ အဲဒီ program ကို computer နားလည္တဲ့ format ျဖစ္ေအာင္ translate လုပ္ေပးရတယ္။ compiler သည္ translator program တစ္မ်ဳိးျဖစ္ပါတယ္။ C++ source code ကို compile လုပ္လုိက္ရင္ machine readable ျဖစ္တဲ့ object [...]
read more


