Showing 1-50 of 237 results
Risk analysis and management requires strategic planning, particularly in software environments. In fact, most software development projects that end unsuccessfully do so because risk was not...
This how-to hows you the very basics of creating a basic C++ program.
Pointers are a special type of variable in a programming language that contain either a physical or virtual address of memory. They are widely used, either explicitly or implicitly, in most...
A buffer overrun is a type of error in computer science that has significant security issues associated with it. A buffer is a place to store sets of data, and a buffer overrun occurs when a...
Buffers are used to hold a set amount of data temporarily, usually to ensure that an interrupted or slow source does not interrupt or slow the rest of the system. However, there are serious...
Internet Relay Chat (IRC) spybots are used to bypass firewalls and virus-protection software in order to connect to locked ports or use replacement ones. While there are some prebuilt spybots...
One of the features that makes C such a powerful programming language is the ability for programmers to access memory directly using pointers. Pointers are used extensively in C for handling...
The C programming language makes heavy use of pointers for passing variables to functions, creating and manipulating arrays, and creating complex data structures such as linked lists. If you...
Microsoft Visual C++ is a development environment that uses C++ as its core language to create applications for Windows operating systems. C++ is an object-oriented language, and Visual C++ treats...
Microsoft Visual C++ is a widely used programming language for building applications found on the Web, and desktop and mobile computers. Visual C++ was designed to produce programs that have...
Microsoft C# is an object-oriented computer programming language used to write interactive applications for the Web and offline environments. Object-oriented languages involve objects and events...
Visual Basic is a Microsoft programming language that allows you to create desktop applications. The language has been replaced by VB.NET, but it is still used in the market for older software...
Visual Basic was created by Microsoft to make it easier to write programs for the Windows computer operating system. Visual Basic allows you to move visual elements and design applications by...
Animated avatars are advantageous in that they catch people's eyes. Most Web surfers view a website or a Web page for a few seconds only, and an animated avatar is a sure way of keeping them on...
Dennis Ritchie developed a structured, general purpose programming language for Bell Telephone Laboratories that came to be known as C. C has since been developed into C++, but much of the...
Sometimes you download programs you wish you hadn't. What you've downloaded may even have a virus or spyware in it. If your computer is acting funny or if you're suspicious of a certain program...
Show tree of your computer is very easy just follow the steps i have given,and youve done.Please note that this can used in Windows xp and vista.And you can find programs that you don't...
It seems so confusing at first. This is a practical way of how to approach the art of programming. This is an approach to help you avoid some of the common pitfalls of learning programming.
Header files are short lines of code included in the source file of an application. In object oriented programming, include files are necessary. Included headers allow a source file to use classes...
A common problem for commercial application developers is having the registration code cracked of a software project, which enables others to use the software without purchasing it. The standard...
Hi my name is Jean Luke and am about to show you how to format your own PC buy your self.
The C Run-time library is obtained by installing Microsoft's Visual C components. Microsoft provides the library free through a download link on its website. The installation files are comprised...
Using the IntersectsWith Method of a Rectangle, you can detect object collisions in Microsoft Visual C#.
Get the mouse's X and Y coordinates during a click event in Microsoft Visual C#.
Select files and folders with the OpenFileDialog object and the FolderBrowserDialog object in Microsoft Visual C#.
One of the most necessary parts of a computer is the hard drive. Besides storing digital information, hard disk drives also contain all of a computer's operating data, including the operating...
Turbo C is the Integrated Development Environment (IDE) for the C programming language created and sold by the Borland Corporation. Originally founded on the implementation of ANSI C, Turbo C now...
C is an older programming platform that developers use for small shell coding in applications. C is useful for command line operations, scripting, and gaming development. When using C for the...
Connect to a local Access database and display a table in a form in Microsoft Visual C# (C Sharp).
Add computer animation to your program by using a Timer object and the Paint event of a form in Microsoft Visual C#.
This tutorial shows how to create Tic Tac Toe and how to use resource files using QT Creator. If you have any questions or comments, please email me at fdameronut@yahoo.com. Thanks.
Draw strings, squares, rectangles, circles, ellipses, and polygons in Microsoft Visual C#.
Use the SoundPlayer object to play a wave sound file. The Soundplayer object is in the System.Media namespaces in C#.
Send an email with an attachment from within Visual C# using your Gmail account. This requires the System.Net.Mail namespace for the SmtpClient object and the System.Net namespace for the...
Use Windows Management Instrumentation (WMI) to access a local or remote computer's information. The WMI is accessed with the System.Management assembly and namespaces in C#.
Get the user name, domain name, computer name, and IP address of your computer using the System and System.Net namespaces in C#.
Send an email using the SmtpClient.Send method in the System.Net.Mail namespace in C#.
Read from the Windows registry using the Registry.GetValue method in the Microsoft.Win32 namespace in C#.
A test plan is a detailed hardware or software verification document that provides specifics on how the validator will test all aspects of the hardware or software design. Test plans are test...
Write to the Windows registry using the Registry.SetValue method in the Microsoft.Win32 namespace in C#.
The Unix Operating System was created using the C programming language. Therefore, there is support for C programming in every Unix and Linux operating system. Whenever you install a software...
Loop through each file in a directory using the Directory.GetFiles method in the System.IO namespace in C#.
Read from a text file using the StreamReader object in C#. File IO operations use the System.IO namespace.
Write out to a text file using the StreamWriter object in C#. File IO operations use the System.IO namespace.
Use Microsoft Visual C# to create a Hello World program that uses a For Loop to display String Array elements in a MessageBox.
Stdlib.h is a frequently utilized library in the C programming language. The name stdlib stands for Standard Library. Stdlib.h is frequently used in memory pointer allocation which is common in...
Generating random numbers in C is needed in several applications. For instance, generating a default password for a new user on a network uses random generation of numbers and letters. Random...
If you want to write your own game program for fun, that's fine, but if your motive is to become a professional game designer or programmer, then you have to be serious. To write your own game...
Often recognized as a combination of strep throat and a rash, scarlett fever is no longer the dreaded disease once feared in the 18th century when it caused epidemics among children in America and...
Sorting a generic list is useful in generating a structured record of whatever items you may have in your list. This application is useful in collating customer records, a vendor directory, or...