Create a folder and change its name to
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
The folder icon will change to :
Sunday, November 14, 2010
Problem Steps Recorder in Windows 7
The tool that helps to solve problem.When you experienced a problem with your computer software.Just click on the Problem Steps Recorder and recorder record the problems .When you click on the problems it will automatically recorded.You can directly send the details to an expert.So its easier for you to manage the problem.
To use the Problem Steps Recorder
Type psr on Start bar
It will display the Problem steps recorder tool .Just click on the record button and just click on the error you are going through.
Here i am going to show an example .The error is based on the windows update.
To use the Problem Steps Recorder
Type psr on Start bar
It will display the Problem steps recorder tool .Just click on the record button and just click on the error you are going through.
Here i am going to show an example .The error is based on the windows update.
What is difference between void main() and main() and main(void) in c/c++?
Every function has a default return type as int .void main () ensures that the main function does not return anything.Void main,void means doesn't return anything.void is a garbage collection of values.The default return type will be int.
- void main() - It will not return anything.
- main() - It will return a value of type int.
- main(void) - It will return a value of type int without taking any arguments.
Subscribe to:
Posts (Atom)