codertutorials.blogspot.com
TheCoder Blog: Visual Studio 2005+3
http://codertutorials.blogspot.com/2007/11/visual-studio-20053.html
Programming Tips, CoderTutorial News, and other resources. Sunday, November 11, 2007. Visual Studio 2005 3. Microsoft is releasing the 2008 edition of their software development studio later this month so I decided to take a minute to download and review their public available beta. Http:/ www.microsoft.com/presspass/press/2007/nov07/11-05TechEdDevelopersPR.mspx. Visual Studio 2008 Feature Specifications. Http:/ msdn2.microsoft.com/en-us/vstudio/aa948851.aspx. Subscribe to: Post Comments (Atom).
codertutorials.blogspot.com
TheCoder Blog: A quick and much needed update.
http://codertutorials.blogspot.com/2006/04/quick-and-much-needed-update.html
Programming Tips, CoderTutorial News, and other resources. Tuesday, April 11, 2006. A quick and much needed update. There are quite a few exciting things in the works at CoderTutorials. First of all, there are several new tutorials on the way. While I'm not exactly sure when they'll be done, I know the answer is "soon". Also, I'm in the process of setting up forums that you'll be able to access from the community section on the left side of the main site. Look forward to more updates soon.
codertutorials.blogspot.com
TheCoder Blog: 01/01/2008 - 02/01/2008
http://codertutorials.blogspot.com/2008_01_01_archive.html
Programming Tips, CoderTutorial News, and other resources. Thursday, January 24, 2008. When programming, especially in games, there's a lot more you'll need to know than just generic C and basic Data Structures. Listed below are some of the fields of study that you'll probably run across. On Linux, this might be the X Windows system. On Windows, this is the Win32 API, specifically messaging and windowing. Raster / 2D Graphics. Vector / 3D Graphics. Interfacing SQL / Databases. Script / Language Parsing.
codertutorials.blogspot.com
TheCoder Blog: A Year in the Life of CoderTutorials
http://codertutorials.blogspot.com/2006/10/year-in-life-of-codertutorials.html
Programming Tips, CoderTutorial News, and other resources. Friday, October 06, 2006. A Year in the Life of CoderTutorials. Today we're celebrating the anniversary of CoderTutorials by rolling out a new look. While it isn't the exact date, it's finally is feeling like we've been around a year. Here are some milestones in the CoderTutorials history:. 09/10/05 - Codertutorials hosted at ATSPACE.COM. 09/11/05 - Domain name registered at NetworkSolutions. 03/23/06 - Changed web host again to IX Web Hosting.
codertutorials.blogspot.com
TheCoder Blog: 04/01/2006 - 05/01/2006
http://codertutorials.blogspot.com/2006_04_01_archive.html
Programming Tips, CoderTutorial News, and other resources. Tuesday, April 11, 2006. A quick and much needed update. There are quite a few exciting things in the works at CoderTutorials. First of all, there are several new tutorials on the way. While I'm not exactly sure when they'll be done, I know the answer is "soon". Also, I'm in the process of setting up forums that you'll be able to access from the community section on the left side of the main site. Look forward to more updates soon.
codertutorials.blogspot.com
TheCoder Blog: Quick Links I - Java
http://codertutorials.blogspot.com/2006/10/quick-links-i-java.html
Programming Tips, CoderTutorial News, and other resources. Thursday, October 05, 2006. Quick Links I - Java. My humblest apologies for not keeping the site more updated. There's a new (cleaner) design in the works as well as several C and Java tutorials. Now, from my link collection:. Get started programming Java with About.com's Quickstart to Java. Once you're started, About.com's Java Tutorial Series. Is a great follow-up. Tutorials and articles from novice to professional at Java Coffee Break.
codertutorials.blogspot.com
TheCoder Blog: 02/01/2008 - 03/01/2008
http://codertutorials.blogspot.com/2008_02_01_archive.html
Programming Tips, CoderTutorial News, and other resources. Saturday, February 02, 2008. Today, researching technology has landed me in some interesting places:. The Open Source IA-32 Emulator. A Win32 disassembly project by Sang Cho. It's a bit dated, but the full source is provided and there's some good links to other disassembly and decompilation sites. Subscribe to: Posts (Atom). TheCoder blog is the official blog for CoderTutorials.com. Feel free to contact TheCoder at coder@codertutorials.com.
codertutorials.blogspot.com
TheCoder Blog
http://codertutorials.blogspot.com/2008/01/fields-of-programming-when-programming.html
Programming Tips, CoderTutorial News, and other resources. Thursday, January 24, 2008. When programming, especially in games, there's a lot more you'll need to know than just generic C and basic Data Structures. Listed below are some of the fields of study that you'll probably run across. On Linux, this might be the X Windows system. On Windows, this is the Win32 API, specifically messaging and windowing. Raster / 2D Graphics. Vector / 3D Graphics. Interfacing SQL / Databases. Script / Language Parsing.
codertutorials.blogspot.com
TheCoder Blog: Distributing Visual C++ Applications
http://codertutorials.blogspot.com/2007/11/distributing-visual-c-applications.html
Programming Tips, CoderTutorial News, and other resources. Sunday, November 11, 2007. Distributing Visual C Applications. In recent years (and recent Visual Studio versions) Microsoft has unintentionally made it much harder to distribute C applications. The solution Microsoft suggests for solving the problem they created is to wrap the Visual Studio redistributable in an installer. This is okay, but what if your program is too small to warrant an installer? Subscribe to: Post Comments (Atom).