សា្វគមន៍មកកាន់ Blog របស់ខ្ញុំ
ខ្ញុំមិនចេះនោះទេ តែខ្ញុំចូលចិត្តចែកចាយនូវអ្វីដែលខ្ញុំដឹង ធ្លាប់រៀន ធ្លាប់អនុវត្តតែប៉ុណ្ណោះ។ សូមអភ័យទោស ប្រសិនបើមានកំហុសឆ្គង។ អរគុណសម្រាប់ការទស្សនាBlog និង ការAdd ខ្ញុំ ។
Friday, December 4, 2015
Thursday, December 3, 2015
កូដតឈ្មោះ (C# Programming)
កូដសម្រាប់ Get IP Address (ប្រើភាសា C Program)
#include
int main()
{
system("C:\\Windows\\System32\ /ipconfig");
/*ipconfig command to get ip of system */
return 0;
}
int main()
{
system("C:\\Windows\\System32\ /ipconfig");
/*ipconfig command to get ip of system */
return 0;
}
កូដបិទកុំព្យូទ័រសម្រាប់ Windows 7 (ប្រើប្រាស់ភាសា C Program)
/* windows 7 only */
#include<stdio.h>
#include<stdlib.h>
main
{
char ch;
#include<stdio.h>
#include<stdlib.h>
main
{
char ch;
Subscribe to:
Posts (Atom)