Adobe adopts Alchemy for Microsoft .NET mindshare
Adobe Systems has provided more details on a research project that converts and compiles C and C++ to ActionScript and brings raw speed to the Flash... more »
0 commentsSave Tags: .net, c-and-cpp, flash-flex, tools
C++ Memory Leak Detection Using Windbg
Memory leak is a time consuming bug often created by C++ developers. Detection of memory leaks is often tedious. Things get worst if the code is not... more »
1 commentsSave Tags: c-and-cpp, how-to
The Importance of Assemble Language for C/C++ Programming
How to implement a loop in your C/C++ code without any format of loop sentence and any format of jump sentence? It`s a crazy question but a... more »
0 commentsSave Tags: c-and-cpp, how-to
10 Ways To Programaticly Shoot Yourself In The Foot - Part B
This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the... more »
0 commentsSave Tags: .net, c-and-cpp
Teach Yourself Programming in Ten Years
The conclusion is that either people are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than... more »
0 commentsSave Tags: c-and-cpp, open source, opinion, other languages
Game AI: Genetics for Games: Part 1
One of the biggest features lacking in most small games and even larger games is some form of intelligent computer player. This article series is... more »
0 commentsSave Tags: c-and-cpp, games, how-to
Adobe's Flex Builder to woo Microsoft C# developers
Alchemy translates C/C++ into ActionScript 3.0 to play in Flash Player 10 and AIR 1.5. One possible application: Bringing over games authored in C and... more »
0 commentsSave Tags: .net, c-and-cpp, flash-flex, tools
Waxeye Parser Generator
Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent,... more »
0 commentsSave Tags: c-and-cpp, java, other languages, ruby
Who ordered sequential consistency?
Why the sudden interest in Java? Because Java memory model is very relevant to C++0x. The keyword here is sequential consistency. Java enforces... more »
0 commentsSave Tags: c-and-cpp, java, standards, trends
Real Programmers Don't Write Documentation
iterator_of_the_loop_of_possible_signal_details...
0 commentsSave Tags: c-and-cpp, humor
C++ for the next decade
I illustrate a few of the new features below. I have done this mainly as a way of understanding them better myself, not because I claim any sort of... more »
0 commentsSave Tags: c-and-cpp, standards
38 Software design tips from the creator of C++
Useful software design tips from Bjarne Stroustrup, the creator of C++ programming language.
2 commentsSave Tags: c-and-cpp, how-to, methodology
The Future of Programming Languages
Thoughts on the language-oriented sessions at the PDC 2008 conference, including Anders Hejlsberg and others. The Future of C#, and a panel on The... more »
0 commentsSave Tags: .net, c-and-cpp, microsoft, other languages
Algorithms and Data Structures
Implementation of some classical algorithms in Python (and some on C). From A-star to Union-Find and from Knapsack to Newton's Method.
0 commentsSave Tags: c-and-cpp, python
When Visual Basic Programmers Write C Code
I know all the Visual Basic programmers will vote this down. Java programmers are welcome to do the same :)
6 commentsSave Tags: c-and-cpp, humor, reviews
How To Get Free Disk Space And Other WMI Stuff (.NET)
Before actually saving the file, I need to compute its anticipated size and compare it with the free disk space to see if there is enough storage for... more »
1 commentsSave Tags: .net, c-and-cpp, how-to, other languages
First step in Linux for a Windows programmer
From Geek Hero Webcomi.
0 commentsSave Tags: c-and-cpp, humor, unix-linux, windows
Concurrency Hazards: Solving 11 Likely Problems In Your Multithreaded Code
Concurrency is everywhere. Server-side programs have long had to deal with a fundamentally concurrent programming model, and as multicore processors... more »
0 commentsSave Tags: .net, c-and-cpp
Write RESTful Services in C
This will guide you how to create a RESTful web service in C using Apache Axis2/C framework.
7 commentsSave Tags: c-and-cpp, how-to, web services
LLVM bindings for Ruby and Yarv2llvm: compiling Yarv opcodes with LLVM
The llvmruby project provides Ruby bindings for LLVM. Yarv2llvm is a project built with llvmruby which translates Ruby 1.9 opcodes to LLVM bitcode,... more »
0 commentsSave Tags: c-and-cpp, ruby, trends
A Typical Linux C Application: Standard I/O ports allowing simple IPC pipe based
Demonstrates how to create a simple application that interacts with terminal standard I/O ports to provide an IPC pipe based between processes
0 commentsSave Tags: c-and-cpp, unix-linux
Build a Search Engine with 10 Open Source Software Projects
How 10 different open source projects can help handle everything from information retrieval to indexing to serving up the search results to the user.
1 commentsSave Tags: ajax, c-and-cpp, open source, server
C++: the Ugly Useful Programming Language
Eric Raymond, author of the [Computer] Jargon File, The Cathedral and The Bazaar and a number of well-used but little-known pieces of software, is... more »
3 commentsSave Tags: c-and-cpp, opinion