User profile: WilliamW1979

User info
User name:WilliamW1979
Name:William Glenn Ward
Location:Bear, Delaware
History
Joined:
Number of posts:106
Latest posts:

Avoiding use of global variables
Another way to avoid using global variables is to use static variables. A good example of how to use...

Avoiding use of global variables
First of all, if you want to pass a variable that you wish to allow the function to change for the m...

Running c++ application in webbrowser?
You can create a CGI script that will run in a web browser. You would have to set up the web browser...

GUI for beginners
Well, it should actually be really simple for the graphics because you want to have a bitmap for all...

Qubits vs Bits
Qubits are the future of computers once they do perfect replacing the silicon in computers with man-...