| Computersight > Programming |
 |
Programming |
|
|
 | | C++ Tutorial One | | by Supr_K9, Apr 1, 2007 | | This is my first C++ tutorial. In this tutorial, I will be teaching the very basics of C++: In other words, I will be teaching input and output. | | Comments(0) Liked It: 3 |
|
 | | Java Code to Shut Down Computer | | by Keifer, Mar 26, 2007 | | A piece of code that I made that will shut down the computer. What I did was jared it and put it on my desktop, so when I click on it my computer will shut down. | | Comments(2) Liked It: 4 |
|
 | | Things that Visual Basic Script can do | | by Fussel Suki, Jan 12, 2007 | | How to download the Pictures from a Digital Camera
to use this script, copy the text below and delete the lines that are tabbed
for more about Visual Basic Script, please write a comment and ask about what you want to know, if I can I will write a new Text about that | | Comments(0) Liked It: 0 |
|
 | | Compilation and Execution | | by sameer, Nov 12, 2006 | | Generally coding is done in high-level language and sometimes in low-level language (such as assembly language). For these languages to work on the computer it must be translated into machine language. There are two kinds of translators – compilers and interpreters. The high level languages can be either called compiled languages or interpreted languages. | | Comments(0) Liked It: 6 |
|
 | | Debugging and Testing | | by sameer, Nov 12, 2006 | | Here we can find the different process of debugging and testing methods of the computer programs. | | Comments(0) Liked It: 2 |
|
 | | Effective Coding | | by sameer, Nov 12, 2006 | | Here you can find the techinques for the effective coding in programming languages | | Comments(0) Liked It: 4 |
|
|