January 18th, 2012, 12:14 PM
hi
I am developing a program that needs auto start at windows startup. For that I need to add Registry entries. Also the program needs to read some registry keys. What are the functions i need to do...
January 9th, 2012, 02:38 PM
hi
Is the usage of bool datatype really advantageous? Particularly in the case of memory usage and processing speed? Does it save memory if the variable is declared as "register bool"??
thanks...
January 9th, 2012, 02:05 PM
thanks a lot ;) ;)
Where i went wrong was actually i copied the 12 line code to a new FILE->NEW->Source and compiled it instead of starting a new Windows Application Project. That was why I got...
January 7th, 2012, 09:55 AM
Hi!!
Im new in windows programming. Someone please tell me whats the main difference between programming in visual c++ to that in dev c++. I compiled a simple windows program that pop ups a dialog...