Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: low_coder
Forum: C++ Dec 12th, 2008
Replies: 1
Views: 476
Posted By low_coder
; get file size : GetFileSize
; get file creation, last access, last write time : GetFileTime
; set file creation, last access, last write time : SetFileTime
Forum: Assembly Dec 9th, 2008
Replies: 4
Views: 1,080
Posted By low_coder
; you have to allocate enough memory for the string in the ".data?" ; section:
.data?
szBuff db 256 dup(?)
; then when you call StdIn it will write user input into szBuff


.386
.model...
Forum: Assembly Dec 9th, 2008
Replies: 4
Views: 1,080
Posted By low_coder
; you mean storing it even after program close?
; then : In Registry (RegOpenKeyEx, RegQueryValueEx, RegSetValueEx ...) , In a File ( CreateFile, WriteFile, ReadFile ...), In .ini File ( you can...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC