3576 articles in 608 categories
Location: Free Deep Links Article Directory » Technology » Programming
| C Programming With Free Compilers A guide to installing and setting up free C compilers, and taking some first steps with the C programming language, in tutorial format. http://computerprogramming.suite101.com/article.cfm/c_programming_with_free_compilers |
| Conditional Compilation in C Conditional compilation in C is often slightly misunderstood, and we try to clarify the theory, practice, and considered good practices, courtesy of the GNU foundation. http://computerprogramming.suite101.com/article.cfm/conditional_compilation_in_c |
| Draw Boxes on the Screen in C An interesting little project showing how to draw a box on the screen in C, in two approaches using first the conio library under DOS, and then Unix curses. http://computerprogramming.suite101.com/article.cfm/how_to_draw_box_on_the_screen_in_c |
| Getting Started with Bloodshed Dev C++ Bloodshed Dev C++ is an easy to use IDE, with some great features, but getting started with any new software is always a challenge. This Dev C++ article should help. http://computerprogramming.suite101.com/article.cfm/get_started_with_bloodshed_dev_c__ |
| Hercules and the Missing Milestones An article describing techniques for getting a late software development project back on schedule through changes to the testing activities. http://www.acutest.co.uk/cgi-bin/acutest/index.pl?id=hercules_and_missing_milestones |
| How to Read and Write From Registry Key Values using .Net If you need to deal with system registry within your application, you should use Microsoft.Win32 namespace in your .Net project. Since Microsoft.Win32 namespace provides the necessary classes and methods that enables us to manipulate the system registry. http://www.kodyaz.com/content/HowToReadAndWriteFromRegistryKeyValues.aspx |
| Localization Sample ASP.NET Web Application In this article, steps are summarized to create a web site which uses resource files for different cultures using Microsoft Visual Studio 2005 (code name Whidbey). We will create the web site project, form the resource files for a few different cultures. http://www.kodyaz.com/content/SampleASPNETLocalizationWebApplication.aspx |
| Porting to MS Windows Vista - files Help porting applications to Vistas new, security laden, file system : especially Program Files http://windows-programming.suite101.com/article.cfm/porting_to_windows_vista_files |
| Preventing your source code being viewed Basic information on file naming conventions to prevent others viewing your code pages. http://www.siteguts.com/articles/view.php?id=18 |
| Programming for the World Wide Web An overview of the concepts required to program for the web, what technologies and platforms are available, and how to get started using them. http://computerprogramming.suite101.com/article.cfm/programming_for_the_world_wide_web |