CPP

មេរៀន ទី៨ Inheritance ក្នុង C++

គោលបំណងនៃមេរៀន ក្រោយពីសិក្សាមេរៀននេះចប់ សិស្សនឹងអាច៖ យល់ពីគោលគំនិតនៃ Inheritance និងទំនាក់ទំនងរវាង Base Class និង Derived Class។ កំណត់ និង...

សេង ស៊ង់ 4 Jul, 2025

មេរៀនទី ៧: Operator Overloading និង Friend Functions

គោលបំណងមេរៀន យល់ដឹងពីគោលគំនិតនៃ  Operator Overloading  និងរបៀបប្រើប្រាស់វាដើម្បីបន្ថែមមុខងារដល់ arithmetic, relational, និង logical operat...

សេង ស៊ង់ 27 Jun, 2025

the C++ code to convert from base 16 to base 10:

Here is the C++ code to convert from base 16 to base 10: #include using namespace std; int main() { string hex_number; cout <...

សេង ស៊ង់ 1 Jun, 2023

របៀបបង្ហាញ ឬបន្ថែម Graphics នៅក្នុង​ Dev C++

Dev c++ needs   graphics.h   header file to provide graphics capability to computers. Graphics is really outdated and like from 20+ years ...

សេង ស៊ង់ 1 Aug, 2022