Forum: C++ Dec 13th, 2008 |
| Replies: 2 Views: 1,287 ; use windows sockets
http://msdn.microsoft.com/en-us/library/ms741394(VS.85).aspx |
Forum: C++ Dec 12th, 2008 |
| Replies: 1 Views: 482 ; get file size : GetFileSize
; get file creation, last access, last write time : GetFileTime
; set file creation, last access, last write time : SetFileTime |
Forum: C++ Dec 12th, 2008 |
| Replies: 1 Views: 563 ; just launch "devmgmt.msc" by winexec or by CreateProcess |
Forum: C++ Dec 9th, 2008 |
| Replies: 5 Views: 312 ; it will print out "76"
; do means an action will happen and then it will check if the while ;statement is true, if so again it will go to do or else it will exit from ;do while loop
I = I + 25;... |